# geotrellis-sbt-template **Repository Path**: zhangqianglovec/geotrellis-sbt-template ## Basic Information - **Project Name**: geotrellis-sbt-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-06 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GeoTrellis SBT Template ======================= This is a bare-bones project template that can be used to begin any new application that uses GeoTrellis. An `sbt` bootstrapping script is also supplied, so you don't even need to have `sbt` installed on your system. To fetch this repo: ```console git clone https://github.com/geotrellis/geotrellis-sbt-template.git ``` To pull dependencies and run tests: ```console ./sbt test ```