{"id":23291249,"url":"https://github.com/tomasjohansson/epsg_constants_4python","last_synced_at":"2025-08-17T01:11:57.971Z","repository":{"id":57426765,"uuid":"356057871","full_name":"TomasJohansson/epsg_constants_4python","owner":"TomasJohansson","description":"A generated class with lots of Python EPSG constants (used for specifying Coordinate Reference Systems).","archived":false,"fork":false,"pushed_at":"2022-09-01T06:51:01.000Z","size":472,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T02:46:50.466Z","etag":null,"topics":["coordinate","crs","epsg","reference","systems"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomasJohansson.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-08T21:56:11.000Z","updated_at":"2022-09-26T15:57:07.000Z","dependencies_parsed_at":"2022-09-19T06:41:12.461Z","dependency_job_id":null,"html_url":"https://github.com/TomasJohansson/epsg_constants_4python","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasJohansson%2Fepsg_constants_4python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasJohansson%2Fepsg_constants_4python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasJohansson%2Fepsg_constants_4python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasJohansson%2Fepsg_constants_4python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasJohansson","download_url":"https://codeload.github.com/TomasJohansson/epsg_constants_4python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526675,"owners_count":20953141,"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","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","crs","epsg","reference","systems"],"created_at":"2024-12-20T05:16:26.193Z","updated_at":"2025-04-06T17:45:28.250Z","avatar_url":"https://github.com/TomasJohansson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPSG constants\n\nThis Python package simply provides one Python class 'EpsgNumber' with lots of EPSG constants (which are used for defining coordinate reference systems).  \nThose constants can be used for getting intellisense help, for example when using Visual Studio Code or PyCharm.\n\nVisual Studio Code:  \n![VScode](https://raw.githubusercontent.com/TomasJohansson/epsg_constants_4python/main/docs/images/epsg_constants_4python_vscode.gif)\n\n\nPyCharm:  \n![PyCharm](https://raw.githubusercontent.com/TomasJohansson/epsg_constants_4python/main/docs/images/epsg_constants_4python_pycharm.gif)\n\n## Usage example\n\n```python\n# pip install epsg-constants\nfrom epsg_constants.epsg_number import EpsgNumber\n\nprint(\"EpsgNumber WGS84 : \" + str(EpsgNumber.WORLD__WGS_84__4326))\nprint(\"EpsgNumber SWEREF99TM : \" + str(EpsgNumber.SWEDEN__SWEREF99_TM__3006))\n```\n\n## License information\n\nThe Python class with constants in this package was [generated](https://github.com/TomasJohansson/crsTransformations/tree/master/crs-transformation-code-generation) based on data from [EPSG](https://epsg.org/) Dataset.  \nIt is released with license MIT.\n\nRegarding the EPSG **data**: Ownership of the EPSG Dataset by IOGP is acknowledged as in the [Terms of Use](https://epsg.org/terms-of-use.html)\n\nSome quotes from the above linked webpage 'Terms of use':\n\u003e \"... The EPSG Facilities are published by IOGP at no charge.\n\u003e  Distribution for profit is forbidden ...\n\u003e  Ownership of the EPSG Dataset by IOGP must be acknowledged ... \"\n\n## Version information\n\nWhen the Python class was generated, the EPSG dataset version 10.011 was used.  \nThe EPSG version number is also used for the major/minor (10.11) numbers of this pypi package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasjohansson%2Fepsg_constants_4python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasjohansson%2Fepsg_constants_4python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasjohansson%2Fepsg_constants_4python/lists"}