Home

Awesome

GeoTrellis Contributions repo

Build Status

This is a repository is a place to put extra GeoTrellis projects, that were not included into the main repo for various reasons.

Usage

via sbt:

resolvers += "Azavea Public Builds" at "https://dl.bintray.com/azavea/geotrellis"
...
libraryDependencies ++= Seq(
  "com.azavea.geotrellis" %% "geotrellis-contrib-vlm" % "X.Y.Z",
  "com.azavea.geotrellis" %% "geotrellis-contrib-gdal" % "X.Y.Z"
)

Go to releases to see available versions.