Re: [gdal-dev] How to use geokey CoordinateEpochGeoKey in Geotiff from Python

2024-01-25 Thread Even Rouault via gdal-dev
Le 25/01/2024 à 04:41, David Shean a écrit : Hi Even, Thanks for the pointer to this resource, and for working to support this important functionality. Would it make sense to add the -a_coord_epoch option to gdal_edit.py, so users can directly update the GeoTiff header for a dataset with know

Re: [gdal-dev] How to use geokey CoordinateEpochGeoKey in Geotiff from Python

2024-01-24 Thread David Shean via gdal-dev
Hi Even, Thanks for the pointer to this resource, and for working to support this important functionality. Would it make sense to add the -a_coord_epoch option to gdal_edit.py, so users can directly update the GeoTiff header for a dataset with known epoch? -David -- David Shean Civil and Env

Re: [gdal-dev] How to use geokey CoordinateEpochGeoKey in Geotiff from Python

2024-01-17 Thread Even Rouault via gdal-dev
Hi, cf test_tiff_write_coordinate_epoch() in https://github.com/OSGeo/gdal/blob/3a9541d19f2df52f1e66dacfa33878531a5f2c58/autotest/gcore/tiff_write.py#L9575 On the command line you might use: gdal_translate in.tif out.tif -a_coord_epoch .YYY Even Le 17/01/2024 à 20:20, Glen Rice - NOAA

[gdal-dev] How to use geokey CoordinateEpochGeoKey in Geotiff from Python

2024-01-17 Thread Glen Rice - NOAA Federal via gdal-dev
Hello, We are trying to create geotiffs from Python and specify an epoch for a dynamic CRS. Is there a way to do this from python or a command line utility? We see the pull request adding CoordinateEpochGeoKey (5120) and expect I could print the information from gdalinfo if I had an example file