s22s/rasterframes-notebook

By s22s

Updated about 5 years ago

LocationTech RasterFrames-enabled Notebook

Image
0

2.9K

s22s/rasterframes-notebook repository overview

RasterFrames provides a Docker image for a Jupyter notebook server whose default kernel is already set up for running RasterFrames. To use it:

  1. Install docker
  2. Pull the image: docker pull s22s/rasterframes-notebook
  3. Run a container with the image, for example: docker run -p 8808:8888 -p 44040:4040 -v /path/to/notebooks:/home/jovyan/work rasterframes-notebook:latest
  4. In a browser, open localhost:8808 in the example above.

See: https://rasterframes.io for details on how to use RasterFrames.

Tag summary

Content type

Image

Digest

Size

2.7 GB

Last updated

about 5 years ago

Requires Docker Desktop 4.37.1 or later.