GEUS-SICE / pySICE

Python and Fortran scripts behind the SICE toolchain for albedo retrieval.
GNU General Public License v2.0
5 stars 1 forks source link

Error when saving to tiff #14

Closed BaptisteVandecrux closed 2 years ago

BaptisteVandecrux commented 2 years ago

When running

import sice_lib_optim_v2
op = sice_lib_optim_v2.SICEProcessor('Data/2019-06-14')
op.process(compute_polluted=True)
op._get_size_tif()
op.to_geotif()

Output covers the pink area: image

Input and outputs: https://www.dropbox.com/s/080y0re81nb185b/2019-06-14.zip?dl=0

BaptisteVandecrux commented 2 years ago

Use rioxarray instead