Re: [gdal-dev] gdaladdo bigtiff err but --config BIGTIFF was used

2021-06-14 Thread Matt.Wilkie
> You can create external overviews with the -ro switch Yeah, I have those. I was trying to create internal ones instead in order to use cogger ;-) (And behind all of this, a weeping and wailing and gnashing of teeth at the upstream person or persons who decided that creating jpegs and throwing

Re: [gdal-dev] gdaladdo bigtiff err but --config BIGTIFF was used

2021-06-14 Thread Even Rouault
Matt, You can create external overviews with the -ro switch Even Le 14/06/2021 à 21:12, matt.wil...@yukon.ca a écrit : Your initial test.tif file needs to be a bigtiff, i.e. have been created with -co "BIGTIFF=YES". you can then drop the bigtiff config arguments of your gdaladdo call. Ahh, th

Re: [gdal-dev] gdaladdo bigtiff err but --config BIGTIFF was used

2021-06-14 Thread Matt.Wilkie
> Your initial test.tif file needs to be a bigtiff, i.e. have been > created with -co "BIGTIFF=YES". you can then drop the bigtiff > config arguments of your gdaladdo call. Ahh, thanks Thomas, that indeed is the problem. Unfortunately for me it means in this case I'm stuck, as the original is

Re: [gdal-dev] OCI vector driver - could support be added for Oracle Wallet? (simple change?)

2021-06-14 Thread Even Rouault
Steve, I believe https://github.com/OSGeo/gdal/pull/3784 has fixed that (in the master branch) Even Le 14/06/2021 à 17:18, Steve Pritchard a écrit : Oracle Wallet provides secure storage for usernames and passwords on client devices. We use this to avoid having usernames and passwords in sc

[gdal-dev] OCI vector driver - could support be added for Oracle Wallet? (simple change?)

2021-06-14 Thread Steve Pritchard
Oracle Wallet provides secure storage for usernames and passwords on client devices. We use this to avoid having usernames and passwords in scripts, etc. For details see "Using The Secure External Password Store (Doc ID 340559.1)" on the Oracle Support website. I have tried using Oracle Wallet wit

Re: [gdal-dev] Does gdal support Military Grid Reference System (MGRS) grid?

2021-06-14 Thread Bang Pham Huu
Thanks, my question is about like: - using gdal_translate to subset an interested area from the tiff file in MGRS grid. - using gdalwarp which I can project a 2D Tiff file in MGRS to EPSG:4326 CRS for example. Sorry, I don't have any MGRS file yet to understand the data, so I needed to ask the G

Re: [gdal-dev] Does gdal support Military Grid Reference System (MGRS) grid?

2021-06-14 Thread Mike Taves
On Mon, 14 Jun 2021 at 20:49, Bang Pham Huu wrote: > I've questions regarding Military Grid Reference System (MGRS) grid data. If it's simple coordinate conversions to/from MGRS and UTM, a decent library is GeographicLib: https://geographiclib.sourceforge.io/html/GeoConvert.1.html https://geogra

Re: [gdal-dev] Does gdal support Military Grid Reference System (MGRS) grid?

2021-06-14 Thread Brad Hards
On Monday, 14 June 2021 6:49:29 PM AEST Bang Pham Huu wrote: > I've questions regarding Military Grid Reference System (*MGRS*)grid data. > > - Does gdal support this kind of grid? Yes, but perhaps not as you might expect. Its supported in NITF. > - If yes, does it exist from EPSG coordinate refe

[gdal-dev] Does gdal support Military Grid Reference System (MGRS) grid?

2021-06-14 Thread Bang Pham Huu
Hello, I've questions regarding Military Grid Reference System (*MGRS*)grid data. - Does gdal support this kind of grid? - If yes, does it exist from EPSG coordinate reference system like UTM CRS? Thanks, ___ gdal-dev mailing list gdal-dev@lists.osge