You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most sample scripts require IGS data for processing. The data can be downloaded with a script, which must be called before the scripts can be executed:
6
+
7
+
```bash
8
+
cd ../data/samples
9
+
python3 igs_download.py
10
+
```
11
+
12
+
## QZSS CLAS and SLAS
5
13
6
14
The correction data for CLAS and SLAS is downloaded from QZS Web site (https://qzss.go.jp/en/).
7
15
Please check the following license term for these data set.
The files for the Galileo-HAS test script Galileo-HAS-SIS-ICD-1.0_Annex_D_HAS_Message_Decoding_Example.txt and Galileo-HAS-SIS-ICD_1.0_Annex_B_Reed_Solomon_Generator_Matrix.txt are embedded as appendix in the Galileo HAS-ICD.
25
+
The files for the Galileo-HAS test script `Galileo-HAS-SIS-ICD-1.0_Annex_D_HAS_Message_Decoding_Example.txt` and `Galileo-HAS-SIS-ICD_1.0_Annex_B_Reed_Solomon_Generator_Matrix.txt` are embedded as appendix in the Galileo HAS-ICD. The file with the HAS message decoding example in Annex D contains non-UTF-8 characters. These must be removed with:
18
26
19
-
The file with the HAS message decoding example in Annex D contains non-UTF-8 characters. These must be removed with
0 commit comments