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, > > Is there a tool for converting rasters into vector grids, either points or > polygons? I know gdal_polygonize but what I am after would just create a > regular grid of points or polygons and write raster values into attributes. > I can do that with SEXTANTE vectorization tools but I would rather use GDAL. > > -Jukka Rahkonen- > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
