-
Notifications
You must be signed in to change notification settings - Fork 301
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
Cannot generate composites on bigger extents using MTG FCI Level-1c files #3027
Comments
Not enough RAM? Try adapting some of the parameters suggested at https://satpy.readthedocs.io/en/stable/faq.html |
Hello!
Despite these changes, the two error messages mentioned earlier appears. Also, if I resample the scene using a I also have around 13Gb available memory (16Gb total) |
I had a similar issue and was able to solve it by downgrading the netCDF4 package to version 1.6.5. |
Thanks for the answer!! I tried downgrading it to 1.6.5 and some things happened:
|
Hi, downgrading to netCDF4 1.6.5 solved the problem for me. Check if other library incompatibilities are the issue. h5py, hf5plugin, numpy.... |
Ok, so I did that in the past and I could not generate any product, but now that I played more with different versions of other libraries like h5py or h5netcdf and I think I found out the solution by downgrading h5py version to 3.11.0. while keeping the latest versions for the rest of the libraries (including netCDF4 on 1.7.2 version). Thank you all for your help!!. I will keep an eye on the libraries from now on, as for this issue, it blocked me a lot. As I can generate all products right now, I close this issue. |
Describe the bug
I am using the fci_l1c_nc reader to generate the composites.
When the extent used is big or the full extent of the scene is used, two things could happen:
Segmentation fault (core dumped)
messageTo Reproduce
Expected behavior
The geotiff file associated to the product requested
Actual results
Included above.
Also on both results mentioned previously, I executed the code with
debug_on
anddebug_off
, showing the same messages:Screenshots
N/A
Environment Info:
Additional context
The text was updated successfully, but these errors were encountered: