GRASS GIS Jupyter notebooks: Difference between revisions
Jump to navigation
Jump to search
(New) |
(expanded) |
||
Line 12: | Line 12: | ||
* [https://github.com/wenzeslaus/python-grass-addon How to write a Python GRASS GIS 7 addon] | * [https://github.com/wenzeslaus/python-grass-addon How to write a Python GRASS GIS 7 addon] | ||
* [https://github.com/lucadelu/docker-stacks/tree/geospatial/geospatial-notebook docker-stacks/geospatial-notebook] | * [https://github.com/lucadelu/docker-stacks/tree/geospatial/geospatial-notebook docker-stacks/geospatial-notebook] | ||
* [https://github.com/wenzeslaus/geospatial-modeling-course-jupyter/tree/master/notebooks 14 Jupyter Notebooks for learning geospatial analysis and modeling with GRASS GIS] | |||
* [https://github.com/wenzeslaus/geospatial-modeling-course-jupyter/tree/master/notebooks Geospatial modeling course - Jupyter] | |||
==== See also ==== | |||
* [https://github.com/wenzeslaus/gdoc2py GRASS GIS focused converter from HTML with pre code tags to Jupyter Notebook] | |||
[[Category: Documentation]] | [[Category: Documentation]] | ||
[[Category: Python]] | [[Category: Python]] | ||
[[Category: Tutorial]] | [[Category: Tutorial]] |
Revision as of 18:19, 21 October 2017
A Jupyter Notebook is a web application that allows you to create and share documents that contain scripts and code, equations, visualizations and explanatory text, combined.
You can even change the code and explore your modified script(s).
List of selected GRASS GIS Jupyter notebooks
(please expand!)
- OSGeoLive-Notebooks: Introduction to GRASS GIS
- Workshop on pygrass using IPython notebook
- An open-source semi-automated processing chain for urban OBIA classification
- How to write a Python GRASS GIS 7 addon
- docker-stacks/geospatial-notebook
- 14 Jupyter Notebooks for learning geospatial analysis and modeling with GRASS GIS
- Geospatial modeling course - Jupyter