1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-05 18:30:51 +00:00

Create data folder

This commit is contained in:
Carles Fernandez 2018-02-14 13:08:38 +01:00
parent d68bcc184a
commit 1f33daa210

View File

@ -167,7 +167,8 @@ run-experiment:
# Grab analysis and representation tools
- apt-get install -y octave
# 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
- tar xvfJ L2_signal_samples.tar.xz ./data/
- cd data