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

DescribeCoverage reporting incorrect pixel sizes for sentinel imagery #431

Open
rowanwins opened this issue Nov 12, 2019 · 0 comments
Open

Comments

@rowanwins
Copy link
Contributor

Hi ODC team

I was looking at the WCS DescribeCoverage and hoping to find some information on the pixel resolution of the original imagery to feed into a GetCoverage request.

If I look at the DescribeCoverage of a sentinel layer I can see the following values

<gml:offsetVector>25.0 0.0</gml:offsetVector>
<gml:offsetVector>0.0 25.0</gml:offsetVector>

I would've expected this to return

<gml:offsetVector>10.0 0.0</gml:offsetVector>
<gml:offsetVector>0.0 10.0</gml:offsetVector>

representing 10m pixel values as per the original sentinel imagery?

Thanks,
Rowan

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

1 participant