Re: [gdal-dev] AIG field types erroneously classified as GFT_String

2018-01-24 Thread Gregory, Matthew
Hi Even, Even wrote: > If you can submit a patch implemting the missing mappins, as well > as some testing data, that would be welcome I've opened a ticket on this (https://trac.osgeo.org/gdal/ticket/7211) as I don't think it's as simple as I first thought. I'd be happy to continue working on

[gdal-dev] assigning output srs for GML fails

2018-01-24 Thread Martin Landa
Hi, I was experimenting with OSM OverpassAPI and afterwards fighting with -a_srs option of ogr2ogr utility: Esri Shapefile works: $ ogr2ogr -f GML jena-boundary.gml -a_srs EPSG:4326 \ /vsicurl_streaming/"http://overpass-api.de/api/interpreter?data=%28relation\ %5B%22boundary%22%3D%22administrati

Re: [gdal-dev] Rotate UTM-Grid

2018-01-24 Thread Even Rouault
On mercredi 24 janvier 2018 15:06:04 CET Julian Zeidler wrote: > Dear all, > > I have the challenge that i have to allign a UTM-GRID with a pysical > experiment. > > The model is rotated by 5 degrees compared to the UTM-Grid (EPSG:25833), > so that N is at 355° > > I have to rasterize multiple V

Re: [gdal-dev] AIG field types erroneously classified as GFT_String

2018-01-24 Thread Even Rouault
On mercredi 24 janvier 2018 19:10:13 CET Gregory, Matthew wrote: > Hi all, > > I came across what I think is a bug on reading in VAT tables using the AIG > driver. I have a raster attribute table that has fixed numeric types for > some items and when using the GetTypeOfCol method (in Python), I'm

[gdal-dev] AIG field types erroneously classified as GFT_String

2018-01-24 Thread Gregory, Matthew
Hi all, I came across what I think is a bug on reading in VAT tables using the AIG driver. I have a raster attribute table that has fixed numeric types for some items and when using the GetTypeOfCol method (in Python), I'm getting back GFT_String (2) values. I think I can trace it to lines 46

[gdal-dev] Rotate UTM-Grid

2018-01-24 Thread Julian Zeidler
Dear all, I have the challenge that i have to allign a UTM-GRID with a pysical experiment. The model is rotated by 5 degrees compared to the UTM-Grid (EPSG:25833), so that N is at 355° I have to rasterize multiple Vectors to a 1m resolution rotated-raster, so that they can be pysicaly buil