Re: [gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Frank Warmerdam
Tamas Szekeres wrote: I nominate Martin Landa for SVN commit access to GDAL. Martin is a GRASS developer and about to include a new driver (VFK) in OGR and be a maintainer of this driver and would also focus on the GRASS related portions of the GDAL code. Martin has replied to this list indic

AW: [gdal-dev] Differences in the coordinates of the origin in tfw-file and GeoTiff

2009-12-18 Thread Fischer, Andreas
Dear Even, thank your very much for that explanation. And indeed, I'm very surprised that there is a kind of a suborder within a pixel! But that leads me to another question: You are talking about GDAL conventions. That means looking on the GeoTiff tags with another program than GDAL would show

Re: [gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Daniel Morissette
Tamas Szekeres wrote: I nominate Martin Landa for SVN commit access to GDAL. Martin is a GRASS developer and about to include a new driver (VFK) in OGR and be a maintainer of this driver and would also focus on the GRASS related portions of the GDAL code. Martin has replied to this list indic

Re: [gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Howard Butler
+1 Howard On Dec 18, 2009, at 3:04 PM, Tamas Szekeres wrote: > I nominate Martin Landa for SVN commit access to GDAL. > > Martin is a GRASS developer and about to include a new driver (VFK) in OGR > and be a maintainer of this driver and would also focus on the GRASS related > portions of the

Re: [gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Even Rouault
I'm +1 Best regards, Even Tamas Szekeres a écrit : I nominate Martin Landa for SVN commit access to GDAL. Martin is a GRASS developer and about to include a new driver (VFK) in OGR and be a maintainer of this driver and would also focus on the GRASS related portions of the GDAL code. Martin

[gdal-dev] Motion: Commit Access for Martin Landa

2009-12-18 Thread Tamas Szekeres
I nominate Martin Landa for SVN commit access to GDAL. Martin is a GRASS developer and about to include a new driver (VFK) in OGR and be a maintainer of this driver and would also focus on the GRASS related portions of the GDAL code. Martin has replied to this list indicating his agreement to RFC

Re: [gdal-dev] Differences in the coordinates of the origin in tfw-file and GeoTiff

2009-12-18 Thread Even Rouault
Yes, this is always a bit surprising at the beginning. There's a half-pixel size shift between worlfile and GDAL conventions for the origin. wordfile origin is at the center of the topleft pixel, whereas GDAL origin is at the topleft corner of the topleft pixel. But GDAL takes care of applying

[gdal-dev] Differences in the coordinates of the origin in tfw-file and GeoTiff

2009-12-18 Thread Fischer, Andreas
Dear list, while translating or warping rasterdata with gdal_translate or gdalwarp I experienced a difference in the origin of an image in the tags of the GeoTiff-header and the tfw-file. The header of my original image looks as follows: Driver: GTiff/GeoTIFF Files: C:\test\in.tif Size is 1

Re: [gdal-dev] Remove Old Generation Python bindings for 1.7 release

2009-12-18 Thread Howard Butler
Just a note to let everyone know that these are now gone. Howard http://trac.osgeo.org/gdal/ticket/3286 On Dec 15, 2009, at 8:43 AM, Howard Butler wrote: > Enthusiastically, +1. I'll even help do the surgery. > > Howard > > On Dec 15, 2009, at 4:24 AM, Jan Hartmann wrote: > >> I'm not a de

Re: [gdal-dev] ogr vfk and write access

2009-12-18 Thread Even Rouault
Martin, the autotest suite is located here : http://trac.osgeo.org/gdal/browser/trunk/autotest I'm not sure which existing script might serve as a reference. You can have a look at http://trac.osgeo.org/gdal/browser/trunk/autotest/ogr/ogr_bna.py for a script that checks both read and write

Re: [gdal-dev] ogr vfk and write access

2009-12-18 Thread Martin Landa
Hi, 2009/12/18 Martin Landa : > Hi, > > 2009/12/18 Tamas Szekeres : >> Does this driver compile on both Windows and Linux platforms? Just by >> looking into your repository I don't see a windows makefile for that. I > > Right, currently there is only GNUMakefile available. Compiled on > Windows wi

Re: [gdal-dev] ogr vfk and write access

2009-12-18 Thread Martin Landa
Hi, 2009/12/18 Tamas Szekeres : > Does this driver compile on both Windows and Linux platforms? Just by > looking into your repository I don't see a windows makefile for that. I Right, currently there is only GNUMakefile available. Compiled on Windows with MinGW. Unfortunately I have no MSVC to t

Re: [gdal-dev] ogr vfk and write access

2009-12-18 Thread Tamas Szekeres
Martin, Does this driver compile on both Windows and Linux platforms? Just by looking into your repository I don't see a windows makefile for that. I would require to support both platforms before adding this in trunk. It would also be reasonable to include some autotest scripts to make sure the d

[gdal-dev] ogr vfk and write access

2009-12-18 Thread Martin Landa
Hi GDAL developers, some months ago I started working on OGR driver for specific Czech data format used in cadastre, see [1] for more info. The source code is available here [2]. I would like to ask you if there is any chance to move VFK driver to the main GDAL/OGR SVN repository. There is no depe