Hi Camila,
On Tue, Feb 21, 2023 at 5:39 PM Roa Carvajal, Camila via gdal-dev
wrote:
>
> Hi,
>
> Recently I used gdaldem to compute slope and aspect from a Digital Elevation
> Model. In the past I've used SAGA GIS to compute a more extensive list of
> terrain parameters but it uses a large amoun
You can also create a .vrt of your raster(s) and embed python (or C) to
do the analysis. Any pip package you can find to do analysis can be
used. VRT also allows for JIT compiling. See the VRT docs for details:
https://gdal.org/drivers/raster/vrt.html
On 2/21/23 08:38, Roa Carvajal, Camila via
Hi,
For the first three you can look into gdaldem
(https://linux.die.net/man/1/gdaldem).
Regards,
Laurentiu
On Tue, Feb 21, 2023, at 18:38, Roa Carvajal, Camila via gdal-dev wrote:
> Hi,
>
> Recently I used gdaldem to compute slope and aspect from a Digital Elevation
> Model. In the past I'v
Hi,
Recently I used gdaldem to compute slope and aspect from a Digital
Elevation Model. In the past I've used SAGA GIS to compute a more extensive
list of terrain parameters but it uses a large amount of memory for heavy
raster files. So I'm looking for a program (or scripts) that does the
computa