Hi Pytroll team,
I’m adding a Satpy reader for the AVHRR Polar Pathfinder FCDR (5-km EASE-Grid, twice-daily 14:00/04:00 LST composites). Prototype works (Scene loads reflectances, BTs, angles, lon/lat), but I’d like guidance on these points:
Reader name & file_patterns
Example filename: Polar-APP_v02r00_Nhem_1400_d20240701_c20240704.nc.
Recommended reader name for this composite product? (avhrr_fcdr_polarpathfinder_nc vs app_fcdr_nc?)
Best practice for file_patterns: should I parse {region}/{lst}/{date} from filename, or keep patterns loose and read times from globals?
Time metadata for composites
These are day composites centered at local solar time (14:00/04:00).
Prefer start_time == end_time == nominal LST or a full day span? Any examples for composite products?
Area/CRS
Data are EASE-Grid (polar) 5 km.
Better to expose lon/lat and let Satpy build a SwathDefinition, or provide a fixed AreaDefinition (CRS/extent) for speed/clarity? Any recommended EASE-Grid params/WKT to copy?
Standard names
Using toa_bidirectional_reflectance (units “%”) and toa_brightness_temperature (K). For angles I use sza, raa, scan_angle. Are these names consistent with Satpy conventions?
Happy to share my YAML/FileHandler snippet if useful
Thanks a lot!
Best,
cong
--
You received this message because you are subscribed to the Google Groups "pytroll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytroll+u...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/pytroll/bb1bb5dd-3948-4935-a22f-e78968e26d44n%40googlegroups.com.