Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Geo Tools
Commits
91299346
Commit
91299346
authored
Jan 22, 2016
by
Matija Obreza
Browse files
Renamed to genesys-geo-tools
parent
8d0da495
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
91299346
...
...
@@ -5,3 +5,4 @@
/*.kml
/*.csv
/*.kmz
.settings
README.md
View file @
91299346
LandOrSea
Geo Tools
=========
=
Running LandOrSea
##
Running LandOrSea
##
Obtain the
landorsea
.jar file from the Downloads section or build from source code.
Obtain the
genesys-geo-tools-0.1-SNAPSHOT
.jar file from the Downloads section or build from source code.
Download the two "large split polygons" shapefiles in WGS84 projection from:
*
http://openstreetmapdata.com/data/land-polygons
*
http://openstreetmapdata.com/data/water-polygons
Shapefiles used in this application are derived from OSM data, © OpenStreetMap contributors.
Create a
`data`
subdirectory in the directory with the jar file.
...
...
@@ -26,16 +27,16 @@ as the jar file of this application. You should now have three files in this dir
JAI library creates an AWT window. Run in headless mode:
java -Djava.awt.headless=true -jar
landorsea
.jar
java -Djava.awt.headless=true -jar
genesys-geo-tools-0.1-SNAPSHOT
.jar
Test.
=
Features
##
Features
##
*
Accepts CSV as input, produces CSV output
=
TODO List
##
TODO List
##
*
Generate HTML report
*
For "Water" entries, report distance to closest land.
pom.xml
View file @
91299346
...
...
@@ -2,7 +2,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<artifactId>
genesys-
geo-tools
</artifactId>
<version>
0.1-SNAPSHOT
</version>
<name>
Genesys Geo Tools
</name>
...
...
@@ -28,9 +28,9 @@
</developers>
<scm>
<connection>
https://bitbucket.org/genesys2/geo-tools.git
</connection>
<developerConnection>
scm:git:git@bitbucket.org:genesys2/geo-tools.git
</developerConnection>
<url>
git@bitbucket.org:genesys2/geo-tools.git
</url>
<connection>
https://bitbucket.org/genesys2/
genesys-
geo-tools.git
</connection>
<developerConnection>
scm:git:git@bitbucket.org:genesys2/
genesys-
geo-tools.git
</developerConnection>
<url>
git@bitbucket.org:genesys2/
genesys-
geo-tools.git
</url>
</scm>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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