asascience / ott-coops

Project Tracking for OTT Co-Ops
1 stars 0 forks source link

Bring Active Tropical Storms Layer back into Layers List #451

Closed jamesdoyle21 closed 2 years ago

nguyandy commented 2 years ago

This was added, but I just removed it. Active Tropical Storms layer isn't available anymore. https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/public-safety/environment-layers-retiring-june-2022/

We can pull similar data using their FeatureServer https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/Active_Hurricanes_v1/FeatureServer https://www.arcgis.com/home/webmap/viewer.html?url=https://services9.arcgis.com/RHVPKKiFTONKtxq3/ArcGIS/rest/services/Active_Hurricanes_v1/FeatureServer&source=sd

Not sure if OM3 can support this (FeatureServer) yet, I can look into it if we want to have this layer back.

mpiannucci commented 2 years ago

I did not build out FeatureServer support yet, but would be valuable if someone else wants to take a stab at it. AFAICT FeatureServer is a vector layer whcih means geojson withing PBF tiles the same way mapbox does.

We should be able to work off this: https://github.com/rowanwins/mapbox-gl-arcgis-featureserver

nguyandy commented 2 years ago

Nice nice, I'll take this one

nguyandy commented 2 years ago

@kvmartin001 , you can look at how mapserver catalog/layers were added to get you started. (boem.yml)

mpiannucci commented 2 years ago

IOOS dropped this link. Lets pivot nad add these mapp server layers instead of the feature server for now

https://idpgis.ncep.noaa.gov/arcgis/rest/services/NWS_Forecasts_Guidance_Warnings/NHC_Atl_trop_cyclones/MapServer

mpiannucci commented 2 years ago

Working on the layer grouping now btw