MoonRaker / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Handling of two-dimensional data #7

Open MoonRaker opened 8 years ago

MoonRaker commented 8 years ago

Currently forecast.py does not provide data for an area. It only works for data at a single point.

The forecast class will submit the query but returns an empty Pandas DataFrame.

wholmgren commented 8 years ago

This would be nice, though I don't know if we'll have time for it this semester. Consider using xray for this.