How to access values of a raster and perform zonal statistics on the NOAA SLR dataset?

258
0
06-13-2019 02:35 PM
DamienLieber
New Contributor

Hello, I am trying to extract sea level rise (SLR) water depths from https://coast.noaa.gov/arcgis/rest/services/dc_slr/slr_0ft/MapServer at a specified point to start with and at the county level. Any help would be most welcome as this is likely simple but as a beginner already took me 4 days.

I tried: QRIS with a live connection and trying to extract zonal statistics by overlaying a vector layer with county boundaries, and a number of queries using their HTML tool https://coast.noaa.gov/arcgis/rest/services/dc_slr/slr_10ft/MapServer/1/query

In particular: https://coast.noaa.gov/arcgis/rest/services/dc_slr/slr_10ft/MapServer/1/query?where=&text=&objectIds...*&returnGeometry=false&returnTrueCurves=false&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=true&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&resultOffset=&resultRecordCount=&f=json

Expected results: local predicted water depth and county statistics

Error: {"error":{"code":400,"message":"Invalid or missing input parameters.","details":[]}}

Thank you!!

Tags (1)
0 Kudos
0 Replies