Changes between Initial Version and Version 1 of Ticket #2372, comment 26
- Timestamp:
- 2024-11-24T17:42:02+01:00 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2372, comment 26
initial v1 1 What is needed to support geotiff? 1 Great work don-vip! 2 2 If 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. 3 What left to support geotiff? 4 I 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).