Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.26 KB

Try GRASS GIS in Jupyter Notebook with Python

This repo was replaced by notebooks in the official repo see, e.g., grass_jupyter.ipynb for 8.2.0 using Binder.

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 (system packages)
  • runtime.txt (Python version)
  • requirements.txt (Python packages)
  • 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.