Skip to content
GitLab
Menu
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
9c312e52
Commit
9c312e52
authored
Jan 08, 2021
by
Maxym Borodenko
Committed by
Matija Obreza
Jan 11, 2021
Browse files
[maven-release-plugin] prepare release geo-tools-1.1
parent
0ca9e7de
Changes
6
Hide whitespace changes
Inline
Side-by-side
genesys-geotools/pom.xml
View file @
9c312e52
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
genesys-geotools
</artifactId>
<name>
Genesys Geo Tools library
</name>
...
...
@@ -33,7 +33,7 @@
<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>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.1
</tag>
</scm>
<properties>
...
...
@@ -41,7 +41,7 @@
<jdk.target>
1.8
</jdk.target>
<jdk.source>
1.8
</jdk.source>
<!-- use the latest snapshot -->
<geotools.version>
2
3
.1
</geotools.version>
<geotools.version>
2
4
.1
</geotools.version>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
</properties>
...
...
genesys-geotools/src/main/java/org/genesys/geotools/service/CountryOfOriginService.java
View file @
9c312e52
...
...
@@ -40,7 +40,7 @@ public interface CountryOfOriginService {
* @param latitude the latitude
* @param origCty the country ISO code
* @return distance to closest point on country border or -1 if not found
* @throws Exception
* @throws Exception
the exception
*/
double
distanceToBorder
(
float
longitude
,
float
latitude
,
String
origCty
)
throws
Exception
;
...
...
genesys-geotools/src/main/java/org/genesys/geotools/service/LandOrSeaService.java
View file @
9c312e52
...
...
@@ -37,9 +37,9 @@ public interface LandOrSeaService {
*
* @param longitude the longitude
* @param latitude the latitude
* @param allowedDistance
FromLand
the allowed distance from land
* @param allowedDistance
Margin
the allowed distance from land
* @return Land, Coastal or Water
* @throws Exception
* @throws Exception
the exception
*/
String
classifyLocation
(
float
longitude
,
float
latitude
,
int
allowedDistanceMargin
)
throws
Exception
;
...
...
genesys-geotools/src/main/java/org/genesys/geotools/service/ShapefileUtils.java
View file @
9c312e52
...
...
@@ -51,7 +51,7 @@ public class ShapefileUtils {
/**
* Open shape file.
*
* @param shapeFile
Path
the shape file
path
* @param shapeFile the shape file
* @return the data store
* @throws MalformedURLException the malformed url exception
* @throws IOException Signals that an I/O exception has occurred.
...
...
geotools-cli/pom.xml
View file @
9c312e52
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
geotools-cli
</artifactId>
<name>
Genesys Geo Tools
</name>
...
...
@@ -33,15 +33,13 @@
<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>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.1
</tag>
</scm>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1.8
</jdk.target>
<jdk.source>
1.8
</jdk.source>
<!-- use the latest snapshot -->
<geotools.version>
15-SNAPSHOT
</geotools.version>
<jar.mainclass>
org.genesys.geotools.cli.CLI
</jar.mainclass>
</properties>
...
...
@@ -54,13 +52,8 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-geotools
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</dependency>
<!-- <dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-swing</artifactId>
<version>${geotools.version}</version>
</dependency> -->
<dependency>
<groupId>
com.opencsv
</groupId>
<artifactId>
opencsv
</artifactId>
...
...
pom.xml
View file @
9c312e52
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
<packaging>
pom
</packaging>
<name>
Genesys GEO tools
</name>
<url>
https://gitlab.croptrust.org/genesys-pgr/geo-tools
</url>
...
...
@@ -44,7 +44,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/geo-tools.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/geo-tools.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/geo-tools.git
</url>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.1
</tag>
</scm>
<developers>
...
...
Write
Preview
Supports
Markdown
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