Geological Systems
Project description
GEOSYS
Geosys is the acronym Geological Systems. In current version, it is small package which contains only one function. The function converts GPS coordinates (longitude, latitude and altitude) to cartesian system. Used referenced ellipsoid is WSG 84 (also known as WGS 1984, EPSG:4326).
Installation
pip install geosys
Example
import geosys
latitude = 49.2002211
longitude = 16.6078411
altitude = 0
vertex = geosys.to_cartesian(latitude, longitude, altitude)
# Vertex attributes
# vertex.x
# vertex.y
# vertex.z
print(vertex)
>>> [4001412.65349505, 1193469.21673459, 4805137.77147738]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geosys-0.1.1.tar.gz
(2.4 kB
view details)
File details
Details for the file geosys-0.1.1.tar.gz
.
File metadata
- Download URL: geosys-0.1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13a8cb81940fcf2880fd648813b73fea0cfaee082c248b6df52cfa0caffcc7b |
|
MD5 | cd60b149281118739eb382eb4ef28125 |
|
BLAKE2b-256 | 01376fcfc73a63ddf965cc1bd1f86d9d72882bcc8e584ac1bba30957f0f80693 |