Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getalm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TEMP="/tmp";
cd $TEMP
rm -f $TEMP/$FN

wget https://geodesy.noaa.gov/corsdata/cors/rinex/20$YEAR/$DAY/$FN.gz
wget https://geodesy.noaa.gov/corsdata/rinex/20$YEAR/$DAY/$FN.gz
# wget ftp://alt.ngs.noaa.gov/cors/rinex/20$YEAR/$DAY/$FN.gz
if [ -s $TEMP/$FN.gz ] ; then
echo noaa ok
Expand Down