Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Notebook]: Something with the National Maine Sanctuaries and IOOS data services #170

Open
MathewBiddle opened this issue Dec 1, 2023 · 5 comments
Assignees
Labels
Notebook idea For new notebook proposals

Comments

@MathewBiddle
Copy link
Contributor

Programming Language

Python

Module/Software/IOOS data service?

IOOS ERDDAP, arcGIS feature service

Module/Software/IOOS data service?

https://github.com/MathewBiddle/sandbox/blob/main/notebooks/union_RA_boundary_and_sanctuaries.ipynb

Provide a description.

I keep hearing about collaborations with IOOS and the National Marine Sanctuaries Office and I developed this notebook to find the intersection of IOOS RA boundaries and Sanctuaries boundaries. https://github.com/MathewBiddle/sandbox/blob/main/notebooks/union_RA_boundary_and_sanctuaries.ipynb Is there something we can do with this to add to the Code Lab? I'm drawing a blank on highlighting IOOS services with this effort, but I feel it should be in the code lab in some way

@MathewBiddle MathewBiddle added the Notebook idea For new notebook proposals label Dec 1, 2023
@MathewBiddle
Copy link
Contributor Author

@ocefpaf mentioned this could be defining a ROI and finding IOOS data within it.

It's a bummer the ERDDAP API can't subset by wkt polygons. ERDDAP/erddap#55

extractr has been able to do some fancy ERDDAP ROI queries: https://marinebon.github.io/extractr/articles/extractr.html But I think it's pulling a bounding box for the ROI, then clipping that bounding box to the ROI...

@ocefpaf
Copy link
Member

ocefpaf commented Jan 5, 2024

It's a bummer the ERDDAP API can't subset by wkt polygons. ERDDAP/erddap#55

I don't think we will be able to do that on the server side due to the 4096 characters per request URL limitation in Tomcat. Most ROI would be bigger than that to be precise.

extractr has been able to do some fancy ERDDAP ROI queries: https://marinebon.github.io/extractr/articles/extractr.html But I think it's pulling a bounding box for the ROI, then clipping that bounding box to the ROI...

That is probably the best approach we have for now. We do the same in erddapy. See https://ioos.github.io/erddapy/01a-griddap-output.html for an example.

@MathewBiddle
Copy link
Contributor Author

MathewBiddle commented Mar 20, 2024

query obis for these regions. percent cover for mussels changing over time. Jen Brown

@MathewBiddle
Copy link
Contributor Author

cc @laurabrenskelle

@MathewBiddle
Copy link
Contributor Author

These data https://obis.org/dataset/fbf4cb59-cef3-43be-b0ab-0dbab5f51740. Which should be updated with additional data.

cc @sformel-usgs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Notebook idea For new notebook proposals
Projects
None yet
Development

No branches or pull requests

2 participants