This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am emilecantin on github. | |
* I am emilecantin (https://keybase.io/emilecantin) on keybase. | |
* I have a public key whose fingerprint is 1FE3 CB26 A324 9496 2E46 6758 7A7D B1C3 ADCD 07FF | |
To claim this, I am signing this object: |
This file contains hidden or 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
mkdir `date "+%Y-%m-%d"` | |
cd `date "+%Y-%m-%d"` | |
curl http://tgftp.nws.noaa.gov/fax/PYAA12.TIF > 1-surfacemap.tif | |
sips -r 90 1-surfacemap.tif | |
curl http://tgftp.nws.noaa.gov/fax/PPAE10.TIF > 2-24h_forecast.tif | |
curl http://tgftp.nws.noaa.gov/fax/QDTM10.TIF > 3-48h_forecast.tif |