blaylockbk / goes2go

Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
https://goes2go.readthedocs.io/
MIT License
205 stars 37 forks source link

GOES field of view accessor not working #64

Open blaylockbk opened 1 year ago

blaylockbk commented 1 year ago
G = GOES(satellite=16, product="GLM").latest()
G.FOV.full_disk

# OUT
# RuntimeError: error initializing 'FOV' accessor.
andregracioso commented 2 months ago

I could not make it work for GOES-18 (GOES-16 is ok). I can generate the polygon for GOES-18, but it comes distorted. I guess because it crosses the 'date international line'.