Skip to content

boom-lab/argo-db-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHOI Argo database API tools

Matlab and Python tools are provided for access to WHOI float metadata

The following API access points are supported:
https://db.whoifloatgroup.org/api/deployment_metadata
https://db.whoifloatgroup.org/api/sensor_metadata
https://db.whoifloatgroup.org/continuous_profile_stats
https://db.whoifloatgroup.org/discrete_profile_stats
https://db.whoifloatgroup.org/api/cycle_meta_get

Repository Structure

├── LICENSE
├── README.md
├── matlab
│   ├── api_request.m
│   ├── get_continuous_profiles_stats.m
│   ├── get_cycle_metadata.m
│   ├── get_deployment_metadata.m
│   ├── get_discrete_profiles_stats.m
│   ├── get_sensor_metadata.m
│   └── get_wmo.m
│   ├── examples
│       ├── api_example_summary_stats.m
│       └── api_examples.m
└── python
    └── get_metadata.py
    ├── examples
        └── metadata_analysis.ipynb

Authors

Ryan Anderson and David Nicholson, Woods Hole Oceanographic Institution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors