Download high-precision SP3 orbit and NAV navigation files from the Garner UCSD global archive.
| Date | File Name | Type | Size | Status | Action |
|---|
Note: Some stations may not have Navigation files in this archive. If your data is missing, please check the External Archives in the sidebar.
Download large GNSS datasets locally using our Python scripts. Supports all 5 archives (Garner, BKG, IGN, TrigNet, AfrefData).
# Interactive mode
python gnss_bulk_downloader_v2.py
# CLI mode
python gnss_bulk_downloader_v2.py --stations HARB,HRAG --start 2024-01-01 --end 2024-01-31 --data-types obs,nav
# All stations
python gnss_bulk_downloader_v2.py --stations ALL --start 2024-01-01 --end 2024-01-31 --data-types obs
# By country
python gnss_bulk_downloader_v2.py --stations "South Africa" --start 2024-01-01 --end 2024-12-31
# Interactive mode
python gnss_bulk_downloader.py
# Single station
python gnss_bulk_downloader.py --stations ADIS --start 2024-001 --end 2024-010 --types obs nav
# Multiple stations
python gnss_bulk_downloader.py --stations ADIS HARB DEAR --start 2023-060 --end 2023-090 --types obs
# By archive
python gnss_bulk_downloader.py --archive garner --start 2024-001 --end 2024-030 --types obs nav
Some countries or stations require user registration/credentials to access their data. Click the copy icon to copy FTP links (FTP links cannot be opened in browser).