Skip to main content

GeoSol Research Logo

GRI Obs

Typed observation objects for geolocation measurements.

Overview

gri-obs provides self-contained observation objects that carry measurement data, noise characterization, and sensor geometry for geolocation systems. Each observation embeds everything needed to evaluate measurement functions against an emitter state vector.

Observation Types

Type Measurement Units Collectors
TdoaObs Time Difference of Arrival seconds 2 positions
TdoaDotObs Time derivative of TDOA (frequency-independent FDOA) s/s 2 positions + velocities
FdoaObs Frequency Difference of Arrival Hz 2 positions + velocities
AoaObs Angle of Arrival (direction cosines) unitless 1 position + rotation
RangeObs Distance meters 1 position

Installation

pip install gri-obs

Or for local development:

git clone https://gitlab.com/geosol-foss/python/gri-obs.git
cd gri-obs
uv sync

uv sync creates the virtual environment, installs dependencies, and wires up the git hooks automatically (it sets core.hooksPath to .githooks). See CONTRIBUTING.md for the full workflow.

Usage

from gri_obs import TdoaObs, FdoaObs, AoaObs, RangeObs
from gri_pos import Pos
import numpy as np

# TDOA observation
tdoa = TdoaObs(
    time=100.0,
    value=1.5e-6,           # 1.5 microseconds
    std_dev=1e-9,            # 1 nanosecond
    collector1=Pos.LLA(38.0, -77.0, 400_000.0),
    collector2=Pos.LLA(39.0, -76.0, 400_000.0),
    sensor_id="tdoa_12",
)

# AOA observation from azimuth/elevation
aoa = AoaObs.from_azel(
    time=100.0,
    azimuth_rad=0.785,       # 45 degrees
    elevation_rad=0.524,     # 30 degrees
    std_dev_az_rad=0.001,
    std_dev_el_rad=0.001,
    collector=Pos.LLA(38.0, -77.0, 100.0),
    sensor_id="aoa_1",
)

# Filter mixed observation lists
from gri_obs import filter_tdoa, filter_aoa
all_obs = [tdoa, aoa]
tdoa_only = filter_tdoa(all_obs)

Timestamps

Observations accept any timestamp type -- float seconds, datetime objects, or gri_nsepoch.Time for nanosecond precision. The observation carries the timestamp but does not interpret it.

Dependencies

License

MIT -- see LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gri_obs-0.3.1.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gri_obs-0.3.1-py3-none-any.whl (27.8 kB view details)

Uploaded Python 3

File details

Details for the file gri_obs-0.3.1.tar.gz.

File metadata

  • Download URL: gri_obs-0.3.1.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for gri_obs-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7a8de807aaff9513fb9a088226a0cff25003d8232e73d9ce5a4ed567b7b3653a
MD5 93088b23a9fdd444fa3de97adb06e12e
BLAKE2b-256 cc14c7e7404624aaba906c0df25e236483135a99ce922e409057ae58ddeb2aab

See more details on using hashes here.

File details

Details for the file gri_obs-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: gri_obs-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for gri_obs-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f17eba36c03132ce57266e50456184001d1f446f4fa0cc6b6a10d01cded6473e
MD5 73dc1ab1c7aa61319e5b3e8cf1a04b01
BLAKE2b-256 9bace552c9fefa9f71a25e375a8ffde223d554d18aafdc8f8edfc0c2481e1862

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.1 This release

2 files

0.3.0

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page