-
Notifications
You must be signed in to change notification settings - Fork 303
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
generic_image reader doesn't read area from .yaml file? #830
Comments
Did you define the area definition for EPSG_4326:
description: Global equal latitude/longitude grid for global sphere
projection:
init: EPSG:4326
shape:
height: 10800
width: 21600
area_extent:
lower_left_xy: [-180.0, -90.0]
upper_right_xy: [180.0, 90.0] |
Yes, that's in my areas.yaml:
All worked before upgrading to Satpy 0.16. I think I didn't change anything in the script? |
@peters77 Does this also happen with non-EPSG areas definitions? |
Sorry, I'm not very skilled and don't know how to test? This works (as it is a geotiff):
this doesn't work (.png image with area given):
To test I tried |
@peters77 you can try by resampling any composite to e.g. |
@peters77 Can you show us your full area definition entry in |
@pnuu I tried with (euro4, '/mnt/nfs/rumo/20181001_1200_Meteosat-11_euro4_overview.png', but the same error: [INFO: 2019-06-26 17:15:01 : hrit_msg] No IMPF configuration field found in prologue. @djhoese I corrected my areas.yaml post (there was a copy/paste error, first `EPSG_4326:' was missing). |
I found at least one bug, but after fixing that found another. But I'm working on this now. |
Describe the bug
Try to overlay the ir_cloud_day composite on top of a static background image (area: EPSG_4326)
Expected behavior
Place IR clouds on background image.
Actual results
Environment Info:
The text was updated successfully, but these errors were encountered: