Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.04 KB

Zonal statistics of solar time series in GRASS GIS with Python

Binder

Jupyter Notebook for trying GRASS GIS in Binder.

Running locally

The repository is meant to run through Binder, but you can run it locally which is relatively easy to do especially on Linux because that's where it on runs on Binder. To run the notebook locally, you need to install the required software and download the data. The following files in the repository specify (for Binder) what needs to be prepared for the notebook to run:

  • apt.txt (required packages)
  • runtime.txt (Python version)
  • postBuild (data downloads)

Branches (suggestion)

Branches in this repository mirror branches in the OSGeo/grass repository. The latest (and potentially any former) GRASS GIS release branch has its specific code here in the corresponding branch. The master branch in this repository can reflect the latest improvements in GRASS GIS.