Aahaa, the problem was
out_ar[:] = data
while I was using
out_ara = data
Thank you!
Jachym
po 25. 5. 2020 v 11:14 odesÃlatel Even Rouault
napsal:
>
> On lundi 25 mai 2020 10:44:10 CEST Jachym Cepicky wrote:
>
> > Hi all,
>
> >
>
> > I have some python code inside of VRT file, but I can not p
On lundi 25 mai 2020 10:44:10 CEST Jachym Cepicky wrote:
> Hi all,
>
> I have some python code inside of VRT file, but I can not produce
> reasonable output with gdal_transalte. All the input data do look ok,
> even when I print() the values I would like to store, the data are
> displayed, but the
Jachym,
> I have some python code inside of VRT file, but I can not produce
> reasonable output with gdal_transalte. All the input data do look ok,
> even when I print() the values I would like to store, the data are
> displayed, but the resulting TIFF file is just empty, any hint how to
> approac
Hi all,
I have some python code inside of VRT file, but I can not produce
reasonable output with gdal_transalte. All the input data do look ok,
even when I print() the values I would like to store, the data are
displayed, but the resulting TIFF file is just empty, any hint how to
approach? I've te