pintowar / geoscript-groovy-kernel

A GeoScript Groovy Jupyter Kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoScript Groovy Jupyter Kernel

This Jupyter Kernel for GeoScript Groovy is a simple wrapper kernel that uses the Python's replwrap module to connect to a GeoScript Groovy Shell. This Kernel requires GeoScript Groovy to be installed and the geoscript-groovysh command to be on the PATH. To use, just change the kernel in your notebook to GeoScript Groovy. Then you can use the notebook like you would use groovysh from the command line. A special display function can be used to display images, geometry, features, layers, or maps.

notebook.png

Install

First, install jupyter

pip install jupyter

Then clone the GeoScript Groovy Kernel repository

git clone https://github.com/jericks/geoscript-groovy-kernel.git

Install the kernel

python geoscript_groovy_kernel/install.py

And start a Jupyter Notebook

jupyter notebook

About

A GeoScript Groovy Jupyter Kernel

License:MIT License


Languages

Language:Python 100.0%