NREL / nsrdb

NSRDB data processing pipeline. Includes satellite data assimilation, cloud property prediction and gap-filling, radiative transport modeling, and data collection.
https://nrel.github.io/nsrdb/
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

os.path.basename nan handling #35

Closed bnb32 closed 2 years ago

bnb32 commented 2 years ago

os.path.basename throws run ending error when file is missing (nan for file name) https://github.com/NREL/nsrdb/blob/19d8f7a02a9b5176aa4051803e5980b5ae0c3d4a/nsrdb/data_model/clouds.py#L1439

proposed solution: https://github.com/NREL/nsrdb/blob/5860c32e985887967c36118b6e9493f11196ccec/nsrdb/data_model/clouds.py#L1439-L1440

grantbuster commented 2 years ago

I like it!