Skip to content

Commit

Permalink
Updated build system, code layout, and license
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 30, 2015
1 parent 34031e0 commit 944f958
Show file tree
Hide file tree
Showing 140 changed files with 52,158 additions and 52,275 deletions.
640 changes: 19 additions & 621 deletions LICENSE

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Snyder Map Projection Implementation
====================================

Copyright (C) 2012-2014 Jeremy J. Gibbons
Copyright (c) 2012-2015 APIS Point, LLC

Description
===========
Expand Down Expand Up @@ -84,8 +84,15 @@ References
Washington, DC: U. S. Government Printing Office, 1987, 1994 3rd Printing.
http://pubs.er.usgs.gov/publication/pp1395

SnyderVis data provided by:
SnyderVis data++ provided by:

A Global Self-consistent, Hierarchical, High-resolution Geography Database
http://www.soest.hawaii.edu/pwessel/gshhg
Extracted from version 2.3.0 on 1 February 2014
Extracted from version 2.3.4 on 1 January 2015

**NOTES**:
> ++ SnyderVis GSHHG data files will no longer be updated. For the latest GSHHG
>      binary updates please follow the GSHHG URI reference above

Code licensed under the The MIT License
21 changes: 21 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apply plugin: 'java'
apply plugin: 'eclipse'

sourceCompatibility = 1.7
version = '3.0.0'
jar {
exclude 'gis/proj/drivers/**'
exclude 'gis/proj/Complex*'
exclude 'gis/proj/projections/*Alt.*'
}

repositories {
mavenCentral()
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-core:2.4+'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.4+'
compile 'com.fasterxml.jackson.core:jackson-databind:2.4+'
compile 'com.beust:jcommander:1.+'
}
76 changes: 0 additions & 76 deletions build.xml

This file was deleted.

Binary file removed lib/jackson-annotations-2.3.2.jar
Binary file not shown.
Binary file removed lib/jackson-core-2.3.2.jar
Binary file not shown.
Binary file removed lib/jackson-databind-2.3.2.jar
Binary file not shown.
Binary file removed lib/jcommander-1.35.jar
Binary file not shown.
23 changes: 0 additions & 23 deletions src/gis/proj/Azimuthal.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/gis/proj/Conic.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/gis/proj/Cylindrical.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/gis/proj/Miscellaneous.java

This file was deleted.

52 changes: 0 additions & 52 deletions src/gis/proj/Projection.java

This file was deleted.

30 changes: 0 additions & 30 deletions src/gis/proj/Property.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/gis/proj/Pseudocylindrical.java

This file was deleted.

23 changes: 0 additions & 23 deletions src/gis/proj/Space.java

This file was deleted.

26 changes: 0 additions & 26 deletions src/gis/proj/Spherical.java

This file was deleted.

Loading

0 comments on commit 944f958

Please sign in to comment.