[gdal-dev] R: Question

2015-08-26 Thread Giorgio Ghiggini
Thanks to all I know understood the problem. I thought the SDKShell.bat was setting the variable permanently, while it is not. So running the ogrinfo and ogr2ogr within the SDKShell window it works perfectly. Thanks again for your help. Best regards, Giorgio -Messaggio originale- Da:

Re: [gdal-dev] Issue with gdalchksum on Fedora 21 ppc64le?

2015-08-26 Thread Gawade P
Good Morning, Even. I debugged this more, focusing, as you suggested, on the computation of the colormap and looks like the difference in the value of the checksum is due to the difference in calculation of the color map values for negative slopes. The following lines of code in frmts/northwood/no

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Frank Warmerdam
Even / Faza, I clearly should have been commenting sooner. I am concerned that having messy structures of options for each program is going to complicate maintaining the actually commandline programs, and that it will still be a fragile and complicated point of entry as commandline arguments evol

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Kurt Schwehr
+1 from a non-voting person. It will definitely make testing a lot cleaner / easier without having to run a separate binary to get most of the testing done. There is also an enormous amount of python code that runs os.system / subprocess. That code is very error prone / a pain to maintain. Gene

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Kyle Shannon
On Wed, Aug 26, 2015 at 1:55 PM, Even Rouault wrote: > Le mercredi 26 août 2015 21:44:10, Kyle Shannon a écrit : >> Hi, >> >> On Wed, Aug 26, 2015 at 12:27 PM, Even Rouault >> >> wrote: >> > Hi, >> > >> > Summer of code 2015 being finished now, Faza's work now include >> > librarification of gdal

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Even Rouault
Le mercredi 26 août 2015 21:44:10, Kyle Shannon a écrit : > Hi, > > On Wed, Aug 26, 2015 at 12:27 PM, Even Rouault > > wrote: > > Hi, > > > > Summer of code 2015 being finished now, Faza's work now include > > librarification of gdalinfo, gdal_translate, gdalwarp and ogr2ogr. Faza > > will cont

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Kyle Shannon
Hi, On Wed, Aug 26, 2015 at 12:27 PM, Even Rouault wrote: > Hi, > > Summer of code 2015 being finished now, Faza's work now include > librarification > of gdalinfo, gdal_translate, gdalwarp and ogr2ogr. Faza will continue working > on some other utilities. Which other utilities are being consid

Re: [gdal-dev] vector VRT: Warning 1: Line 2: Attribute value should be single or double quoted.

2015-08-26 Thread Kyle Shannon
Helmut, On Wed, Aug 26, 2015 at 12:16 PM, Helmut Kudrnovsky wrote: > hi, > > I have a vector VRT which refers to a CSV. > > both files are attached to the mail: > > chondrilla.vrt > > chondrilla.csv >

[gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-08-26 Thread Even Rouault
Hi, Summer of code 2015 being finished now, Faza's work now include librarification of gdalinfo, gdal_translate, gdalwarp and ogr2ogr. Faza will continue working on some other utilities. We'd be happy to hear about your comments, especially on the API. So speak now please. The overview of the

[gdal-dev] vector VRT: Warning 1: Line 2: Attribute value should be single or double quoted.

2015-08-26 Thread Helmut Kudrnovsky
hi, I have a vector VRT which refers to a CSV. both files are attached to the mail: chondrilla.vrt chondrilla.csv when I do ogrinfo on the VRT, I get followi

Re: [gdal-dev] Question

2015-08-26 Thread Even Rouault
Le mercredi 26 août 2015 19:14:41, Andre Joost a écrit : > Am 26.08.2015 um 17:27 schrieb Rahkonen Jukka (MML): > > I noticed right now while I was > > testing that I have several GDAL installations in my PATH, perhaps > > you have the same situation. Write PATH into your command line for > > check

Re: [gdal-dev] Question

2015-08-26 Thread Andre Joost
Am 26.08.2015 um 17:27 schrieb Rahkonen Jukka (MML): I noticed right now while I was testing that I have several GDAL installations in my PATH, perhaps you have the same situation. Write PATH into your command line for checking it. To avoid those PATH assignments, I use the zip versions from G

Re: [gdal-dev] Question

2015-08-26 Thread Rahkonen Jukka (MML)
Hi, I made my test with GDAL 2.0 binaries from gisinternals by placing your osmconf.ini into \bin\gdal-data. Any change you do for the selected tags in osmconf.ini will have on effect on " ogrinfo hamburg-latest.osm.pbf points -so ". Don't do anything before you see that your osmconf.ini is use

[gdal-dev] R: Question

2015-08-26 Thread Giorgio Ghiggini
Hi, thanks a lot for the prompt response. I am using GISINTERNALS installation, and when I run the ogrinfo app it returns an error saying "all_tags not recognized as a valid field". I am not sure this installation is working well, my feeling is that any change I apply to the osmconf.ini are si

Re: [gdal-dev] Question

2015-08-26 Thread Jukka Rahkonen
Giorgio Ghiggini gec-it.com> writes: > Hello, > I am trying to use GDAL ogr2ogr.exe but I > am having problems with osmconf.ini file configuration. > I tried using different binaries for > Windows (QGIS, Gisinternals, OSGeo4W and MapServer) but I am not able to get > all tags from a PBF or OSM

[gdal-dev] Question

2015-08-26 Thread Giorgio Ghiggini
Hello, I am trying to use GDAL ogr2ogr.exe but I am having problems with osmconf.ini file configuration. I tried using different binaries for Windows (QGIS, Gisinternals, OSGeo4W and MapServer) but I am not able to get all tags from a PBF or OSM file. Probably I am not able to configure