Skip to content

daniellivingston/costmap

 
 

Repository files navigation

CostMAP

**REQUIRES: Java 1.8, Gradle < 4.10

NOTE

Extra data:

  • cities.txt
  • urbanareas.txt
  • lakes.txt

Missing data:

  • population.asc

Treating cities.txt as population.asc.


Java CI with Gradle

A tool for creating Cost Networks and Surfaces for SimCCS.

Running CostMAP with Gradle

Download JDK 11 or later for your operating system. Make sure JAVA_HOME is properly set to the JDK installation directory.

Linux / Mac

To run the project:

./gradlew run

Windows

To run the project:

gradlew run

Other options

Other options are available with the command:

./gradlew <task>

where <task> can be one of:

  • run - Runs this project as a JVM application
  • build - Assembles and tests this project.
  • distZip - Bundles the project as a distribution.
  • test - Runs the unit tests.

More options are available by running ./gradlew --help.

About

Repository for costMAP software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.1%
  • Dockerfile 3.8%
  • CSS 0.1%