Documentation Index
Master table of contents for the GNSSommelier repository.
Top-level
Document |
Description |
|---|---|
README |
Project overview, quick start, supported products and centers |
INSTALL |
Installation instructions |
LICENSE |
Project license |
Reference docs (docs/)
Document |
Description |
|---|---|
Five-layer architecture of |
|
GNSS product naming conventions, file formats, and product type catalogue |
|
Guide to the YAML configuration system (metadata, products, centers, local storage, dependencies, queries) |
Package READMEs
Package |
README |
Description |
|---|---|---|
|
README |
Bundled YAML data — analysis center configs, product definitions, format specs, local storage layouts |
|
README |
Core library — product discovery, query expansion, dependency resolution, download |
|
README |
Command-line interface — |
|
README |
PRIDE-PPPAR integration — RINEX in, kinematic positions out |
Inline source READMEs
These READMEs live next to the code they describe (all under packages/gnss-product-management/src/gnss_product_management/):
Path |
Topic |
|---|---|
|
|
|
Factory classes (query, resource, dependency) |
|
Lock-file tracking system |
|
Pydantic domain models |
|
Date math, decompression, naming helpers |
Examples
Package |
Script |
Description |
|---|---|---|
gnss-product-management |
Search all centers for a product type |
|
gnss-product-management |
Download from a single center |
|
pride-ppp |
Process one RINEX file end-to-end |
|
pride-ppp |
Batch-process multiple RINEX files |