Skip to main content

Look up geoid and tidal model heights relative to the ellipsoid

Project description

pyegt

Ellipsoid-relative geoid and tidal model height lookup

Ian Nesbitt, NCEAS-UCSB

PyPI Conda Docs

pyegt is an open source program developed by NCEAS to look up the geoid, tidal, or geopotential model height above the ellipsoid in order to convert model-referenced heights to ellipsoid height (i.e. compatible with Cesium) and vice-versa.

About

The following figure demonstrates the difference between geoid, ellipsoid, and topographic ground surface:

Ellipsoid, geoid, and topography

The figure shows a diagram with a conceptual model of ellipsoid height h, geoid height H, and height of geoid relative to ellipsoid N along with topographic surface (grey).

Ellipsoidal height (h) is generally used in global projections such as Cesium due to its small digital footprint and ease of calculation relative to systems based on gravity or geopotential height. However, gravity and tides are influenced by local differences in Earth's density and other factors. Therefore some projects prefer reference systems that use height referenced to a geoid or tidal model (H) which provides a much easier framework to understand height relative to, for example, modeled mean sea level or sea level potential. Converting from H to h requires knowing the height difference between the geoid and the ellipsoid (N). Conversion is then a simple addition of these values (H + N = h).

Usage

>>> from pyegt.height import HeightModel
>>> h = HeightModel(lat=44.256616, lon=-73.964784, from_model='GEOID12B')
>>> repr(h)
HeightModel(lat=44.256616, lon=-73.964784, from_model='GEOID12B', region='None') -> -28.157 meters
>>> float(h)
-28.157
>>> h.in_feet_us_survey()
-92.37842416572809

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

pyegt-0.1.2.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

pyegt-0.1.2-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file pyegt-0.1.2.tar.gz.

File metadata

  • Download URL: pyegt-0.1.2.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyegt-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c609b9dab91dd2565c9c1ba64cf0bcc4bcdfa604f5a2d618b925262719f145b0
MD5 a922e281b9de437af73aac24d14d6847
BLAKE2b-256 aa044a3a6add9cbea6a61ddfc0c6a34c767cb79514d044c456df306fb995908a

See more details on using hashes here.

File details

Details for the file pyegt-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyegt-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyegt-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 399da1f5dbfd88a2201515189d82eaf58a27d1019d75c2ac21774fd7f0dad7f4
MD5 5dabd9e75190bd976dcd6c69ae9db994
BLAKE2b-256 97a3b553595ac1f21e1fb4a2563ad779dfad00cebfab1ecf7b5f5986491247f3

See more details on using hashes here.

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