Changes between Initial Version and Version 1 of Ticket #2372, comment 26


Ignore:
Timestamp:
2024-11-24T17:42:02+01:00 (8 months ago)
Author:
pangoSE

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2372, comment 26

    initial v1  
    1 What is needed to support geotiff?
     1Great work don-vip!
    22If I understood correctly, the CRS can now be extracted using https://github.com/don-vip/metadata-extractor
    3 I found this nogdal Python library https://github.com/KipCrossing/geotiff which seems rather simple.
     3What left to support geotiff?
     4I found this nogdal Python library https://github.com/KipCrossing/geotiff which seems rather simple and supports various simple operations like extracting a boundary box to a zarr (since geotiffs are often to big to load in memory).