[gdal-dev] C# examples or help docs?

2013-03-18 Thread Andy Canfield
Where would I go about finding examples or samples of basic manipulation of GeoTiffs using C# with the .Net bindings for GDAL? I am looking to read a GeoTiff from disc that will be in UTM Zone 14 North and transform it to WGS84 and write it to Disc as a new GeoTiff that is a projected copy

Re: [gdal-dev] C#-bindings and AccessViolationException

2013-03-18 Thread markus.u.mueller
Tamas, thanks, that fixed it. Easy. :) Cheers, Markus On Sun, 17 Mar 2013 23:06:43 -0700 Tamas Szekeres wrote Markus, Do you experience the same with a newer set of binaries, like with the daily builds available at: http://www.gisinternals.com/sdk/

Re: [gdal-dev] Error compiling GDAL from trunk on Mac OS X 10.6.8

2013-03-18 Thread Jorge Arévalo
El sábado 16 de marzo de 2013 a las 01:06, Even Rouault escribió: > Le vendredi 15 mars 2013 23:55:18, Jorge Arévalo a écrit : > > El viernes 15 de marzo de 2013 a las 23:03, Even Rouault escribió: > > > Le vendredi 15 mars 2013 22:53:36, Jorge Arévalo a écrit : > > > > El viernes 15 de marzo de 20

Re: [gdal-dev] Issues with FileGDB support

2013-03-18 Thread rburhum
Hello quiztli, I have it working on Windows and OSX. I believe EvenR did the port for Linux. If I had to do a wild guess, I would say that the dynamic library for the esri implementation is not being found at run-time. Check your LD_LIBRARY_PATH (Linux) / DYLD_LIBRARY_PATH (OSX) to make sure tha

[gdal-dev] GDAL using Visual Studio 2012 And GeoPdf

2013-03-18 Thread Jeff Lacoste
Hi, Is there a GDAL dev build using Visual Studio 2012 with Geopdf dependent library ? I built GDAL using VS 2012 but run into an issue with missing 3rd party lib to enable Geopdf format. Any hints where to find either a VS 2012 static geopdf .lib (like Poppler) or may be VS 2010 Poppler stub .

[gdal-dev] Generate DXF labels from a PostGIS

2013-03-18 Thread Juan Pedro Pérez Alcántara
Hi, I don't know if this is the list for this question, if not, please forvige my clumsyness. So far, I've been able to create multilayered DXF from polygon geometries in PostGIS, but now I'm trying to create a LABEL layer with text from the database. I've tried with OGR_STYLE, but to no avail, I

Re: [gdal-dev] Polygonizer / Lines

2013-03-18 Thread Alisson Barbosa
Yes Peter. I'm trying to get the Thiessen polygons. Thanks for the tips, but the Polygonize method of OGRMultiLineString worked for me. Thank you. 2013/3/15 Peter Halls > Alisson, > > in vector mode, where you are working with linestrings, the procedure > is as described in Stephen Wise's