Created
November 23, 2019 22:42
-
-
Save ahupowerdns/9f988c954446881ddf573053612cc25b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for a in {1774..2080} | |
do for b in {0..6} | |
do | |
wget http://navigation-office.esa.int/products/gnss-products/$a/esr${a}$b.erp.Z | |
done | |
done | |
zcat esr20805.erp.Z | grep MJD > erp.csv | |
zcat *.Z | grep ^5 | sort -n >> erp.raw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment