[gdal-dev] patch for building gdal on AIX

2012-09-09 Thread chen zhen
Hi all, After struggling for a time, I finally build gdal library on AIX successfully. I opened a ticket to commit the patch for building and discussing relative issues.( https://trac.osgeo.org/gdal/ticket/4809). Hope this useful to whom working on AIX and gdal. Any comment on the second modificat

[gdal-dev] Layer creation option FID (Spatialite, MSSQL)

2012-09-09 Thread Jeremy Palmer
Any limiting factors in improving the Spatialite and MSSQLSpatial drivers to allow defining the feature ID column LCO like the PostgreSQL (FID) or FileGDB (OID_NAME) drivers? Also, do Spatialite, MSSQL user defined tables with PKs already set work correctly in OGR? Thanks Jeremy This messa

Re: [gdal-dev] Revealing /vsi*/ for users

2012-09-09 Thread Thomas Gratier
Hello Jukka, I agree with you You can also have a look on another gems : Even contribution to python scripts http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/gdal_ls.py More easy to manipulate than original command line for listing zip content When you do ogrinfo -ro -al -so /vsizip/vsicu

[gdal-dev] Revealing /vsi*/ for users

2012-09-09 Thread Jukka Rahkonen
Hi, I started to think one day if it could be possible to read data directly from services and files which can be accessed through internet with GDAL and I found that it is indeed possible. However, this very nice feature in not documented in any place that users are most often reading, like manu