[gdal-dev] What is the maximum '-wm' I can use with 64bit gdalwarp?

2014-12-23 Thread Simen Langseth
What is the maximum '-wm' I can use with 64bit gdalwarp? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdalwarp reporjection issue

2014-12-23 Thread Bin Zhao
Hi, First time gdal user here. I am trying to use gdalwarp to reproject a raster file from polar stereo to WGS84. The original raster has nodata value 127 and 0's and 1's as real data values. After warping, the file contains only nodata values, i.e., all real data got lost. Could anyone help

Re: [gdal-dev] Gdal and SQLite

2014-12-23 Thread Even Rouault
Le mardi 23 décembre 2014 14:33:39, Federico Jurio a écrit : > Hi guys, i'm trying to make a simple query using sqlite through gdal > library ( http://www.gdal.org/ogr_sql.html ) > > I have a simple table with two columns: ID and (asd*) (both columns have > integer values) > > I want the minimun

[gdal-dev] Gdal and SQLite

2014-12-23 Thread Federico Jurio
Hi guys, i'm trying to make a simple query using sqlite through gdal library ( http://www.gdal.org/ogr_sql.html ) I have a simple table with two columns: ID and (asd*) (both columns have integer values) I want the minimun value of this columns My first attempt was successful E:\Pruebas>ogrinfo