-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sanctuaries polygons from zip files are hard coded? #5
Comments
Here is the whole get_url_ply function: |
I haven't heard any discussion about that. If we are going to set up a service I might like to do something similar with the NERRS boundaries and other RoIs we frequently analyze. NOTE: this function is in extractR also: https://github.com/marinebon/extractr/blob/main/R/read.R#L69-L153 |
Found the arcgis service https://services2.arcgis.com/C8EMgrsFcRFL6LrL/arcgis/rest/services/NOAA_National_Marine_Sanctuaries_(2023)_/FeatureServer I was able to read in the layers and put them on a map in this gist, if you're curious: |
Hi @MathewBiddle, Yeah, it's preferred to have the sanctuaries as a web service. These were compiled originally for More recently I added the Chumash Proposed NMS in You rightly point out the need for spatial web services to these spatial features. To this end, I hope to make vector tile services using pg_tileserv. |
Interesting 🤔 . It looks like Papahānaumokuākea is not in the arcgis service |
Service updated...should be good to go now. |
Thanks @mimidiorio! |
Here is one for NERRs. Happy to publish other ROIs as needed. Just ping me. The whole MPA Inventory is here. |
I was interested in doing a quick analysis of how much the Sanctuaries polygons overlay with IOOS RA polygons (MathewBiddle/sandbox#6) and I recalled that seascapeR pulls in the Sanctuary polygons.
After some sleuthing, I can see that it looks like you pull in the polygons via hardcoded urls to the zip packages available at https://sanctuaries.noaa.gov/library/imast_gis.html
seascapeR/R/read.R
Lines 86 to 92 in 1f3ecc9
My question is, has anyone tried to reach out to ONMS to see if those shapefiles/polygons can be made available via a webservice, like WMS/WFS or something OGC compliant? Even as geojson endpoints would be helpful.
The text was updated successfully, but these errors were encountered: