Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Geo Tools
Commits
861f39a2
Commit
861f39a2
authored
Jun 01, 2016
by
Matija Obreza
Browse files
Version bump to 0.2-SNAPSHOT
parent
ff50a3f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
861f39a2
...
...
@@ -4,8 +4,8 @@ Geo Tools
Executing the default main class without additional arguments renders the program
options:
$ java -jar genesys-geo-tools-0.
1
-SNAPSHOT.jar
Usage: java -Djava.awt.headless=true -jar ge
o-tools
.jar country|landorsea [options] <inputFile> <outputFile>
$ java -jar genesys-geo-tools-0.
2
-SNAPSHOT.jar
Usage: java -Djava.awt.headless=true -jar ge
nesys-geo-tools-0.2-SNAPSHOT
.jar country|landorsea [options] <inputFile> <outputFile>
Options:
<inputFile> File name or - to read CSV from STDIN
...
...
@@ -41,13 +41,13 @@ as the jar file of this application. You should now have three files in this dir
data/land...
data/water_polygons.shp
data/water...
genesys-geo-tools-0.
1
-SNAPSHOT.jar
genesys-geo-tools-0.
2
-SNAPSHOT.jar
### Running the program
JAI library creates an AWT window. Run the
*Land or Sea*
test in headless mode:
java -Djava.awt.headless=true -jar ge
o-tools
.jar landorsea [options] <inputFile> <outputFile>
java -Djava.awt.headless=true -jar ge
nesys-geo-tools-0.2-SNAPSHOT
.jar landorsea [options] <inputFile> <outputFile>
## Validating Country of Origin ##
...
...
@@ -75,7 +75,7 @@ very detailed `GADM0` and `GADM1` layers.
### Running the program
java -Djava.awt.headless=true -jar ge
o-tools
.jar country [options] <inputFile> <outputFile>
java -Djava.awt.headless=true -jar ge
nesys-geo-tools-0.2-SNAPSHOT
.jar country [options] <inputFile> <outputFile>
## Features ##
...
...
pom.xml
View file @
861f39a2
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-geo-tools
</artifactId>
<version>
0.
1
-SNAPSHOT
</version>
<version>
0.
2
-SNAPSHOT
</version>
<name>
Genesys Geo Tools
</name>
<licenses>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment