[gdal-dev] Building java bindings with GDAL 2.1.3

2017-04-27 Thread Paolo Corti
Dear list I am trying to build the Java bindings for GDAL 2.1.3, for Java 1.7.0_80, using SWIG 3.0.8, in Ubuntu 16.04LTS, following these instructions [1]. The aim is to use the gdal GeoServer plugin with gdal 2.1.3. The GeoServer I am using is a very old version (2.3) and I don't have the

Re: [gdal-dev] OGR drivers written in Python

2017-04-27 Thread Stefan Keller
Hi Even and Sean Allowing OGR drivers written in Python looks IMHO very promising! I actually can't follow Seans concerns (except for one, see below): Is it the fear that Python programmers step in who are less skilled? There is quite some experience with QGIS plugins and yes, there are many

Re: [gdal-dev] Wrong namespaces in GML 3.2 written by GDAL

2017-04-27 Thread Rahkonen Jukka (MML)
Hi Evan, Oh yeah, a few lines later I can read http://www.opengis.net/gml/3.2; schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> http://www.opengis.net/gmlsf/2.0; schemaLocation="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"/> Sorry for the noise. -Jukka- Even

Re: [gdal-dev] Wrong namespaces in GML 3.2 written by GDAL

2017-04-27 Thread Even Rouault
On jeudi 27 avril 2017 17:01:27 CEST Rahkonen Jukka (MML) wrote: > Hi, > > With GML 3.2 output GDAL 2.2-dev writes into the schema > > xmlns:gml="http://www.opengis.net/gml/3.2; > xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0; > > The first one redirects to

[gdal-dev] Wrong namespaces in GML 3.2 written by GDAL

2017-04-27 Thread Rahkonen Jukka (MML)
Hi, With GML 3.2 output GDAL 2.2-dev writes into the schema xmlns:gml="http://www.opengis.net/gml/3.2; xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0; The first one redirects to http://schemas.opengis.net/gml/3.2.1/gml.xsd. The latter one gives "Not found". I guess that the schema is nowadays in

Re: [gdal-dev] OGR drivers written in Python

2017-04-27 Thread Even Rouault
Sean, > > The sketch of the Python interface for drivers looks fine to me. Some of > the function signatures could be more Pythonic, but these are not going to > be called from Python code (correct?), Yes, this is driver code that is mostly dedicated to be called from GDAL core itself. That

Re: [gdal-dev] OGR drivers written in Python

2017-04-27 Thread Sean Gillies
Hi Even, On Wed, Apr 26, 2017 at 8:32 PM, Even Rouault wrote: > Hi, > > > > I've experimented lately with an infrastructure to write drivers in Python > : > > https://github.com/rouault/gdal2/tree/pythondrivers > > > > This is a further step to the GDAL 2.2 new

Re: [gdal-dev] GDAL 2.2.0 beta 2 available

2017-04-27 Thread Even Rouault
On jeudi 27 avril 2017 10:18:13 CEST Sean Gillies wrote: > Even, > > I've sorted things out. As described in https://github.com/sgillies > /frs-wheel-builds/issues/15, I only need to change the > MACOSX_DEPLOYMENT_TARGET in my builds from 10.6 to 10.9 to build GDAL 2.2.0 > (and distribute Python

Re: [gdal-dev] GDAL 2.2.0 beta 2 available

2017-04-27 Thread Sean Gillies
Even, I've sorted things out. As described in https://github.com/sgillies /frs-wheel-builds/issues/15, I only need to change the MACOSX_DEPLOYMENT_TARGET in my builds from 10.6 to 10.9 to build GDAL 2.2.0 (and distribute Python wheels that include it). Sorry, Mountain Lion holdouts! Rasterio is