This is a repository is a place to put extra GeoTrellis projects, that were not included into the main repo for various reasons.
geotrellis-contrib-{feature}
0.0.1
and not be tied to GeoTrellis version.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.