Re: [gdal-dev] Fast feature count not available?

2015-05-26 Thread Paolo Cavallini
Il 26/05/2015 12:13, Even Rouault ha scritto: > The "-spat -180.0 -90.0 180.0 90.0" part looks a bit suspicious to me. Why do Quite clear, thanks Even. The command line was built by a QGIS plugin; your explanation can help to solve also a bug on it. All the best. -- Paolo Cavallini - www.fauna

Re: [gdal-dev] CSharp bindings question

2015-05-26 Thread Ari Jolma
On 26.05.2015 13:53, Tamas Szekeres wrote: Is that a requirement that the bindings should work well with all SWIG versions or that the generated wrappers should work just fine? I don't know about formal policy, There's nothing in http://trac.osgeo.org/gdal/wiki/rfc8_devguide nor http://trac.o

Re: [gdal-dev] CSharp bindings question

2015-05-26 Thread Tamas Szekeres
Is that a requirement that the bindings should work well with all SWIG versions or that the generated wrappers should work just fine? Formerly I have been thinking that we should support all versions, but it took large amount of extra efforts to work around all incompatible changes what SWIG intro

Re: [gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Even Rouault
> Great Even! > Will the changes be in next GDAL release? Yes 2.0 > > Calogero -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-de

Re: [gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Calogero Mauceri
Il 5/26/2015 12:03 PM, Even Rouault ha scritto: Le mardi 26 mai 2015 11:40:22, Calogero Mauceri a écrit : Il 5/26/2015 11:28 AM, Even Rouault ha scritto: Le mardi 26 mai 2015 11:00:21, Calogero Mauceri a écrit : Hi all, we are having problems saving/reading GCPs values in a VRT file when thos

Re: [gdal-dev] Fast feature count not available?

2015-05-26 Thread Even Rouault
Le mardi 26 mai 2015 12:03:52, Paolo Cavallini a écrit : > Hi all, > I'm trying to import from Oracle to PostGIS, with the command > > ogr2ogr.exe -progress --config PG_USE_COPY YES -f PostgreSQL > PG:"host=*** port=5432 dbname=*** password=*** user=***" -lco DIM=2 > OCI:georef/***@***:1523/**.**:

Re: [gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Even Rouault
Le mardi 26 mai 2015 11:40:22, Calogero Mauceri a écrit : > Il 5/26/2015 11:28 AM, Even Rouault ha scritto: > > Le mardi 26 mai 2015 11:00:21, Calogero Mauceri a écrit : > >> Hi all, > >> > >> we are having problems saving/reading GCPs values in a VRT file when > >> those values are inf or nan. Th

[gdal-dev] Fast feature count not available?

2015-05-26 Thread Paolo Cavallini
Hi all, I'm trying to import from Oracle to PostGIS, with the command ogr2ogr.exe -progress --config PG_USE_COPY YES -f PostgreSQL PG:"host=*** port=5432 dbname=*** password=*** user=***" -lco DIM=2 OCI:georef/***@***:1523/**.**:GEOREF.GEO_NODES "GEOREF"."GEO_NODI_BT" -nlt POINT -lco SCHEMA=georef

Re: [gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Calogero Mauceri
Il 5/26/2015 11:28 AM, Even Rouault ha scritto: Le mardi 26 mai 2015 11:00:21, Calogero Mauceri a écrit : Hi all, we are having problems saving/reading GCPs values in a VRT file when those values are inf or nan. This problem is happening on Window platform while it is working as expected in un

Re: [gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Even Rouault
Le mardi 26 mai 2015 11:00:21, Calogero Mauceri a écrit : > Hi all, > > we are having problems saving/reading GCPs values in a VRT file when > those values are inf or nan. This problem is happening on Window > platform while it is working as expected in unix systems. > > We are setting the GCP va

Re: [gdal-dev] CSharp bindings question

2015-05-26 Thread Ari Jolma
26.05.2015, 11:38, Even Rouault kirjoitti: Le mardi 26 mai 2015 10:13:49, Tamas Szekeres a écrit : Hi Ari, I haven't tried to compile that with mono for quite a long time. I'll give it a try. However we did not follow the latest changes in the SWIG implementation with the bindings, so I'd try

[gdal-dev] Problem saving/reading inf GCPs values in VRT

2015-05-26 Thread Calogero Mauceri
Hi all, we are having problems saving/reading GCPs values in a VRT file when those values are inf or nan. This problem is happening on Window platform while it is working as expected in unix systems. We are setting the GCP values in a VRT dataset using the library function GDALSetGCPs. The i

Re: [gdal-dev] CSharp bindings question

2015-05-26 Thread Even Rouault
Le mardi 26 mai 2015 10:13:49, Tamas Szekeres a écrit : > Hi Ari, > > I haven't tried to compile that with mono for quite a long time. I'll give > it a try. > > However we did not follow the latest changes in the SWIG implementation > with the bindings, so I'd try with an earlier version (ie. 1.3

Re: [gdal-dev] CSharp bindings question

2015-05-26 Thread Tamas Szekeres
Hi Ari, I haven't tried to compile that with mono for quite a long time. I'll give it a try. However we did not follow the latest changes in the SWIG implementation with the bindings, so I'd try with an earlier version (ie. 1.3.39) to generate the wrappers. May be we should consider including the

[gdal-dev] CSharp bindings question

2015-05-26 Thread Ari Jolma
Tamas, I'm working on a cleanup of the bindings, trying to reduce the number of language specifics in the common interface files. I can test Python, Java, and Perl bindings well in my Linux machine but can so far only generate and compile the CSharp wrappers. However, it seems maybe possible