Re: [gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Jachym Cepicky
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

Re: [gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Even Rouault
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

Re: [gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Even Rouault
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

[gdal-dev] python code inside of VRT results to empty values

2020-05-25 Thread Jachym Cepicky
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