Re: [gdal-dev] How open a subset dataset with python

2014-06-19 Thread Andrea Peri
Hi, resolved the quest. the command is layer = ds.ExecuteSQL(sqlString,None,"SQLITE") Andrea. 2014-06-19 18:10 GMT+02:00 Andrea Peri : > Hi, > > I'm study-ing the option to use the python with gdal: > This are my first step on the python world. > > I use this code: > > driver = ogr.GetDriverByN

[gdal-dev] How open a subset dataset with python

2014-06-19 Thread Andrea Peri
Hi, I'm study-ing the option to use the python with gdal: This are my first step on the python world. I use this code: driver = ogr.GetDriverByName('SQLite') ds = driver.Open(file) layer = ds.GetLayerByName(dataset) But I like to open instead of a full "dataset" a subset of it as usually do in

[gdal-dev] PAM XSD or DTD

2014-06-19 Thread Gregory, Matthew
Hi all, I'm trying to locate an XSD or DTD for the PAM .aux.xml files. Does such a thing exist? It seems that there are slight variants of the tags allowed that I'm seeing. Sorry if this has been answered before. My searching was futile. thanks, matt ___

Re: [gdal-dev] CPLEscapeString URL - encoding characters that don't need to be encoded

2014-06-19 Thread Timothy Astle
I've provided a patch and some context in this ticket. http://trac.osgeo.org/gdal/ticket/5526 Thank you for your feedback! Tim On 18/06/2014 2:02 PM, Timothy Astle wrote: Yes, that could be possible. Aweb server should try to URL decode anything that has been encoded, that is, any %xx tok

[gdal-dev] link not working

2014-06-19 Thread xavier lhomme
The link ASpatial on the Geopackage page do not work http://www.gdal.org/geopackage_aspatial.html best regards xav ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev