fietenoer opened a new pull request, #2195: URL: https://github.com/apache/systemds/pull/2195
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org