Skip to main content

GNSS data format readers for canVODpy

Project description

canvod-readers

GNSS data format readers for canVODpy.

Features

  • RINEX v3.04 Support: Complete reader for RINEX v3 observation files
  • Signal IDs: Unique identifiers for each GNSS signal (SV|BAND|CODE format)
  • xarray Integration: Convert observations to xarray Datasets
  • Automatic Validation: Header parsing and epoch completeness checking
  • Memory Efficient: Lazy iteration through large files
  • Flexible Filtering: Filter by GNSS system, frequency band, or code type

Installation

uv pip install canvod-readers

Quick Start

from pathlib import Path
from canvod.readers import Rnxv3Obs

# Load RINEX file
filepath = Path("path/to/rinex.25o")
reader = Rnxv3Obs(fpath=filepath)

# Convert to xarray Dataset
dataset = reader.to_ds(keep_rnx_data_vars=["SNR"])

# Filter GPS L1 signals
gps_l1 = dataset.where(
    (dataset.system == 'G') & (dataset.band == 'L1'),
    drop=True
)

Interactive Examples

View interactive examples using marimo notebooks:

# Edit mode (interactive development)
just marimo

# Presentation mode (read-only)
just marimo-present

Or directly:

uv run marimo edit docs/examples.py

Development

# Clone repository
git clone https://github.com/nfb2021/canvodpy.git
cd canvodpy/packages/canvod-readers

# Install dependencies
uv sync

# Run tests
just test

# Check code quality
just check

Documentation

License

Apache License 2.0

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

canvod_readers-0.2.0.tar.gz (19.1 MB view details)

Uploaded Source

Built Distribution

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

canvod_readers-0.2.0-py3-none-any.whl (19.2 MB view details)

Uploaded Python 3

File details

Details for the file canvod_readers-0.2.0.tar.gz.

File metadata

  • Download URL: canvod_readers-0.2.0.tar.gz
  • Upload date:
  • Size: 19.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for canvod_readers-0.2.0.tar.gz
Algorithm Hash digest
SHA256 05e9ea149482f64c9a1c69f47801ea2feb40e570f47d2823c89aa5457b1950f5
MD5 e3b5e99e520fc9e7c16a8f11b8d1d45f
BLAKE2b-256 4888d008b086e1d441c9dad14c78f6082160e3af08c7e777135f11435295a269

See more details on using hashes here.

File details

Details for the file canvod_readers-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: canvod_readers-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for canvod_readers-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b05c77ee3d8613f2d14afb442bf7b0b5d21cc9c0e054c4bce7d1c5331ce7e9c4
MD5 14a8bac57bd6992ba57bc7df40ccdc80
BLAKE2b-256 5c19d29d19b7e004781106ecd1a5e9bd59706806a7a9d50b2e8fa2c0b9da6c59

See more details on using hashes here.

Supported by

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