[gdal-dev] Ogr2ogr, Mapinfo, Spatialite and mixed line geometrytypes

2012-01-18 Thread Jukka Rahkonen
Hi, I received an Mapinfo TAB file which contains both linestings and multilinestrings. Addind data into Spatialite as a new layer with the following command fails ogr2ogr -f SQLite -update -gt 2048 -t_srs epsg:3067 tab_test.sqlite l_jrata.TAB Error is ERROR 1: sqlite3_step() failed: SQL log

[gdal-dev] Converting between row/col numbers of two datasets

2012-01-18 Thread Knut-Frode Dagestad
Hi group, In searching for the reason for the bug reported in ticket #4442 [1], I have made some tests with gdal.Transformer in Python: A transformer defined generally as: T = gdal.Transformer(src_ds, dst_ds, ['']) can be used to convert row/col from src-image to row/col of dst-image. Behind

[gdal-dev] reading attribute values out of erdas img

2012-01-18 Thread John Morgan
Hello, I am fairly new to GDAL but impressed w/ its functionality. I have an ERDAS img file that has categorical data in it (data type). I am attempting to read out the categorical data for the purposes of eventually classifying it in a map server file. I have found one example of this but am n

Re: [gdal-dev] OGR-VFK in 1.9

2012-01-18 Thread Etienne Tourigny
Martin, My understanding is that you can back-port bugfixes which have bug entries. New features and important changes require permission of the PSC or release manager and perhaps an RFC. However, as your changes only affect your driver, I think it would be easier to commit them to 1.9.0 withou

[gdal-dev] OGR-VFK in 1.9

2012-01-18 Thread Martin Landa
Hi all, in the last days I have fundamentally updated VFK [1] driver in OGR [2]. Beside fundamental optimization also some serious bugs have been fixed. I wanted to ask you what is release policy regarding 1.9 branch. Could I merge recent updates in VFK driver to this branch? Thanks for clarifica