Re: [gdal-dev] ogr vfk and write access - Updates on 1.7.0 release plan

2010-01-07 Thread Martin Landa
Hi, 2010/1/6 Even Rouault : > 1.7.0-beta2 very soon, but as it is not issued yet, it still gives you the > opportunity to commit the driver if you're confident enough it won't cause > too much build problems. If so, please commit the code very soon. Otherwise I committed the code in r18449. The d

Re: [gdal-dev] ogr vfk and write access - Updates on 1.7.0 release plan

2010-01-06 Thread Even Rouault
Martin, we are obviously late on the initial schedule... We aim at issuing 1.7.0-beta2 very soon, but as it is not issued yet, it still gives you the opportunity to commit the driver if you're confident enough it won't cause too much build problems. If so, please commit the code very soon. Ot

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

2010-01-06 Thread Martin Landa
Hi all, 2009/12/26 Martin Landa : > 2009/12/26 Even Rouault : >> As 1.7.0 release should happen soon, the top priority is to be careful not >> to break GDAL building. You can have a look at the various slavebots at >> http://buildbot.osgeo.org:8500/waterfall to check that everything is OK. > > pro

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

2009-12-26 Thread Martin Landa
Hi, 2009/12/26 Even Rouault : > As 1.7.0 release should happen soon, the top priority is to be careful not > to break GDAL building. You can have a look at the various slavebots at > http://buildbot.osgeo.org:8500/waterfall to check that everything is OK. probably I should wait for releasing 1.7.

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

2009-12-26 Thread Even Rouault
Martin, from a very quick look between two Christmas meals, it looks good to me. I've noticed that there might be a few missing parts for Win32 support, in ogr/ogrsf_frmts/makefile.vc for example (you can grep for 'dxf' for example in the whole tree to see all the places that need to be patch

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

2009-12-26 Thread Martin Landa
Hi, 2009/12/26 Martin Landa : thanks for the support! I got write access to SVN repository. It's really pleasure for me to contribute to GDAL project. My first issue is to add VFK driver [1]. Please let me know if you have any objections or notes. Martin [1] http://josef.fsv.cvut.cz/svn/landa/

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

2009-12-26 Thread Martin Landa
Hi, 2009/12/18 Even Rouault : > the autotest suite is located here : > http://trac.osgeo.org/gdal/browser/trunk/autotest thanks, I added initial version of the script to SVN repo [1]. Martin [1] http://josef.fsv.cvut.cz/svn/landa/programming/gdal/vfk/autotest/ogr_vfk.py -- Martin Landa * htt

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