spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
149 stars 58 forks source link

Typo on downloading GOES/EPEAD #874

Closed zheyiding96 closed 3 months ago

zheyiding96 commented 3 months ago

Please check the load.py in GOES, "_epead_p17ew1m%Y%m01_%Y%m??.c", should be ".... .nc" if datatype == "1min": pathformat = [ "_epead_e13ew1m%Y%m01_%Y%m??.nc", "_epead_p17ew1m%Y%m01_%Y%m??.c", "_epead_a16ew1m%Y%m01_%Y%m??.nc", ] pathformat = [avg_path + s for s in pathformat] elif datatype == "5min" or datatype == "low": pathformat = [ "_epead_e13ew5m%Y%m01_%Y%m??.nc", "_epead_p17ew5m%Y%m01_%Y%m??.c", "_epead_a16ew5m%Y%m01_%Y%m??.nc", ]

jameswilburlewis commented 3 months ago

Thanks for finding that and letting us know!

jameswilburlewis commented 3 months ago

Fixed in pyspedas-1.5.14