EPSG constants
This Python package simply provides one Python class 'EpsgNumber' with lots of EPSG constants (which are used for defining coordinate reference systems).
Those constants can be used for getting intellisense help, for example when using Visual Studio Code or PyCharm.
Visual Studio Code:
PyCharm:
Usage example
# pip install epsg-constants
from epsg_constants.epsg_number import EpsgNumber
print("EpsgNumber WGS84 : " + str(EpsgNumber.WORLD__WGS_84__4326))
print("EpsgNumber SWEREF99TM : " + str(EpsgNumber.SWEDEN__SWEREF99_TM__3006))
License information
The Python class with constants in this package was generated based on data from EPSG Dataset.
It is released with license MIT.
Regarding the EPSG data: Ownership of the EPSG Dataset by IOGP is acknowledged as in the Terms of Use
Some quotes from the above linked webpage 'Terms of use':
"... The EPSG Facilities are published by IOGP at no charge. Distribution for profit is forbidden ... Ownership of the EPSG Dataset by IOGP must be acknowledged ... "
Version information
When the Python class was generated, the EPSG dataset version 10.011 was used.
The EPSG version number is also used for the major/minor (10.11) numbers of this pypi package.
Release files for epsg-constants 10.11.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| epsg-constants-10.11.0.tar.gz | 463.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| epsg_constants-10.11.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 698.8 kB
Release files / epsg-constants-10.11.0.tar.gz
| Download URL | epsg-constants-10.11.0.tar.gz |
|---|---|
| Size | 463.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
596c62419b5fc5ac6d85b3b4d0e93b00cc264f56992af02a9a6c985bd1b9bb40
|
|
BLAKE2b-256 checksum How to use checksums |
4850e9558decc1cb3a816884a0d6ab9a121ceecf0498fd503279df3fe2079356
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / epsg_constants-10.11.0-py2.py3-none-any.whl
| Download URL | epsg_constants-10.11.0-py2.py3-none-any.whl |
|---|---|
| Size | 235.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
2172fd3f4745ae637318db0dbd810e92a054bef9648b760fabcb648b007d0d42
|
|
BLAKE2b-256 checksum How to use checksums |
68ce31bf6b77d3e62eb1b387b960f0d9b94f65c3ca469b967a13de7687f2785c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|