Skip to content

jbouffard/geotrellis-contrib

 
 

Repository files navigation

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.

  • 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 BinTray

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.

About

GeoTrellis functionality related to the core.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Scala 94.7%
  • Shell 5.3%