CRREL / GRiD-API

9 stars 3 forks source link

OGC Web Services #50

Open rmeyers4 opened 4 years ago

rmeyers4 commented 4 years ago

Documenting which URLs are currently functional/nonfunctional.

Tracking URLs to check and current results on UC.

WCS

WFS

WMTS

chambbj commented 2 years ago

WCS v1.0.0 with bbox

https://grid.nga.mil/grid/api/ogcservices?service=wcs&version=1.0.0&request=getcoverage&coverage=vricon_dsm_ns_layer&crs=urn:ogc:def:crs:EPSG::4326&bbox=50.463,30.594,50.470,30.609&resx=0.5&resy=0.5&access_token=<token>

result

msWCSGetCoverage(): WCS server error. Requested BBOX (2877.39404714699,1739.44257023767,2905.64086644694,1767.23102330151) is outside requested coverage BBOX (-156.018500465042,-34.5244994429956,130.94933739698,59.8605539516179)

WCS v1.1.0 with boundingbox

https://grid.nga.mil/grid/api/ogcservices?service=wcs&version=1.1.0&request=getcoverage&coverage=vricon_dsm_ns_layer&boundingbox=50.463,30.594,50.470,30.609,urn:ogc:def:crs:EPSG::4326&access_token=<token>

result

msWCSGetCoverage(): WCS server error. Requested BBOX (-10182.8096260694,4148.05081653512,-10153.754354304,4165.56679081312) is outside requested coverage BBOX (-156.018500465042,-34.5244994429956,130.94933739698,59.8605539516179)

WCS v2.0.1 with subset

https://grid.nga.mil/grid/api/ogcservices?service=wcs&version=2.0.1&request=getcoverage&coverageid=vricon_dsm_ns_layer&subset=lat,urn:ogc:def:crs:EPSG::4326(50.463,50.470)&subset=long,urn:ogc:def:crs:EPSG::4326(30.594,30.609)&access_token=<token>

result

msWCSGetCoverage20(): WCS server error. Raster size out of range, width and height of resulting coverage must be no more than MAXSIZE=64000.