Arguments crs
& gridbaseCRS
don't seem to affect the response from a getCoverage
request
#95
Unanswered
annakrystalli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to demonstrate in the
EMODnetWCS
docs how to download a coverage with the response being in a different CRS to the original coverage CRS.I'm having a hard time understanding how to use the
crs
andgridbaseCRS
. As mentioned in #89, the documentation for the arguments is very minimal so I'm not even sure which one I'm supposed to use or whether I'm supplying the correct input.Trying to implement it as best I can guess in any case doesn't seem to be doing much and the coverage is still being returned in the original CRS.
Can you provide some guidance and ideally include it in the man pages and docs?
Created on 2022-09-16 by the reprex package (v2.0.1)
Also, it would be useful to know whether using the any of the crs arguments affects how the bbox should be specified.
Beta Was this translation helpful? Give feedback.
All reactions