You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Simple Features Libraries were developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](https://www.caci.com/bit-systems/). The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).
5
+
The Coordinate Reference Systems Library was developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](https://www.caci.com/bit-systems/). The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).
6
6
7
7
### Pull Requests ###
8
8
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
@@ -11,54 +11,38 @@ Software source code previously released under an open source license and then m
11
11
12
12
### About ###
13
13
14
-
[Simple Features Projection](http://ngageoint.github.io/simple-features-proj-java/) is a Java library for performing projection conversions between [Simple Feature](https://github.com/ngageoint/simple-features-java) Geometries.
14
+
[Coordinate Reference Systems](http://ngageoint.github.io/coordinate-reference-systems-java/) is a Java library implementation of OGC's 'Geographic information — Well-known text representation of coordinate reference systems' ([18-010r7](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html)) specification.
15
15
16
16
### Usage ###
17
17
18
-
View the latest [Javadoc](http://ngageoint.github.io/simple-features-proj-java/docs/api/)
18
+
View the latest [Javadoc](http://ngageoint.github.io/coordinate-reference-systems-java/docs/api/)
0 commit comments