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

[SYSTEMDS-3650] I/O Support Cloud-Optimized GeoTIFF #2195

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Conversation

fietenoer
Copy link

Summary

Add support for reading COGs (Cloud-optimized GeoTIFFs). It enables both sequential and parallel reading.

Details

This PR adds the cog format to the read function in DML. In general, any tiled TIFFs with no compression or Deflate compression can be read. The implementation is tested with a number of different combinations for number of tiles, bands, data types etc.

All functionality is implemented directly in Java without additional dependencies. A small section in the DML language reference now mentions the COG format.

fietenoer and others added 30 commits November 28, 2024 15:04
…c. in order to parse actual image data. Extended IFDTagDictionary to accomodate that.
…od for reading bytes, now fully based on Java built-in
lorenzkautzsch and others added 24 commits January 17, 2025 18:40
…aned logic for multibands, sorting if appendtoSparse was used.
…builder of tileProcessor, parallel cases adjusted
…ading

# Conflicts:
#	src/main/java/org/apache/sysds/runtime/io/ReaderCOGParallel.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants