pg_orrery/pg_orbit.control
Ryan Malloy 15a830dc40 Initial implementation of pg_orbit PostgreSQL extension
6 custom types (tle, eci_position, geodetic, topocentric, observer,
pass_event), 67 SQL functions, 2 operators (&&, <->), and a GiST
operator class for altitude-band indexing. Wraps Bill Gray's sat_code
for SGP4/SDP4 propagation with WGS-72 constants for propagation and
WGS-84 for coordinate output. All 5 regression tests pass on PG 18.
2026-02-15 17:07:07 -07:00

5 lines
147 B
Plaintext

comment = 'Orbital mechanics types and functions for PostgreSQL'
default_version = '0.1.0'
module_pathname = '$libdir/pg_orbit'
relocatable = true