REMap-SOLAR Pyranometer Data Analysis
About
This Notebook is used for the Analysis of the Solar Radiation Readings of Pyranometers installed by REMap-SOLAR.
RUNNING THE TOOL
REQUIREMENTS
- Python 2.7
- jupyter
- pandas
- numpy
- matplotlib
They are also found in the requirements.txt file.
You can install these requirements using pip (sudo pip install -r requirements.txt or pip install -r requirements.txt)
PROCEDURE
- Enter the input parameters in the cell marked as "INPUT PARAMETERS".
- Run all cells above SENSOR READING STATS (Cell -> Run All Above)
- Go to the cell with the code you want to run (i.e SENSOR READING STATS, MONTHLY STATS, etc)
- In the Toolbar above: Cell -> Run Cells
LICENSE
The "REMap-Solar Pyranometer Data Analysis Tool" is provided under the GNU General Public License (GNU-GPL) v3.0
Copyright (C) 2016 Ben Hur S. Pintor (bhs.pintor@gmail.com)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.