Re: [gdal-dev] /vsis3/ write geotiff - am I reading this wrong?

2021-11-04 Thread Vladimir Sandoval
I was able to get this to work by upgrading to V3.3.3. 03.11.2021, 20:01, "Vladimir Sandoval" :With GDAL v3.2.1, Windows 10 - trying to write a geotiff to an S3 bucket using /vsis3/. The documentation states: It also allows sequential writing of files. No seeks or read operations are th

[gdal-dev] /vsis3/ write geotiff - am I reading this wrong?

2021-11-03 Thread Vladimir Sandoval
With GDAL v3.2.1, Windows 10 - trying to write a geotiff to an S3 bucket using /vsis3/. The documentation states: It also allows sequential writing of files. No seeks or read operations are then allowed, so in particular direct writing of GeoTIFF files with the GTiff driver is not supported, unless

[gdal-dev] VSIS3 with Ceph S3

2021-10-29 Thread Vladimir Sandoval
We have a Ceph S3 instance we are trying to use GDAL with.  It only provides the access key and the secret access key - no tokens or the like. Have been unable to get gdal to work with various calls such as: gdalinfo --config AWS_ACCESS_KEY_ID 'ouraccesskey' --config AWS_SECRET_ACCESS_KEY 'oursecre

[gdal-dev] GDAL and OGR utilities as library functions?

2017-01-03 Thread Vladimir Sandoval
Greetings:Referencing this blog post http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library.html I need to use the "new" Translate method in the GDAL Java API. However, the Translate method is not even in GDAL2.1.0 available at Maven (TranslateOptions is in there, but not Translate)