Skip to content

jericks/geoscript-groovy-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages