Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 873 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 873 Bytes

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.

  • Project names should be of the form geotrellis-contrib-{feature}
  • Project versions should start with 0.0.1 and not be tied to GeoTrellis version.
  • Project publishing will happen on SonaType

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.