Even Rouault <even.rouault <at> mines-paris.org> writes: > > Hi Jukka, > > At least two ways of turning a raster into a grid of poinds : > > * gdal2ogr mentionned in http://trac.osgeo.org/gdal/wiki/CodeSnippets. You need > to compile it from source. > > * Otherwise http://svn.osgeo.org/gdal/trunk/gdal/swig/python/scripts/gdal2xyz.py > . With the -csv option, it will create a CSV file. > > Even
Hi, Thanks, I will try gdal2xyz then. I wonder if gdal_polygonize.py could have three options 1) Create minimum amount of polygons by making a union of connected cells with the same value (the default) 2) Create cells (polygons) without union 3) Create points. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
