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.17k stars 987 forks source link

NOAA NCDC global summary of the day GSOD for rainfall in iotools #668

Open mikofski opened 5 years ago

mikofski commented 5 years ago

NOAA NCDC database of GSOD data has daily rainfall that is useful for determining soling rates based on Addie Kimber's dynamic soiling model. There used to be an ftp site, but I didn't look too hard for it.

Is there a chance that some one from SunPower, like @cedricleroy or @anomam , could dig through the pvlife github repo and extract the gsod code and add it to iotools - or post it to a gist so that someone else can work it into shape for pvlib.iotools?

thanks!

cwhanse commented 5 years ago

Nit - that's NOAA database, not NREL. The link is correct.

wholmgren commented 5 years ago

If it's already useful for PV modelers that's fine with me. I am not picky about what goes into iotools but I don't want it to be a dumping ground for random weather data. Unless I missed something GSOD does not have irradiance or aerosol data, so it might be better placed in a package like Unidata's Siphon

mikofski commented 5 years ago

I only used it for daily rainfall in the soiling model. If there's a better source of rainfall data, then this probably isn't needed. If it's not useful for pvlib, I can open an issue for it at Siphon, if it's not already there.

mikofski commented 5 years ago

I think the noaa ncdc isd also has global rainfall

AdamRJensen commented 10 months ago

@kandersolar With the addition of #1767, is the GSOD dataset mentioned here still desirable? I'm unsure if they retrieve data from the same source.

Link to GSOD: https://www.ncei.noaa.gov/access/metadata/landing-page/bin/iso?id=gov.noaa.ncdc:C00516

kandersolar commented 10 months ago

I browsed through the list of available stations for Denmark as an example and saw only partial overlap with what ACIS makes available, so I think #1767 does not make this issue redundant.