Re: [gdal-dev] [PSC] Integration of GSoC code : RFC or not ?

2014-07-23 Thread Jukka Rahkonen
Wolf Bergenheim wolf+grass at bergenheim.net writes: I'm not PSC but, since I have some experience in GSoC I thought I should speak up. The fact that GDAL accepted Mikhail as a GSoC student sort of covers the RFC part. Because there he proposed his project and the PSC should have voted for

Re: [gdal-dev] [PSC] Integration of GSoC code : RFC or not ?

2014-07-23 Thread Dmitriy Baryshnikov
Hi, As a mentor of Mikhail project this is my responsibility to maintain the code after the GSoC and also we have in our GSoC plan all necessary steps to integrate all the results to GDAL. The GNM has not make great changes in current GDAL source tree: new folder and several new applications

Re: [gdal-dev] A tools to change the ascii code upper 128 in shapefile

2014-07-23 Thread Even Rouault
Andrea, I assume you're asking that because of encoding issues, right ? Hopefully there are better alternatives than what you are trying to do. 1) The mapserver shapefile provider doesn't take into account the character encoding that is written in the .dbf header or in the .cpg file. So it

Re: [gdal-dev] OpenCL Performance

2014-07-23 Thread Even Rouault
Le mardi 22 juillet 2014 22:10:56, Anderson, Gregory a écrit : Hello, I recently installed GDAL with OpenCL and my tests have shown that running gdalwarp with '-wo USE_OPENCL=FALSE' gives better performance then running it without. I'm using Ubuntu 14.04 64-bit on an Intel i7-2720QM with

[gdal-dev] Adding Vertex To Linestring in Existing shapefile(Python)

2014-07-23 Thread Justin Williams
Hello All. I'm trying to add a vertex to a linestring inside of a shapefile and save the changes that I've made. So if I have a line that has 2 vertices. When I open the shapefile up again(in Global Mapper, QGIS,etc.) I have 3 vertices. How is this accomplished in gdal/ogr?

Re: [gdal-dev] [PSC] Integration of GSoC code : RFC or not ?

2014-07-23 Thread Even Rouault
Le mercredi 23 juillet 2014 15:49:22, Dmitriy Baryshnikov a écrit : Hi, As a mentor of Mikhail project this is my responsibility to maintain the code after the GSoC and also we have in our GSoC plan all necessary steps to integrate all the results to GDAL. The GNM has not make great changes

Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread rkologist
Can someone help me figure out where to insert the code to also have this crop to the neat line? I need to tile several maps together, and it would really help. Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-GeoPDF-translation-tp3742508p5152932.html Sent

Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread Eli Adam
Hi rkologist, The driver page [0] and a wiki page [1] indicate that you can crop to the NEATLINE. Jim, if you are still following this thread, you can edit the wiki page with what you found works well for what you were doing too. GDAL has really made the USGS new generation topos more

Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread Norman Vine
http://trac.osgeo.org/gdal/wiki/USGS_PDF_Topo On Jul 23, 2014, at 9:26 PM, rkologist rcdem...@indiana.edu wrote: Can someone help me figure out where to insert the code to also have this crop to the neat line? I need to tile several maps together, and it would really help. Thanks