[gdal-dev] Point density gdal_rasterize -add switch
jratike80
jukka.rahkonen at maanmittauslaitos.fi
Tue Jan 30 12:16:48 PST 2018
> Burn works:
> gdal_rasterize.exe -burn 1 -tr 20 20 -l points c:/Temp/points.shp
> c:/Temp/out.tif
> Add doesn't
> gdal_rasterize.exe -add -tr 20 20 -l points c:/Temp/points.shp
> c:/Temp/out.tif
Hi,
I have never used the -add option but I would try it as
gdal_rasterize.exe -burn 1 -add -tr 20 20 -l points c:/Temp/points.shp
c:/Temp/out.tif
-Jukka Rahkonen-
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
More information about the gdal-dev
mailing list