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
- Interactive examples:
docs/examples.py(marimo notebook) - Full 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fceaf5a906ec95f0b7b70284422affc6a69559bc15e3c3a7a5dc3da879049ce5
|
|
| MD5 |
e942b90adad18a85da38a3cfb8fe508a
|
|
| BLAKE2b-256 |
b740ab26eca29c81f2906eb562e2a159a26ac4db24b8998ee83ebf12be8c05e5
|
Provenance
The following attestation bundles were made for canvod_readers-0.2.2.tar.gz:
Publisher:
publish_pypi.yml on nfb2021/canvodpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
canvod_readers-0.2.2.tar.gz -
Subject digest:
fceaf5a906ec95f0b7b70284422affc6a69559bc15e3c3a7a5dc3da879049ce5 - Sigstore transparency entry: 1246090660
- Sigstore integration time:
-
Permalink:
nfb2021/canvodpy@fd68655fb26cd1ca92d020baabe1ab2949795fd0 -
Branch / Tag:
refs/tags/v0.2.2 - Owner: https://github.com/nfb2021
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi.yml@fd68655fb26cd1ca92d020baabe1ab2949795fd0 -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed4cb9a28d94a07f198b90e1a0b15ce4e87c6f4a9efd302f3d8ee946ee54674d
|
|
| MD5 |
c1eb69126ecbcf3d0dc9be8e06c683a6
|
|
| BLAKE2b-256 |
b88da4f152bb04c5c32d09b6f9a65552aff76fbcd52c24887b4b99d28dd20a75
|
Provenance
The following attestation bundles were made for canvod_readers-0.2.2-py3-none-any.whl:
Publisher:
publish_pypi.yml on nfb2021/canvodpy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
canvod_readers-0.2.2-py3-none-any.whl -
Subject digest:
ed4cb9a28d94a07f198b90e1a0b15ce4e87c6f4a9efd302f3d8ee946ee54674d - Sigstore transparency entry: 1246090706
- Sigstore integration time:
-
Permalink:
nfb2021/canvodpy@fd68655fb26cd1ca92d020baabe1ab2949795fd0 -
Branch / Tag:
refs/tags/v0.2.2 - Owner: https://github.com/nfb2021
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_pypi.yml@fd68655fb26cd1ca92d020baabe1ab2949795fd0 -
Trigger Event:
push
-
Statement type: