Re: [gdal-dev] Enhancements to ORG DXF Driver

2011-12-05 Thread Andreas Neumann
Hi Stefan, I am not a developer, but only a user that has to deal with DXF export and import from time to time. From a user perspective I would like to see this included - thank you for taking the time to document and write the patch! Andreas On Mon, 5 Dec 2011 22:50:16 +0100, Stefan Röcke

[gdal-dev] Enhancements to ORG DXF Driver

2011-12-05 Thread Stefan Röckelein
Hi all, I am using GDAL/OGR since about one year for the viewing of DXF files in two different programs. Since then I have added some enhancements in the DXF driver of OGR. Because it is very tedious to change all the enhancements all the time a new version of GDAL is out and because I want to con

Re: [gdal-dev] Finally, a blog...

2011-12-05 Thread Zhenyu Lu
Hi Even, Finally have a great place to learn from. Thank you a million... Zhenyu 2011/12/5 Even Rouault > Hi, > > I have finally decided to create a blog at http://erouault.blogspot.com(also > aggregated at http://planet.osgeo.org ) that will likely be mostly about > GDAL. > > The first post i

Re: [gdal-dev] Finally, a blog...

2011-12-05 Thread Yves Jacolin (free)
Le lundi 5 décembre 2011 21:28:55, Even Rouault a écrit : > Hi, > > I have finally decided to create a blog at http://erouault.blogspot.com > (also aggregated at http://planet.osgeo.org ) that will likely be mostly > about GDAL. > > The first post is about accessing the new Global Multi-resolutio

[gdal-dev] Finally, a blog...

2011-12-05 Thread Even Rouault
Hi, I have finally decided to create a blog at http://erouault.blogspot.com (also aggregated at http://planet.osgeo.org ) that will likely be mostly about GDAL. The first post is about accessing the new Global Multi-resolution Terrain Elevation Data 2010 with /vsicurl and VRT technologies. Be

[gdal-dev] RE: Editing KML files using ogr_csharp.dll

2011-12-05 Thread Pouliot, Christopher (DNR)
Yes, I'm using the development version (1.9) from gisinternals.com/sdk. I need this version because I'm taking advantage of its ability to read/write File Geodatabases. From: Kyle Shannon [mailto:kshan...@gcs-research.com] Sent: Monday, December 05, 2011 10:09 AM To: Pouliot, Christopher (DNR);

Re: [gdal-dev] RE: Editing KML files using ogr_csharp.dll

2011-12-05 Thread Even Rouault
Selon Kyle Shannon : > Can you report your gdal version and where you got it from? Is it from > gisinternals.com/sdk, or did you build it yourself? The old KML driver only supports appending features to a file it has just created. It can't work on an existing KML file that is re-opened afterward

[gdal-dev] RE: Editing KML files using ogr_csharp.dll

2011-12-05 Thread Kyle Shannon
Can you report your gdal version and where you got it from? Is it from gisinternals.com/sdk, or did you build it yourself? From: Pouliot, Christopher (DNR) [mailto:christopher.poul...@state.mn.us] Sent: Monday, December 05, 2011 9:04 AM To: Kyle Shannon; gdal-dev@lists.osgeo.org Subject: RE: Edi

[gdal-dev] RE: Editing KML files using ogr_csharp.dll

2011-12-05 Thread Pouliot, Christopher (DNR)
Thanks for the response Kyle. I do use the CreateDataSource() to create a new KML. But am unable to open an existing KML for editing using the Open() code I specified below. Chris From: Kyle Shannon [mailto:kshan...@gcs-research.com] Sent: Monday, December 05, 2011 9:54 AM To: Pouliot, Chris

Re: [gdal-dev] Editing KML files using ogr_csharp.dll

2011-12-05 Thread Brian Case
Chris, Have you tried the libkml driver? http://www.gdal.org/ogr/drv_libkml.html Brian On Mon, 2011-12-05 at 14:50 +, Pouliot, Christopher (DNR) wrote: > Hello All, > > > > I have a C# application that uses OGR_CSHARP.DLL to read/write KML > files. I’m able to read from KML files fin

[gdal-dev] RE: Editing KML files using ogr_csharp.dll

2011-12-05 Thread Kyle Shannon
Chris, I don' know OGR very well, but I see a few issues. I also am not sure about the c# bindings, I believe they are pretty complete though. '''OSGeo.OGR.Driver drv = Ogr.GetDriverByName("KML"); DataSource ds = drv.Open("c:\\temp\\mykml.kml", 1);''' Open() opens existing files, you need to u

[gdal-dev] Editing KML files using ogr_csharp.dll

2011-12-05 Thread Pouliot, Christopher (DNR)
Hello All, I have a C# application that uses OGR_CSHARP.DLL to read/write KML files. I'm able to read from KML files fine. I'm able to create a new KML file and write to it fine. I am unable, however, to open a KML file to edit. I'd like to be able to append a new layer (folder) onto an exi