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;
}
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
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
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
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=
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
>
> 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
___