Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.23 KB

File metadata and controls

77 lines (52 loc) · 2.23 KB

GRIB2-SOLARCHVISION is a desktop software application designed and developed by Mojtaba Samimi (M.Arch) in the Processing language. It is available for GNU/Linux, macOS, and Microsoft Windows.

Table of contents


Copyright and license

The code and documentation are released under the GPL v2.

Installation

Clone using SSH

git clone git@github.com:archmoj/grib2_solarchvision.git

or

git clone git@github.com:archmoj/grib2_solarchvision.git --depth 1

Clone using HTTPS

git clone https://github.com/archmoj/grib2_solarchvision.git

or

git clone https://github.com/archmoj/grib2_solarchvision.git --depth 1

Build using command line

./gradlew build

Run using command line

./gradlew run

Graphical User Interface

Once loaded the UI would look like this depending on the selected parameters:

Additional resources