Skip to main content

Geological Systems

Project description

GEOSYS

PyPI-Status PyPI - Status PyPI-Versions GitHub issues Travis (.com) branch GitHub license

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page