Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 571 Bytes

Gaia Geotrellis Plugin

Run Geotrellis processes from Gaia. Based on https://github.com/OpenGeoscience/nex/tree/master/geotrellis-pipeline by @dorukozturk

Instructions

  1. Install the plugin
pip install -e .
  1. Install sbt
cd geotrellis
sh
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
sudo apt-get update
sudo apt-get install sbt
  1. Build the fat geotrellis jar
cd geotrellis
sbt assembly