[Qgis-user] Re: 'gdawarp' causing shift and other questions

Nick Hopton nhopton at gmail.com
Tue Jan 31 05:56:30 PST 2012


"gdal2xyz generates the csv file, but excel fails to open all the rows!"

Ah, so you now have a new csv file having a huge number of lines that have a
value of zero in the third column? You could delete these unwanted lines
using awk:

awk.exe "$3!=0" FS=, infile.csv > thinned.csv

Awk comes with Linux, but there are versions for Windows too.

Good luck, Nick.

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/gdawarp-causing-shift-and-other-questions-tp4350371p4353241.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.



More information about the Qgis-user mailing list