mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +00:00
Create data folder
This commit is contained in:
parent
d68bcc184a
commit
1f33daa210
@ -167,7 +167,8 @@ run-experiment:
|
|||||||
# Grab analysis and representation tools
|
# Grab analysis and representation tools
|
||||||
- apt-get install -y octave
|
- apt-get install -y octave
|
||||||
# Grab the data set
|
# Grab the data set
|
||||||
- apt-get install -y curl xz-utils
|
- mkdir data
|
||||||
|
- apt-get install -y curl
|
||||||
- curl https://zenodo.org/record/1172670/files/L2_signal_samples.tar.xz --output L2_signal_samples.tar.xz
|
- curl https://zenodo.org/record/1172670/files/L2_signal_samples.tar.xz --output L2_signal_samples.tar.xz
|
||||||
- tar xvfJ L2_signal_samples.tar.xz ./data/
|
- tar xvfJ L2_signal_samples.tar.xz ./data/
|
||||||
- cd data
|
- cd data
|
||||||
|
Loading…
Reference in New Issue
Block a user