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

Uploaded Python 3

File details

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

File metadata

  • Download URL: canvod_readers-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 fceaf5a906ec95f0b7b70284422affc6a69559bc15e3c3a7a5dc3da879049ce5
MD5 e942b90adad18a85da38a3cfb8fe508a
BLAKE2b-256 b740ab26eca29c81f2906eb562e2a159a26ac4db24b8998ee83ebf12be8c05e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: canvod_readers-0.2.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ed4cb9a28d94a07f198b90e1a0b15ce4e87c6f4a9efd302f3d8ee946ee54674d
MD5 c1eb69126ecbcf3d0dc9be8e06c683a6
BLAKE2b-256 b88da4f152bb04c5c32d09b6f9a65552aff76fbcd52c24887b4b99d28dd20a75

See more details on using hashes here.

Provenance

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