-
Notifications
You must be signed in to change notification settings - Fork 15
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
Netcdf format errors #189
Labels
bug
Something isn't working
Comments
Tested:
even in these cases error happens |
I don’t know if it’s related but inside the container the |
I think |
@mraspaud this code works, if that’s what you mean
|
Here is a workaround that seems to work: just remove product_list:
output_dir:
/mnt/output/
subscribe_topics:
- /dataset/seviri_hrit
publish_topic: /image/seviri_hrit
reader: seviri_l1b_hrit
fname_pattern:
"{start_time:%Y%m%d_%H%M}_{platform_name}_{areaname}_{productname}.{format}"
sunzen_check_lon: 5.0
sunzen_check_lat: 56.0
# Delay composite generation until resampling is done. This is
# faster when many products share the same channels
delay_composites: True
areas:
Etna:
# Add a priority. Not relevant for one area, but just to show the option
priority: 1
areaname: Etna
# Search radius for resampling
radius_of_influence: 20000
# Resampling method
resampler: nearest #or# bilinear
#Cachedir
cache_dir: /mnt/config/cache/
products:
IR_087:
productname: 'ir_087'
formats:
- writer: cf
workers:
- fun: !!python/name:trollflow2.plugins.create_scene
- fun: !!python/name:trollflow2.plugins.sza_check
- fun: !!python/name:trollflow2.plugins.load_composites
- fun: !!python/name:trollflow2.plugins.resample
- fun: !!python/name:trollflow2.plugins.save_datasets
- fun: !!python/object:trollflow2.plugins.FilePublisher {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In a docker container it is not possible to save the netcdf file of a dataset In the same container, directly using satpy, does not create problems.
To Reproduce
touch /mnt/input/*202309190100*
trollflow.yaml:
areas.yaml
Expected behavior
Netcdf file output
Actual results
Environment Info:
Additional context
In the same container this code works:
The text was updated successfully, but these errors were encountered: