[gdal-dev] gdal_translate: adding a gcp_file parameter useful?

2018-05-10 Thread Mark Johnson
Would adding a '-gcp_file' as a input parameter, that would contain the list of gcp's to be used, be considered useful? Often the gcp list could be created programmaticly and saved to file, which would simplify the use from a script. Mark ___ gdal-dev m

Re: [gdal-dev] Motion: Promote GDAL 2.3.0 RC1 for release

2018-05-10 Thread Tamas Szekeres
+1 Tamas 2018-05-09 8:58 GMT+02:00 Even Rouault : > Hi, > > > > No critical issues have been raised on RC1, so > > > > --- > > > > Motion: GDAL/OGR 2.3.0 RC1 is promoted to be the official 2.3.0 final > release. > > > > --- > > > > My vote: +1 > > > > -- > > Spatialys - Geospatial profes

Re: [gdal-dev] Motion: Promote GDAL 2.3.0 RC1 for release

2018-05-10 Thread Daniel Morissette
+1 Daniel On 2018-05-09 2:58 AM, Even Rouault wrote: Hi, No critical issues have been raised on RC1, so --- Motion: GDAL/OGR 2.3.0 RC1 is promoted to be the official 2.3.0 final release. --- My vote: +1 -- Spatialys - Geospatial professional services http://www.spatialys.com

Re: [gdal-dev] mssql import speed

2018-05-10 Thread Tamas Szekeres
Hi Martin, Try to check in the SQL profiler that the BCP was successfully enabled and not plain insert statements are executed. (ie. the BCP enabled plugin was loaded) If BCP was enabled you might also try to load data on the server machine, so the network doesn't limit the bandwidth. Otherwise w

[gdal-dev] mssql import speed

2018-05-10 Thread Martin Landa
Hi, I wonder how to speed up import to MSSQL. I have testing SQLite DB (~1GB) with 48 tables (overall number of records 11e6). I started with $ ogr2ogr -f MSSQLSpatial MSSQL:... test.db It took more than 3hours! Tested on Windows computer with SQL Server 2012. I used SQL Server Native Client 11.

Re: [gdal-dev] Motion: Promote GDAL 2.3.0 RC1 for release

2018-05-10 Thread jratike80
Even Rouault-2 wrote > Hi, > > No critical issues have been raised on RC1, so > --- > Motion: GDAL/OGR 2.3.0 RC1 is promoted to be the official 2.3.0 final > release. > --- > My vote: +1 +1 -Jukka Rahkonen- -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _

Re: [gdal-dev] '/vsicurl/https://` does not exist in the file system, and is not recognized as a supported dataset name.

2018-05-10 Thread Even Rouault
Guy, > We are encountering some issue with vsicurl, we are trying to use VSICURL > to do range queries on rasters that are in azure blob storage, > > We convert the azure blob to https, and in most cases it works well for us. > > In our execution log we see the following message: > > > '/vsicu

[gdal-dev] '/vsicurl/https://` does not exist in the file system, and is not recognized as a supported dataset name.

2018-05-10 Thread Guy Doulberg
Hi, We are encountering some issue with vsicurl, we are trying to use VSICURL to do range queries on rasters that are in azure blob storage, We convert the azure blob to https, and in most cases it works well for us. In our execution log we see the following message: '/vsicurl/https://` does n