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

OGC Web Services #50

Open
8 of 14 tasks
rmeyers4 opened this issue Mar 3, 2020 · 1 comment
Open
8 of 14 tasks

OGC Web Services #50

rmeyers4 opened this issue Mar 3, 2020 · 1 comment

Comments

@rmeyers4
Copy link

rmeyers4 commented Mar 3, 2020

Documenting which URLs are currently functional/nonfunctional.

Tracking URLs to check and current results on UC.

WCS

msWCSGetCoverage(): WCS server error. Requested BBOX (36.9071678,69.342922,37.5809202,70.988701) is outside requested coverage BBOX (-122.809619615433,-3.07577226158738,129.028828157014,47.1659989910324)
msWCSGetCoverage(): WCS server error. Requested BBOX (36.9071678,69.342922,37.5809202,70.988701) is outside requested coverage BBOX (-122.809619615433,-3.07577226158738,129.028828157014,47.1659989910324)

WFS

WMTS

@chambbj
Copy link
Member

chambbj commented Apr 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants