{"id":33248845,"url":"https://github.com/orbisgis/cts","last_synced_at":"2025-11-21T16:02:53.033Z","repository":{"id":7713697,"uuid":"9078984","full_name":"orbisgis/cts","owner":"orbisgis","description":"Projection library in Java","archived":false,"fork":false,"pushed_at":"2025-09-18T11:56:46.000Z","size":5900,"stargazers_count":51,"open_issues_count":8,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-18T12:40:42.860Z","etag":null,"topics":["coordinate-transformation","geography","library"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orbisgis.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-03-28T14:38:19.000Z","updated_at":"2025-09-18T11:56:49.000Z","dependencies_parsed_at":"2023-12-24T22:34:13.496Z","dependency_job_id":"4d5aee0f-a439-4b33-848f-330b98876e2a","html_url":"https://github.com/orbisgis/cts","commit_stats":{"total_commits":370,"total_committers":15,"mean_commits":"24.666666666666668","dds":0.6081081081081081,"last_synced_commit":"379f2e34d7c4f329d70ca1e51c89107fa9450577"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/orbisgis/cts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbisgis%2Fcts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbisgis%2Fcts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbisgis%2Fcts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbisgis%2Fcts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orbisgis","download_url":"https://codeload.github.com/orbisgis/cts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orbisgis%2Fcts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285645303,"owners_count":27207370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coordinate-transformation","geography","library"],"created_at":"2025-11-16T22:00:40.847Z","updated_at":"2025-11-21T16:02:53.009Z","avatar_url":"https://github.com/orbisgis.png","language":"Java","funding_links":[],"categories":["Libraries"],"sub_categories":["Java"],"readme":"# CTS \n[![GitHub](https://img.shields.io/github/license/orbisgis/cts.svg)](https://github.com/orbisgis/cts/blob/master/docs/LICENSE.md) \n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d9b34e00264d4702b8340f8544cec21f)](https://www.codacy.com/gh/orbisgis/cts?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=orbisgis/cts\u0026amp;utm_campaign=Badge_Grade)\n\nCoordinate Transformation Suite (abridged CTS)  is a library developed to\nperform coordinate transformations using well known geodetic algorithms and\nparameter sets.  It strives to be simple, flexible and interoperable, in this\norder.\n\n#### History\n\nOriginally developed by Michaël Michaud under the name [JTransfoCoord](http://michael.michaud.free.fr/index_geodesie.html) and then JGeod, the library was\nrenamed to CTS in 2009.  Today CTS is maintained by the OrbisGIS team in\ncollaboration with Michaël Michaud.\n\nThe new CTS has been funded by the French *Agence Nationale de la Recherche* (ANR) under\nresearch contract ANR-08-VILL-0005-01 and the regional council of the *Région Pays\nde La Loire* under the *Système d'Orbservation Géographique de la Ville*\n(SOGVILLE) project.\n\n\n#### License\n\nCTS is free software; you can redistribute it and/or modify it under the terms\nof the GNU Lesser General Public License as published by the Free Software Foundation,\neither version 3 of the License.\n\nCTS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR\nPURPOSE.  See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along with\nCTS.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n#### Declaring project dependencies\n\nYou can include CTS in your project thanks to Maven repositories.\n\nFrom maven central, check https://search.maven.org/artifact/org.orbisgis/cts/1.7.1/bundle\n\nTo use the current snapshot add in the pom\n\n```xml\n\u003crepository\u003e\n  \u003cid\u003eorbisgis-snapshot\u003c/id\u003e\n  \u003cname\u003eOrbisGIS sonatype snapshot repository\u003c/name\u003e\n  \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\n\u003c/repository\u003e\n```\n\nand the following dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.orbisgis\u003c/groupId\u003e\n    \u003cartifactId\u003ects\u003c/artifactId\u003e\n    \u003cversion\u003e1.7.2-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbisgis%2Fcts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forbisgis%2Fcts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forbisgis%2Fcts/lists"}