You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using satpy with numpy 2.x, the generated .nc files from e.g. resampling of SEVIRI native files have a size which is twice the expected size. This issue arises from the wrong type of elements inside the dataset, i.e. float64 instead of float32. This issue does not exist with numpy 1.x.
The text was updated successfully, but these errors were encountered:
pkhalaj
changed the title
Fix the bug with using numpy 2.x which leads to SEVIRI resampled files having a double size
Fix the bug with satpy hwne using using numpy 2.x which leads to SEVIRI resampled files having a double size
Nov 18, 2024
pkhalaj
changed the title
Fix the bug with satpy hwne using using numpy 2.x which leads to SEVIRI resampled files having a double size
Fix the bug with satpy when using numpy 2.x which leads to SEVIRI resampled files having a double size
Nov 18, 2024
When using
satpy
withnumpy 2.x
, the generated.nc
files from e.g. resampling of SEVIRI native files have a size which is twice the expected size. This issue arises from the wrong type of elements inside the dataset, i.e.float64
instead offloat32
. This issue does not exist withnumpy 1.x
.The text was updated successfully, but these errors were encountered: