Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread Nikhil Sai Parupalli
Hey , This was the check i was referencing to For record updates for feature/vector updates, check that if it is  DELETE: the record does not contain further fields, or  MODIFY/INSERT: the record contains more information about the update. Could you understand something about this... Thanks

Re: [gdal-dev] [ OGR SQL: Excecuting select where column name starts with "_" SO: Windows 7, GDAL/OGR 1.9.x

2012-10-11 Thread Etienne Tourigny
try enclosing the column with single or double quotes? On Tue, Oct 9, 2012 at 5:35 PM, Gabriel Fusca wrote: > > Hi, > > I´m getting a sql parsing error when I tried to execute a query to a > shapefile where column name starts with "_". > > When i execute a query like : ogrinfo Provincias.shp -sql

Re: [gdal-dev] build error - conflicting cpl_serv.h

2012-10-11 Thread Frank Warmerdam
Dave, It seems to relate to my use of CPLString in this restricted file, a change I luckily didn't backport to 1.9. I have removed it, and made a note to myself to avoid this in the future. I'm sure I've done it before. Best regards, On Wed, Oct 10, 2012 at 6:44 PM, David Burken wrote: > Hi

Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread s duclos
Hi Nikhil, Frank as put up a page for this (sorry Frank for highjacking the thread)   http://www.gdal.org/ogr/drv_s57.html Also IHO have the specs for updating ENC specifically. (I don't have the link right now) rgds, Sylvain. - Original Message - > From: Nikhil Sai Parupalli > T

Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread Frank Warmerdam
Nikhil, There is no OGR API level way of knowing what S-57 updates are changing. They basically get merged into the feature view giving you a "final result" view through OGR. If you really need to track this you pretty much have to open variations on the S-57 datasource with and without the upda

Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread Nikhil Sai Parupalli
Hey HOw do we get to know in data set i.e any attribute information varies for update... Thanks and Regards Nikhil Sai Parupalli Note: Do not print this email until and unless it is really required. Save paper , stay Green From: s duclos [sylvain_du

Re: [gdal-dev] Motion: Release 1.9.2

2012-10-11 Thread Frank Warmerdam
Folks, I declare this motion passed with support from Daniel, Howard, Tamas, Even and myself. The release announcement has now been sent out. Best regards, Frank On Tue, Oct 9, 2012 at 12:25 PM, Even Rouault wrote: > Le mardi 09 octobre 2012 18:27:29, Frank Warmerdam a écrit : > > Motion: The

[gdal-dev] GDAL/OGR 1.9.2 Released

2012-10-11 Thread Frank Warmerdam
Folks, I am pleased to announce the release of GDAL/OGR 1.9.2. This is a bug fix release based on the GDAL/OGR 1.9.0 (and 1.9.1) release and does not contain substantial new features. Detailed bug fix news is available at: http://trac.osgeo.org/gdal/wiki/Release/1.9.2-News Source code is avai

Re: [gdal-dev] GDALGetRasterStatistics() and bApproxOK, bForce

2012-10-11 Thread Radim Blazek
On Thu, Oct 11, 2012 at 6:50 PM, Frank Warmerdam wrote: > Radim, > > I gather the problem is that GDAL cannot tell whether saved statistics in > metadata are exact or not, right? It should be possible, at least .aux.html has 1. In any case, if it is not sure that cached stats are exact, it shoul

Re: [gdal-dev] GDALGetRasterStatistics() and bApproxOK, bForce

2012-10-11 Thread Frank Warmerdam
Radim, I gather the problem is that GDAL cannot tell whether saved statistics in metadata are exact or not, right? I don't have any real plan to resolve this unfortunately. I ticket might be prudent. Best regards, Frank On Thu, Oct 11, 2012 at 8:39 AM, Radim Blazek wrote: > GDALGetRasterStat

[gdal-dev] GDALGetRasterStatistics() and bApproxOK, bForce

2012-10-11 Thread Radim Blazek
GDALGetRasterStatistics API doc: "Returns the minimum, maximum, mean and standard deviation of all pixel values in this band. If approximate statistics are sufficient, the bApproxOK flag can be set to true in which case overviews, or a subset of image tiles may be used in computing the statistics.

Re: [gdal-dev] Dealing with ogr2ogr and cyrillic TAB files

2012-10-11 Thread Luca Sigfrido Percich
Hi Tuomas, Il giorno mer, 10/10/2012 alle 10.17 +, Koivusalo, Tuomas ha scritto: > I’m trying to convert bunch of MapInfo TAB files from Russian customer > to PostGIS using ogr2ogr. Original TAB files are in WindowsCyrillic > encoding, and they should be somehow be converted to UTF-8. For som

Re: [gdal-dev] S57 update (was: (no subject))

2012-10-11 Thread s duclos
Hi Nikhil, In the US1GC09M.ZIP you send you can see update as US1GC09M.000  <-- base cell US1GC09M.001 - .008   <-- update to base cell rgds, Sylvain. > > From: Nikhil Sai Parupalli >To: "gdal-dev@lists.osgeo.org" >Sent: Thursday, October 11, 2012 2:28:

Re: [gdal-dev] [update] Re: Travis CI continuous integration service for GDAL

2012-10-11 Thread Etienne Tourigny
Hi On Wed, Oct 10, 2012 at 5:55 PM, Even Rouault wrote: > Le mercredi 10 octobre 2012 21:49:49, Etienne Tourigny a écrit : >> Hi Even, >> >> the main advantage of github is that you can manage patches/pull >> requests more easily, and it's easy for someone to setup a fork with >> substantial chan

Re: [gdal-dev] S57 dataset boundary issue

2012-10-11 Thread s duclos
Nikhil, >If I have a polygon how to find out edges of it programmatic do we have any >function to get all  the edges of polygon(area) OGR is modelled on the OpenGIS simple features data model, http://www.gdal.org/ogr/ogr_arch.html In this model there is no notion of edge like in S-57 You di

Re: [gdal-dev] [update] Re: Travis CI continuous integration service for GDAL

2012-10-11 Thread Ari Jolma
On 10/10/2012 10:49 PM, Etienne Tourigny wrote: Hi Even, On Wed, Oct 10, 2012 at 4:24 PM, Even Rouault wrote: My feeling is that the main barrier to contribution lies more in understanding how the source works rather than the tools around. Anyway, whatever the VCS, as you underlined, you st