Closed
Description
Is your feature request related to a problem? Please describe.
Add a way of reading the extraterrestrial and direct components from ASTM G-173-03 tables, provided by NREL.
Describe the solution you'd like
Add two other functions like get_am15g, e.g. get_am15b
and get_am15extra
, to replicate the same and read those other two columns.
Describe alternatives you've considered
Add this feature into get_am15g
(and possibly rename it) to avoid replicating code.
Additional context
Current global spectra file is 29.1kB, the original CSV provided by NREL is 58.3kB.
I need to read the direct spectra for a small research. Just in case you think it's a good addition, I can add functions for all of that.