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

Geospatial quicklook #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

declandunne
Copy link

This feature adds geospatial support to Calvalus Quicklooks. This includes:

  1. Two new Quicklook image types are added:

    • geotiff - adds GeoTIFF support using the GeoTools Java library
    • cog - adds Cloud Optimized GeoTIFF (COG) support using the GDAL native library
  2. Automated uploading of the Quicklook generated GeoTIFF or COG images to GeoServer is now supported as an option. This allows Web Map Service (WMS) access to the Quicklook images from GeoServer.

  3. A new Quicklook GUI form is added to the Calvalus Portal for L2 and Quicklook productions. This supports both geospatial and non-geospatial Quicklook configuration.

@declandunne
Copy link
Author

My development environment for testing this feature is dockerized. It can be accessed at https://github.com/calvalus-calmar/docker-calmar.

@declandunne
Copy link
Author

In the coming days, I will write a note describing parts of the this code. This will better help a code review.

* Fix subsampling bug
* Use GDAL MEM driver instead of GTiff driver to prepare image
* Use LZW compression
* Update GDAL to version 3.4.0
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

Successfully merging this pull request may close these issues.

1 participant