Menu

#24 wget line in basemap.gs needs to be updated.

Win32
open
nobody
None
5
2019-05-23
2019-05-23
No

Grads version: grads-2.2.1.oga.1-win32_superpack.exe
Installed and tested on 23 May 2019.
The URL for wget in the basemap.gs is outdated.
The original is:

* Get the polygon file from COLA if we do not have it
wget_it = 'wget ftp://grads.iges.org/grads/scripts/'file' .'
scrp = 'if test -e ' file '; then true; else ' wget_it '; fi'
'! bash -c "'scrp'"'

It should be changed into:

* Get the polygon file from COLA if we do not have it
wget_it = 'wget ftp://cola.gmu.edu/grads/scripts/'file' .'
scrp = 'if test -e ' file '; then true; else ' wget_it '; fi'
'! bash -c "'scrp'"'

Actually all the opengrads versions needs to be updated.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.