Mark Mikofski

Results 82 issues of Mark Mikofski

it's irksome to have 2 repos do the same thing. Seems like @vitei has a few changes that might be useful.

is it possible to include git media sync into git push? is there a hook or something? git-lfs doesn't have this second step, but not sure how desirable this would...

if I monkeypatch `Variable` I can use my existing code without modifications: ``` python >>> from uncertainties import Variable, ufloat, umath, unumpy >>> Variable.sin = umath.sin >>> a = ufloat(1.23,...

Interface
NumPy+uncertainties

**Is your feature request related to a problem? Please describe.** Get irradiance via Solcast API https://solcast.com/solar-data-api/api/ **Describe the solution you'd like** Use iotools to get irradiance data from Solcast **Describe...

io

**Is your feature request related to a problem? Please describe.** the current [SURFRAD `iotools`](https://pvlib-python.readthedocs.io/en/latest/generated/pvlib.iotools.read_surfrad.html) only reads in a singe day `.dat` from either an URL or a filesystem, EG: ```python...

wontfix
io

**Problem** There's less international weather data **Solution** Add `get_nrel_suny()`, `read_`, & `parse_` to use the the [SUNY international data API from NREL](https://developer.nrel.gov/docs/solar/nsrdb/suny-india-data-download/) **Additional context** Check out the NREL NSRDB docs...

enhancement
io

# Problem Currently pvlib supports the DeSoto physical model (similar to normal glass), ASHRAE, Martin & Ruiz, and SAPM polynomial, but it doesn't have a pure Fresnel model that allows...

**mimic pvsyst** I would like to mimic pvsyst so as to be bankable **a pvsyst inverter** [Inverter model: efficiency](https://www.pvsyst.com/help/inverter_efficiency.htm) says: >**Set of 3 efficiency profiles**: this is a more accurate...

This idea also came up somewhere in #409 or #410. Currently the `singlediode` `ivcurve_pnts` takes the following according to docstring: >ivcurve_pnts : None or int, default None     Number of points...

enhancement
api

**Problem statement** 1. most satellite data (CPR, SGIS, PSM3, ...) doesn't include effects of horizon, this info is downloaded separately, but pvlib doesnt' currently have any iotools for horizon download....

enhancement
help wanted
good first issue
io