Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the bug with satpy when using numpy 2.x which leads to SEVIRI resampled files having a double size #2981

Open
pkhalaj opened this issue Nov 18, 2024 · 0 comments

Comments

@pkhalaj
Copy link
Contributor

pkhalaj commented Nov 18, 2024

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.

@pkhalaj 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant