Skip to main content
Ctrl+K

pycraf v2.0.3.dev4

  • Getting Started
  • User Documentation
  • Project details
  • Acknowledgments
  • Tutorials
  • GitHub
  • Getting Started
  • User Documentation
  • Project details
  • Acknowledgments
  • Tutorials
  • GitHub

Section Navigation

  • Conversions (pycraf.conversions)
  • Atmospheric models (pycraf.atm)
  • Path attenuation, terrain data, and geodesics (pycraf.pathprof)
  • Antenna patterns (pycraf.antenna)
  • Protection levels (pycraf.protection)
  • Geographical frames (pycraf.geospatial)
  • Satellites (pycraf.satellite)
  • Geometry helpers (pycraf.geometry)
  • Monte-Carlo helpers (pycraf.mc)
  • Utilities (pycraf.utils)
  • Graphical user interface (pycraf-gui)

Indices

  • General Index
  • Python Module Index
  • User Documentation
  • Geographical frames (pycraf.geospatial)
  • itrf2008_to_wgs84

itrf2008_to_wgs84#

pycraf.geospatial.itrf2008_to_wgs84(x, y, z)[source]#

Convert ITRF2008 coordinates to GPS/WGS84.

ITRF is the International Terrestrial Reference System. (A geocentric coordinate system.)

Parameters:
x, y, zQuantity

ITRF2008 geocentric coordinates, (x, y, z) [m]

Returns:
glon, glatQuantity

GPS/WGS84 longitude and latitude [deg]

heightQuantity

Height (amsl) [m]

previous

itrf2005_to_wgs84

next

transform_factory

Edit on GitHub

This Page

  • Show Source

© Copyright 2015–2025, Benjamin Winkel.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.