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

image/tiff or image/geotiff for clip&ship data exports from WCS #7196

Open
pvgenuchten opened this issue Jun 14, 2024 · 0 comments
Open

image/tiff or image/geotiff for clip&ship data exports from WCS #7196

pvgenuchten opened this issue Jun 14, 2024 · 0 comments

Comments

@pvgenuchten
Copy link

Current implementation sends image/geotiff as requested format to WCS backend for exporting data, however image/geotiff is not a mediatype of iana. Our WCS product expects image/tiff instead (but can be set up to also support image/geotiff). I see some options for improvement

  • Use image/tiff instead of image/geotiff
  • Check getcapabilities which output formats are expected and match one.
  • In configuration provide an option to configure output format

I finally managed to get clip&ship working today, many of our users requested it, I fully missed that it has always been available...

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