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
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
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
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
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
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
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