Hello gdal-dev,
I’ve looked around for an answer to this one to no avail and would appreciate
any insight from those more familiar with the GeoTiff format. I’d like to be
able to store a custom WKT *inside GeoTiff metadata* rather than in an external
PAM file. I’ve seen some solutions to add cu
Thanks for the speedy reply Even! I had not considered alternative tile
layouts. I did open an issue here if others want to chime in:
https://github.com/opengeospatial/CloudOptimizedGeoTIFF/issues/37
Scott
> On 7. Jan 2025, at 17:23, Even Rouault wrote:
>
> !---
a COG?
--
Scott Henderson
Research Scientist, Earth & Space Sciences
Data Science Fellow, eScience Institute
Johnson Hall 251
University of Washington
http://scottyhq.github.io
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.o
Hello all,
I have a question on scope of the GTI driver, which I think provides a really
nice capability for a lightweight single file raster catalog!
One very common pattern I use and often see others using is `gdalbuildvrt
-separate stack.vrt *.tif` for approximately-coincident satellite im
There are many environment variables for optimizing access to remote geotiffs
via GDAL’s /vsicurl/ interface. I’ve noticed that directly downloading a file
via curl can be much faster (~4x) than pulling the entire file via
gdal_translate or gdalmanage, and I think this is due to 1 GET request ve