Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.74 KB

File metadata and controls

39 lines (28 loc) · 1.74 KB

solar-data-tools-app

Marimo application for using Solar Data Tools

Installation instructions

  1. Clone repository
  2. Create a fresh Python virtual environment, e.g. using conda,
conda create -n sdt-app pip
conda activate sdt-app
  1. Install the packages in requirements.txt, e.g. using pip,
pip install -r requirements.txt

Run app

marimo run app.py

Data access

The data are provided through the SETO Solar Data Bounty Prize. The first time it runs, the app automatically loads power generation data from site 2107 in the OEDI S3 bucket, and it will save a local copy in your working directory. After the first run, use of the app does not require an internet connection.

How to use application

We provide a point-and-click user interface for Solar Data Tools Python software.

  1. Select an inverter source from the drop down menu in the upper left
  2. The analysis of each power signal takes ~30 seconds, but the results are cached
  3. After analysis is complete there are 5 tabs to explore: data viewer, losses, daily data quality, capacity changes, and clipping analysis

The image below shows a view of the "losses" tab: result(9)

Acknowledgement

This material is based upon work supported by the U.S. Department of Energy's Office of Energy Efficiency and Renewable Energy (EERE) under the Solar Energy Technologies Office Award Number 38529.