Re: [gdal-dev] Increase width and change offset of the shape file rasterized

2015-08-05 Thread Kyle Shannon
Gane, Something similar came up on irc yesterday. I've recently checked in a commit that allows the -dialect option in gdal_rasterize. I don't think it solves you problem completely, but may help. Excuse the verbosity, but a quick example of how to increase your width using the sqlite dialect a

[gdal-dev] Increase width and change offset of the shape file rasterized

2015-07-03 Thread Gane R
Questions: 1. How can I change the width of the vector (shapefile) and change the offset. I see GDALdllImageLine calling - pfnPointFunc - calling gvBurnPoint Questions: 2. gdalrasterize generate transparent png of the raster i know the png driver doesn't support create but create copy. How abo