Hello,
What I am trying to do is to generate a VRT file suitable for composing an RGB
satellite image along with a cloud mask for that composition.
I would like to include the following information in one VRT file
:
1. Information about the path to the RGB image file
2. Information about
Hello,
how to set up folder for VSI cached files?
I'm using this command:
GDAL_CACHEMAX=500 CPL_TMPDIR=/tmp/cache VSI_CACHE=TRUE VSI_CACHE_SIZE=5
CPL_VSIL_CURL_CACHE_SIZE=5 gdalinfo -checksum
/vsicurl/https://s3.waw3-1.cloudferro.com/swift/v1/Cyprus-Test/cog_512.tif
but unfor
Hello,
curently I'm investigating the optimal way of storing COG within the S3 bucket
connected to CEPH backend. I came up with solution below:
VSIS3_CHUNK_SIZE=19 CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE=YES gdal_translate
-of COG -a_nodata 0 -co OVERVIEW_COUNT=6 -co BLOCKSIZE=1024 -co BIGTIFF=
Hello,
First of all, thank you for providing awesome open-source tools, my work would
not be possible without it ^^
I'm looking for an effective way/workflow to get data from s3 bucket, then
generate COG and VRT from it into another S3 bucket. Everything should be
working as containerized pyth