Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agutoli/gnss-rinex
GNSS networks library to retrieve/merge Rinex files.
https://github.com/agutoli/gnss-rinex
gnss gps navigation noaa ordnancesurvey rinex3 satellite
Last synced: about 2 months ago
JSON representation
GNSS networks library to retrieve/merge Rinex files.
- Host: GitHub
- URL: https://github.com/agutoli/gnss-rinex
- Owner: agutoli
- Created: 2020-02-11T15:14:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T00:02:33.000Z (over 2 years ago)
- Last Synced: 2023-03-13T02:01:54.437Z (almost 2 years ago)
- Topics: gnss, gps, navigation, noaa, ordnancesurvey, rinex3, satellite
- Language: JavaScript
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
`npm install gnss-rinex -g`
## Usage
### Retrieve rinex from noaa network
`$ rinex auscors alby 2020-09-09T00:00:00Z 2020-09-09T10:00:00Z -o ./demo_output.obs -vv`
### Retrieve rinex from Geoscience Australia GNSS network
`# rinex noaa 1lsu 2020-09-09T00:00:00Z 2020-09-09T10:00:00Z -o ./demo_output.obs -vv`## Help
`rinex -h`
usage: rinex [-h] [-v] [-o OUTPUT] [-vv]
{noaa,auscors,ordnancesurvey} baseId date_start date_endLibrary to help grab Rinex observations from GNSS networks
Positional arguments:
{noaa,auscors,ordnancesurvey}
GNSS network adapter service
baseId base station ID
date_start Initial date range ex. ISO 2020-09-09T00:00:00Z
date_end Final date range ex. ISO 2020-09-09T00:00:00ZOptional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
-o OUTPUT, --output OUTPUT
Output observation rinex file
-vv, --verbose Verbose mode