Skip to content

Commit

Permalink
feat: add convert from rbf to rinex tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi-rokubun committed Jan 8, 2024
1 parent c596fc9 commit 3825988
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added docs/images/jason_converter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Convert from rbf to Rinex v3

### Using JASON GNSS Converter

[JASON GNSS Converter](https://jason.rokubun.cat/converter) is free to use, but it requries having an account.

1. Choose or drop the rbf file.
2. Press *CONVERT FILE* button.
3. Press *DOWNLOAD RESULTS (.ZIP)* button.

<img src="/images/jason_converter.png" style="width: auto; border: 1px solid black;" />

### Using RTKLIB
Use the following command from [RTKLIB]( https://rtklib.com/):

`convbin -r ubx -f 10 -scan -v 3 -od -os <file_to_convert.rbf>`


## Change country

Steps to change the country assigned to the device, which is used in the filename of the generated RINEX files.
Expand Down

0 comments on commit 3825988

Please sign in to comment.