All Projects → orbisgis → cts

orbisgis / cts

Licence: LGPL-3.0 License
Projection library in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to cts

wikirepo
Python based Wikidata framework for easy dataframe extraction
Stars: ✭ 33 (-19.51%)
Mutual labels:  geography
census-loader
A quick way to get started with ABS Census 2016 data
Stars: ✭ 32 (-21.95%)
Mutual labels:  geography
erkir
Երկիր (Erkir) - a C++ library for geodesic and trigonometric calculations
Stars: ✭ 26 (-36.59%)
Mutual labels:  geography
wkb-parser
Well-known binary (WKB) Parser.
Stars: ✭ 69 (+68.29%)
Mutual labels:  geography
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+202.44%)
Mutual labels:  geography
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-46.34%)
Mutual labels:  geography
Contextily
Context geo-tiles in Python
Stars: ✭ 254 (+519.51%)
Mutual labels:  geography
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-58.54%)
Mutual labels:  geography
site
Course materials for the Geo-Python course at the University of Helsinki, Finland
Stars: ✭ 166 (+304.88%)
Mutual labels:  geography
GeoGuess
GeoGuess is an open-source geography game with Google Map StreetView. You can play solo or with your friends simultaneously.
Stars: ✭ 174 (+324.39%)
Mutual labels:  geography
geog595
Humanistic GIS @ UW-Seattle
Stars: ✭ 33 (-19.51%)
Mutual labels:  geography
SpatialDataScience
Introduction to Data Science with R
Stars: ✭ 29 (-29.27%)
Mutual labels:  geography
python-for-gis-progression-path
Progression path for a GIS analyst who wants to become proficient in using Python for GIS: from apprentice to guru
Stars: ✭ 98 (+139.02%)
Mutual labels:  geography
neobase
Minimalist GeoBases: single file, no dependency, compatible with Python 2.6+, Python 3.x, Pypy
Stars: ✭ 16 (-60.98%)
Mutual labels:  geography
turf-go
A Go language port of Turf.js
Stars: ✭ 41 (+0%)
Mutual labels:  geography
geoguessr-tips
Tips and resources for GeoGuessr
Stars: ✭ 54 (+31.71%)
Mutual labels:  geography
esri-experiments
Fly in space and look across the sea: demos and experiments with the ArcGIS API for JavaScript
Stars: ✭ 29 (-29.27%)
Mutual labels:  geography
urb-studies-predicting-gentrification
This repo is intended to support replication and exploration of the analysis undertaken for our Urban Studies article "Understanding urban gentrification through Machine Learning: Predicting neighbourhood change in London".
Stars: ✭ 35 (-14.63%)
Mutual labels:  geography
geonames-ua
Unofficial repository of State Register of Geographical Names of Ukraine https://land.gov.ua/derzhavnyi-reiestr-heohrafichnykh-nazv/
Stars: ✭ 33 (-19.51%)
Mutual labels:  geography
Microsoft.SqlServer.Types
a .NET Standard implementation of the spatial types in `Microsoft.SqlServer.Types`
Stars: ✭ 64 (+56.1%)
Mutual labels:  geography

CTS

GitHub Codacy Badge

Coordinate Transformation Suite (abridged CTS) is a library developed to perform coordinate transformations using well known geodetic algorithms and parameter sets. It strives to be simple, flexible and interoperable, in this order.

History

Originally developed by Michaël Michaud under the name JTransfoCoord and then JGeod, the library was renamed to CTS in 2009. Today CTS is maintained by the OrbisGIS team in collaboration with Michaël Michaud.

The new CTS has been funded by the French Agence Nationale de la Recherche (ANR) under research contract ANR-08-VILL-0005-01 and the regional council of the Région Pays de La Loire under the Système d'Orbservation Géographique de la Ville (SOGVILLE) project.

License

CTS is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License.

CTS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with CTS. If not, see http://www.gnu.org/licenses/.

Declaring project dependencies

You can include CTS in your project thanks to Maven repositories.

From maven central, check https://search.maven.org/artifact/org.orbisgis/cts/1.5.2/bundle

To use the current snapshot add in the pom

<repository>
  <id>orbisgis-snapshot</id>
  <name>OrbisGIS sonatype snapshot repository</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>

and the following dependency

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>cts</artifactId>
    <version>1.6.0-SNAPSHOT</version>
</dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].