Changes between Version 13 and Version 14 of FAQRaster


Ignore:
Timestamp:
Mar 15, 2009, 8:46:45 PM (15 years ago)
Author:
warmerdam
Comment:

add note about gdal_polygonize.py

Legend:

Unmodified
Added
Removed
Modified
  • FAQRaster

    v13 v14  
    1919== How to convert a raster to a layer of polygons? ==
    2020
    21 ''TBD''
     21The [http://www.gdal.org/gdal_polygonize.html gdal_polygonize.py] python script can be used to convert raster layers to polygon layers since GDAL 1.6.  It will produce very detailed polygons around each area of equal pixel value.
    2222
    2323== How can I create a blank raster based on a vector files extents for use with gdal_rasterize? ==