thunil / Deep-Flow-Prediction

A framework for fluid flow (Reynolds-averaged Navier Stokes) predictions with deep learning
Apache License 2.0
286 stars 117 forks source link

`download_airfoil.sh` fails - 404 #11

Closed Zymrael closed 2 years ago

Zymrael commented 2 years ago

Attempting to follow the instructions and download the airfoils by running the script ./download_arifoil.sh ends in a 404 error:

--2022-03-16 14:12:50--  http://m-selig.ae.illinois.edu/ads/archives/coord_seligFmt.tar.gz
Resolving m-selig.ae.illinois.edu (m-selig.ae.illinois.edu)... 18.220.149.166
Connecting to m-selig.ae.illinois.edu (m-selig.ae.illinois.edu)|18.220.149.166|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://m-selig.ae.illinois.edu/ads/archives/coord_seligFmt.tar.gz [following]
--2022-03-16 14:12:51--  https://m-selig.ae.illinois.edu/ads/archives/coord_seligFmt.tar.gz
Connecting to m-selig.ae.illinois.edu (m-selig.ae.illinois.edu)|18.220.149.166|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-16 14:12:51 ERROR 404: Not Found.

Have these files been upload elsewhere?

Thanks!