Run ERDDAP colocate in Binder:
Run colocate-dev.ipynb in Binder:
git clone https://github.com/oceanhackweek/ohw19-project-co_locators.git
cd ohw19-project-co_locators
conda env create -f environment.yml
conda activate colocators-ohw19
python setup.py install
erddap-co-locate
jupyter notebook &
voila colocate.ipynb --enable_nbextensions=True --VoilaConfiguration.file_whitelist="['.*']"
Mathew Biddle
Sophie Chu
Yeray Santana Falcon
Molly James
Pedro Magaña
Jazlyn Natalie
Laura Gomez Navarro
Shikhar Rai
Micah Wengren
Co-locate oceanographic data by establishing constraints.
A user is interested in all the available oceanographic data in a region where an eddy just formed. They provide the geospatial bounds of the region and a temporal range and get an aggregated response of all available data.
- Collect temporal bounds.
- Collect spatial bounds.
- Collect keywords?
- Build query url.
- Do the search.
- Evaluate the response.
- Manage response.
- Geospatial plotting.
- Temporal plotting.
- Link back to dataset on erddap server.
- Aggregated download?
- The Irish Marine Institute has developed a keyword search across existing ERDDAP servers
- OHW18 built a search interface for one ERDDAP server
- yodapy: https://github.com/cormorack/yodapy
Optional: links to manuscripts or technical documents for more in-depth analysis.