d like to avoid doing single rasterizations and then a merge.
Thank you in advance.
From: Nunez, Mario
Sent: Thursday, June 07, 2018 1:32 PM
To: Even Rouault ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] gdal_rasterize failing when trying multiband
Thank you for your help,
I know that is a
: Even Rouault
Enviado: jueves, 7 de junio de 2018 13:05:03
Para: gdal-dev@lists.osgeo.org
Cc: Nunez, Mario
Asunto: Re: [gdal-dev] gdal_rasterize failing when trying multiband
Mario,
I suggest you use gdal_rasterize to produce as many GeoTIFF files as you have
'burning sessions'
An
Mario,
I suggest you use gdal_rasterize to produce as many GeoTIFF files as you have
'burning sessions'
And then use gdal_merge.py -separate to make a single GeoTIFF from all the
above ones.
Even
> Hello,
>
> I was doing some point rasterization of vector data from postgis database by
> using
Hello,
I was doing some point rasterization of vector data from postgis database by
using gdal_rasterize from a bash script, the command looks like this:
gdal_rasterize -a value -b $COUNT -tr $RESOLUTION -te $BBOX -a_nodata $NODATA
-a_srs $EPSG PG:'host=localhost dbname=databio user=postgres p