I see thanks, will study it.
I'll end up learning some python at the force of studying it's examples
Joaquim
From: Even Rouault
Sent: Sunday, October 10, 2021 10:48 PM
To: Joaquim Manuel Freire Luís ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Writing multi-bands vs multi-datasets
Joaqui
Joaquim,
https://github.com/OSGeo/gdal/pull/4634 should hopefully help
Even
Le 10/10/2021 à 22:26, Joaquim Manuel Freire Luís a écrit :
Hi,
I have a Julia version of gdal_translate (that ends up calling
GDALDatasetRasterIOEx) that works in saving a MxNxP array, but not the
way I wanted.
Hi,
I have a Julia version of gdal_translate (that ends up calling
GDALDatasetRasterIOEx) that works in saving a MxNxP array, but not the way I
wanted.
It creates a multi-subdatasets file, whilst what I wished is to write a
multi-band file.
For example, the file written with this Julia functio