geotrellis / geotrellis-contrib

GeoTrellis functionality related to the core.
Apache License 2.0
5 stars 11 forks source link
cog gdal geotrellis raster

GeoTrellis Contributions repo

CircleCI

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:

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.