Tobin Ford
Tobin Ford
**Describe the bug** on [PyPi][https://pypi.org/project/pvdeg/] there is a blank box where the logo should be. **To Reproduce** Visit https://pypi.org/project/pvdeg/ **Screenshot** 
`pvdeg.temperature.fdm_temperature` has no irradiance term. The equation ported from the excel (`pvdeg.irradiance.chamber_sample_temperature`) has irradiance terms. Rectify.
PVLib V0.11.0 Breaking LETID Tests ====================== **To Reproduce** install `pvlib=0.11.0` and `numpy=2.0.0`, `python=3.9.19` **Expected behavior** test_calc_injection_outdoors fails due to different values in the check (nan at 88 when it should...
## Describe your changes Suite of utility functions to facilitate accessing material parameter json files. * ``pvdeg.utilities.read_material`` creates a public api to replace the private ``pvdeg.untility._read_material`` function (to be deprecated...
## Goals for a unified `pysam` implementation function Want to make it as easy as possible for people to use pysam with their own meteorological data. ### Config Files Users...
`pvdeg.utilties._read_material` should be replaced with a public updated analog. functions and methods that start with "_" are considered private and despite being publicly accessible are not part of the pvdeg...
Add a `Material Parameters` page to the documentation on readTheDocs that explains the material specific parameters for user access, reference and updates. - Include the new json formatting (or whatever...
Consider adding the following convince methods for geospatial scenarios. ## Wishlist - [x] `set_geospatial_data` to store weather dataset and metadata dataframe to `GeospatialScenario`. Opposite of `geospatial_data` (should be renamed to...
Given the updated file structuring for material parameters `O2permeation.json`, `AApermeation.json`, `H2Opermeation.json`. We should take a look at how these can be implemented into Scenarios so users can select a single...
**Request** ``pvdeg.weather.map_meta`` should work on geospatial metadata (``pd.DataFrame``) and single-site metadata (``dict``). Currently only works on single-site. ``pvdeg.weather.map_weather`` supports mapping single-site and geospatial weather data, ``pvdeg.weather.map_meta`` should share this functionality.