Contour related algorithm
-
install maven3
-
cd to project root directory, run
mvn install -Dmaven.test.skip=true, then get jar filewContour-0.0.1-SNAPSHOT.jarintarget/ -
use this in your maven projects
<dependency>
<groupId>org.meteothinker</groupId>
<artifactId>wContour</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>