pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.19k stars 998 forks source link

Add an iotools function to read ECOSTRESS (ASTER) spectral albedo files? #1826

Open kandersolar opened 1 year ago

kandersolar commented 1 year ago

The ASTER/ECOSTRESS projects provide a library of spectral albedo measurements for many ground surfaces. It can be browsed here (I suggest changing the default group to something other than "lunar"): https://speclib.jpl.nasa.gov/library

Each substrate's spectral albedo dataset is available in a file like this one: https://speclib.jpl.nasa.gov/ecospeclibdata/soil.alfisol.haplustalf.none.all.87p3468.jhu.becknic.spectrum.txt

I have a small parser function for these files. Would it be a worthy addition to pvlib.iotools?

cwhanse commented 1 year ago

To me, that seems like too much detail for most modelers, who want a few representative values of broadband albedo.

adriesse commented 1 year ago

I guess I would be a potential user.