Open MathewBiddle opened 3 years ago
I think we should replace this notebook idea with the notebook I generated here [1]. That notebook shows how to query the OBIS API in python and parse the responses into a few figures. IT might be easy enough to bring in bathymetry data if it's something we need?
Things to fix:
[1] https://github.com/MathewBiddle/bio_ice/blob/main/create_map_from_OBIS_API.ipynb
Let's use pyobis to do this...
If you are opening an issue regarding an existing notebook/code or the webpage just ignore the instructions below. If you want to suggest a notebook for the code gallery please answer these questions:
Please provide a detailed description of the suggested example below: Bathymetry contours on a map. Puerto Rico PRCRMP has a Demo of MBON portal. I would like to do something where we bring the coral data in and include bathymetry contours, somewhat repeating the PRCRMP demo - benthic portion of the demo. The product can be found at https://mbon.ioos.us/#data/1 in MBON portal. I don’t want to repeat the effort, but I’d like to do something with these data. Example making contour map from netCDF data at NCEI:
Initial steps:
xref: https://github.com/ioos/notebooks_demos/issues/378