[gdal-dev] pass gdal dataset as an argument from Python to C

2017-11-23 Thread Shawn Gong
Hi list, Has anyone done this before? I try to pass a gdal dataset as an argument from Python to C. in my C code, I have PyObject* py_my_func(PyObject *self, PyObject *args) { PyObject *poDataset; if(!PyArg_ParseTuple(args, "Odd", &poDataset, &a1, &a2)) { return NULL; }

[gdal-dev] Standardization of Bounding Box structure

2017-11-23 Thread Roberto Ribeiro
In OGR, the GetGeometry() method from the Geometry class returns a bounding box in the (xmin, xmax, ymin, ymax) structure. However, the SetSpatialFilterRect() method from the Layer class expects a bounding box in the (xmin, ymin, xmax, ymax) structure. This is a problem that can be worked around, b

Re: [gdal-dev] Using field name as variable in a "dialect sqlite" query

2017-11-23 Thread aborruso
Hi Jukka, jratike80 wrote > You can have only one SRID on a layer so you must either split your data > by > the epsg field or transform each record to same SRID. Otherwise your > request > was almost complete. I know, but my problem was the source! jratike80 wrote > ogrinfo -dialect sqlite -sq

Re: [gdal-dev] GDAL WCS driver: testing range and domain subsetting

2017-11-23 Thread Ari Jolma
Ari Jolma kirjoitti 23.11.2017 klo 15:40: I guess this goes to the Rasdaman people (My application to the Rasdaman email list is pending). Why does this query http://ows.rasdaman.org/rasdaman/ows?SERVICE=WCS&REQUEST=GetCoverage&VERSION=2.0.1&COVERAGEID=test_irr_cube_2&FORMAT=image%2Ftiff&SUBSE

[gdal-dev] GDAL WCS driver: testing range and domain subsetting

2017-11-23 Thread Ari Jolma
I guess this goes to the Rasdaman people (My application to the Rasdaman email list is pending). Why does this query http://ows.rasdaman.org/rasdaman/ows?SERVICE=WCS&REQUEST=GetCoverage&VERSION=2.0.1&COVERAGEID=test_irr_cube_2&FORMAT=image%2Ftiff&SUBSET=E%2875042.7273594,95042.7273594%29&SUBSET=

[gdal-dev] GDAL/OGR 2.2.3 is released

2017-11-23 Thread Even Rouault
Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 2.2.3 bug fix version. Consult the release notes for the list of issues addressed : https://trac.osgeo.org/gdal/wiki/Release/2.2.3-News The sources are available at: http://download.osgeo

Re: [gdal-dev] Motion: promote GDAL 2.2.3 RC1 for release

2017-11-23 Thread Even Rouault
> > Motion: promote GDAL 2.2.3 RC1 for release > > Starting with my +1 I declare this motion passed with +1 from PSC members JukkaR and myself, as well from community member Jeff McKenna Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___