Re: [gdal-dev] Setting NODATA to -nan

2015-07-15 Thread Homme Zwaagstra
On 15/07/15 19:02, Even Rouault wrote: >> Thanks Even, >> >> I have submitted with an >> attached TIFF >> infested with `-nan` values. >> >> While researching this I cam across this question >> which might contain

Re: [gdal-dev] Setting NODATA to -nan

2015-07-15 Thread Even Rouault
> Thanks Even, > > I have submitted with an > attached TIFF > infested with `-nan` values. > > While researching this I cam across this question > which might contain some information of > interest. Hum looking more

Re: [gdal-dev] Getting warning when opening NetCDF file using gdal?

2015-07-15 Thread Joaquim Luis
Hi Julien, I would very interested in trying your netCDF patches. The new OceanColor L2 format completely broke up my (Mirone) working flow. Also regarding https://trac.osgeo.org/gdal/ticket/5291 sorry if I didn't understand, is there anything I can do to help? Thanks Joaquim Hi, Not

Re: [gdal-dev] GML driver and DateTime datatype

2015-07-15 Thread Even Rouault
On Wednesday 15 July 2015 15:35:29 Martin Landa wrote: > Hi, > > it seems that DateTime is not supported by GFS format, is right? Is > support for this data type planned? Hi, actually it is not only missing in .Gfs, but in the whole driver (.xsd parsing, etc..). I believe It shouldn't be that h

Re: [gdal-dev] Setting NODATA to -nan

2015-07-15 Thread Homme Zwaagstra
On 15/07/15 14:18, Even Rouault wrote: On Wednesday 15 July 2015 10:21:54 Homme Zwaagstra wrote: >> Hello, >> >> I've got the following raster exported from GRASS using `r.out.gdal`: >> >> gdalinfo ppp-2015.tif >> Driver: GTiff/GeoTIFF >> Files: ppp-2015.tif >> ppp-2015.tif.aux.xml >>

[gdal-dev] GML driver and DateTime datatype

2015-07-15 Thread Martin Landa
Hi, it seems that DateTime is not supported by GFS format, is right? Is support for this data type planned? Thanks! Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa ___ gdal-dev mailing list gdal-dev@lists.o

Re: [gdal-dev] GDAL 2.0.0 cannot open dbf file

2015-07-15 Thread michele_zanolli
Even, Thanks for your quick answers! >Would you mind opening a ticket about that too ? http://trac.osgeo.org/gdal/ticket/6035 michele ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ogr2ogr 2.0 PG driver problem

2015-07-15 Thread michele_zanolli
>Could you please file a ticket in Trac about that for further >investigation ? http://trac.osgeo.org/gdal/ticket/6034 michele ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Setting NODATA to -nan

2015-07-15 Thread Even Rouault
On Wednesday 15 July 2015 10:21:54 Homme Zwaagstra wrote: > Hello, > > I've got the following raster exported from GRASS using `r.out.gdal`: > > gdalinfo ppp-2015.tif > Driver: GTiff/GeoTIFF > Files: ppp-2015.tif > ppp-2015.tif.aux.xml > Size is 432017, 216009 > Coordinate System is: > GE

Re: [gdal-dev] GDAL 2.0.0 cannot open dbf file

2015-07-15 Thread Even Rouault
On Wednesday 15 July 2015 14:53:58 michele_zano...@comune.trento.it wrote: > Hi all, > > with GDAL 2.0.0 I can't open a dbf file [0] (ogrinfo cadinci.dbf). > with GDAL 1.x it works. > > For example with QGIS 2.8.2 (compiled with GDAL 1.11.2) I can read and edit > it with no problems. > > Can som

Re: [gdal-dev] allow gml driver to check supported version

2015-07-15 Thread Even Rouault
On Wednesday 15 July 2015 14:38:06 Martin Landa wrote: > Hi all, > > VFR format is read in GDAL using GML driver together with GFS files > which are part of GDAL distribution (data/ruian_vf_ob_v1.gfs > data/ruian_vf_st_uvoh_v1.gfs data/ruian_vf_st_v1.gfs > data/ruian_vf_v1.gfs). What is missing i

[gdal-dev] GDAL 2.0.0 cannot open dbf file

2015-07-15 Thread michele_zanolli
Hi all, with GDAL 2.0.0 I can't open a dbf file [0] (ogrinfo cadinci.dbf). with GDAL 1.x it works. For example with QGIS 2.8.2 (compiled with GDAL 1.11.2) I can read and edit it with no problems. Can someone confirm this? Thanks, michele [0] http://webapps.comune.trento.it/gis/archivioweb/

Re: [gdal-dev] ogr2ogr 2.0 PG driver problem

2015-07-15 Thread Even Rouault
On Wednesday 15 July 2015 11:42:50 michele_zano...@comune.trento.it wrote: > Hi all, > I recently installed GDAL 2.0 and this is my issue: > if I take a simple shp (or csv file) and then > > ogr2ogr -f PostgreSQL "PG:host=localhost user=myuser schemas=myschema" > mylayer -nln mylayer > > The laye

[gdal-dev] allow gml driver to check supported version

2015-07-15 Thread Martin Landa
Hi all, VFR format is read in GDAL using GML driver together with GFS files which are part of GDAL distribution (data/ruian_vf_ob_v1.gfs data/ruian_vf_st_uvoh_v1.gfs data/ruian_vf_st_v1.gfs data/ruian_vf_v1.gfs). What is missing is version check to inform user that GDAL doesn't support the newest

Re: [gdal-dev] ogr2ogr 2.0 PG driver problem

2015-07-15 Thread michele_zanolli
Ciao Martin, > >try -lco 'schema=myschema' option, so > >ogr2ogr -f PostgreSQL "PG:host=localhost user=myuser" mylayer -nln >mylayer -lco 'schema=myschema' > Thanks, it works with no errors! A third way is to use -nln myschema.mylayer, so ogr2ogr -f PostgreSQL "PG:host=localhost dbname=mydb user

Re: [gdal-dev] ogr2ogr 2.0 PG driver problem

2015-07-15 Thread Martin Landa
Ciao Michele, 2015-07-15 11:42 GMT+02:00 : > ogr2ogr -f PostgreSQL "PG:host=localhost user=myuser schemas=myschema" > mylayer -nln mylayer > > The layer is successfully imported in the DB and in the right schema, but I > read: > > ERROR 1: PQconnectdb failed: invalid connection option "schemas"

[gdal-dev] ogr2ogr 2.0 PG driver problem

2015-07-15 Thread michele_zanolli
Hi all, I recently installed GDAL 2.0 and this is my issue: if I take a simple shp (or csv file) and then ogr2ogr -f PostgreSQL "PG:host=localhost user=myuser schemas=myschema" mylayer -nln mylayer The layer is successfully imported in the DB and in the right schema, but I read: ERROR 1: PQc

[gdal-dev] Setting NODATA to -nan

2015-07-15 Thread Homme Zwaagstra
Hello, I've got the following raster exported from GRASS using `r.out.gdal`: gdalinfo ppp-2015.tif Driver: GTiff/GeoTIFF Files: ppp-2015.tif ppp-2015.tif.aux.xml Size is 432017, 216009 Coordinate System is: GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.25722