Re: [gdal-dev] VSIF and Python

2011-11-14 Thread Ari Jolma
On 11/14/2011 02:44 PM, Frank Broniewski wrote: I want to do: read geodata with ogr, do some work with it and dump the result, in case of a text file format, to string instead to file. Right now I am doing the same with an extra step (save the result to file and read it again with python). Th

Re: [gdal-dev] VSIF and Python

2011-11-14 Thread Etienne Tourigny
Yes, VSI* has been implemented in gdal 1.8.0, you should use the latest stable 1.8.1. You have this in debian experimental, but I don't use debian so can't comment on how "experimental" the debian gdal 1.8 builds are. You can also build gdal yourself from source. Provided you upgrade to 1.8.1, yo

[gdal-dev] VSIF and Python

2011-11-14 Thread Frank Broniewski
Hi, I wanted to try the VSIF* functions that are mentioned in the docs [1]. I am using gdal (and python-gdal) from debian testing, which is version 1.7.?. The VSIF* functions are "not found", so I presume they are available with gdal >= 1.8 only? I found [2], which is pretty much what I want