Skip to main content

Collection of GNSS data readers for GNSS-Transmissometry

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.3.tar.gz (19.5 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.3-py3-none-any.whl (19.5 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: canvod_readers-0.2.3.tar.gz
  • Upload date:
  • Size: 19.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for canvod_readers-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e82c64dc168e4ca9372dd110b53f2a53291ee1ef51d80c8fbb448d6951bdedc5
MD5 fdfc706ed52ba81787de0a09bebb50a2
BLAKE2b-256 c2a9638dea346e68e7eb763bfd64691e042081ff849d3e1b066997f32ef5f46a

See more details on using hashes here.

Provenance

The following attestation bundles were made for canvod_readers-0.2.3.tar.gz:

Publisher: publish_pypi.yml on nfb2021/canvodpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: canvod_readers-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 19.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for canvod_readers-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9431078d5aebcd8cb465d1efb83005deae6ff807448006b064928699722ec464
MD5 6db01a0bddd9b1c92ea22a7b9e7d2007
BLAKE2b-256 2c813ba3e8625e32cebe02283a537b4dff9bdb52756df8fb8c0118147d56c58b

See more details on using hashes here.

Provenance

The following attestation bundles were made for canvod_readers-0.2.3-py3-none-any.whl:

Publisher: publish_pypi.yml on nfb2021/canvodpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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