Re: [gdal-dev] preserving alpha channel data with gdal_transform.py

2011-07-25 Thread Jay L.
What format do you want the alphas channel in after running gdal_polygonize.py? I ask because after processing you could open the input and read just the alpha band (band 4 I assume). Here is a short script framework that might get you started. Something like: from osgeo import gdal gdal.open(i

[gdal-dev] preserving alpha channel data with gdal_transform.py

2011-07-25 Thread jt2000
I have a very large raster file with data in the alpha band. I need to vectorize it and associate band 4 data with resulting polygons. Is there anyway to preserve alpha channel data or get that data associated with vectorized file after using gdal_polygonize.py? -- View this message in context: