Re: [gdal-dev] SQL layer from feature Id

2012-10-13 Thread Jukka Rahkonen
Gabriel Fusca suremptec.com.ar> writes: > > Hi,I want to execute a SQL query to a OGRDatasource (ESRI Shapefile) to filter the selection of various features. The query can be something like this: "SELECT * FROM layer WHERE FID = #";What is the name of the of the feature ID fiel? How can i use th

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-13 Thread Antonio Valentino
Hi Kishore, Il giorno 12/ott/2012, alle ore 14:52, kishore Borra ha scritto: > Hi All, > > we are implementing support of elevation processing of various raster images > in a standalone desktop Viewer using opensource. I'm very interested, is it an opensoirce project? URL? > we are using GD

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

2012-10-13 Thread Antonio Valentino
Hi Even, Il giorno 14/ott/2012, alle ore 01:02, Even Rouault ha scritto: > Just a quick follow-up. > > I've just received the first pull request ( > https://github.com/OSGeo/gdal/pull/1 ) and managed to merge it and commit it > to SVN with the following (based on your below advice) : > > gi

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

2012-10-13 Thread Mateusz Loskot
On 14 October 2012 00:02, Even Rouault wrote: > The only annoying (but logical) thing is that I appear as the committer of the > changes, instead of the original author. Perhaps there would be an automated > way of adding the original git commiter name in the SVN commit message to keep > proper at

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

2012-10-13 Thread Even Rouault
Just a quick follow-up. I've just received the first pull request ( https://github.com/OSGeo/gdal/pull/1 ) and managed to merge it and commit it to SVN with the following (based on your below advice) : git checkout trunk git svn rebase git checkout -b nas-fixes git pull https://github.com/jef-n

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-13 Thread Jukka Rahkonen
Brent Fraser geoanalytic.com> writes: > > > Hey Tyler! >   OSSIM can be a heavy (but useful) raster toolkit, as can OTB.  I > think there is room in the FOSS4G world for a small GUI app to do > raster operations, basically supplying a GUI to gdalwarp, > gdal_translat

[gdal-dev] Go bindings have moved

2012-10-13 Thread Luke Roth
The GDAL bindings for Go have moved to github.com/lukeroth/gdal to simplify usage with Go's dependency management. You should now be able to 'import " github.com/lukeroth/gdal" without having to rename any directories or packages. Thanks, Luke ___ gdal-d