forked from Zapf-Consulting/solar-correlation-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (14 loc) · 783 Bytes
/
Copy pathREADME
File metadata and controls
26 lines (14 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Solar Correlation Map
A new way to visualize correlations.
## Installation
Install the solar correlation map with:
``pip install solar-correlation-map``
## Basic usage
``python -m solar_correlation_map CSV_FILE_PATH SUN_VARIABLE [IMAGE_FILE_NAME]``
The csv file must have a header that includes the variable/column names in the first line.
The sun variable is the dependentant variable in the center of solar system.
The image file name is optional and can be used to change the default file name "solar.png".
## Example
``python -m solar_correlation_map jedi.csv JEDI jedi.png``

[Zapf Consulting](http://www.zapf-consulting.com/)