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.1.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.1-py3-none-any.whl (19.2 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for canvod_readers-0.2.1.tar.gz
Algorithm Hash digest
SHA256 70056fde2e673a0f64a7c7bbe2687f666742327b2c92e4424c70e75df82204d4
MD5 d460ef8d1214fa6c8c8c4c07106ebf44
BLAKE2b-256 25be28e1d9773a3bbd1c6592a923f71bc9c88d3ceff1baacb703c2458f01aa01

See more details on using hashes here.

Provenance

The following attestation bundles were made for canvod_readers-0.2.1.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.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for canvod_readers-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 27a22c2737dc11e8fff7bc9e965c759c4127ccb18d78cac74f9fce27058381a3
MD5 d4ad1a0727ce2cee813747b7c889b0d7
BLAKE2b-256 15a41fd0c61fac079b9a9dd900bc5c087f0a2eb977783effb906d8859905691d

See more details on using hashes here.

Provenance

The following attestation bundles were made for canvod_readers-0.2.1-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