Skip to content

Commit

Permalink
Remove US GODAE ftp references
Browse files Browse the repository at this point in the history
Closes #320
  • Loading branch information
gmaze committed Jul 16, 2024
1 parent feecd02 commit 8102bfe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion argopy/stores/argo_index_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __init__(
)

elif "ftp" in split_protocol(host)[0]:
if "ifremer" not in host and "usgodae" not in host:
if "ifremer" not in host:
log.info(
"""Working with a non-official Argo ftp server: %s. Raise on issue if you wish to add your own to the valid list of FTP servers: https://github.com/euroargodev/argopy/issues/new?title=New%%20FTP%%20server"""
% host
Expand Down
1 change: 0 additions & 1 deletion argopy/tests/test_fetchers_data_gdac.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#'https://data-argo.ifremer.fr', # ok, but replaced by the mocked http server
mocked_server_address,
# 'ftp://ftp.ifremer.fr/ifremer/argo',
# 'ftp://usgodae.org/pub/outgoing/argo', # ok, but slow down CI and no need for 2 ftp tests
'MOCKFTP', # keyword to use the fake/mocked ftp server (running on localhost)
]

Expand Down
1 change: 0 additions & 1 deletion argopy/tests/test_fetchers_index_gdac.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#'https://data-argo.ifremer.fr',
mocked_server_address,
# 'ftp://ftp.ifremer.fr/ifremer/argo',
# 'ftp://usgodae.org/pub/outgoing/argo', # ok, but slow down CI and no need for 2 ftp tests
'MOCKFTP', # keyword to use the fake/mocked ftp server (running on localhost)
]

Expand Down
3 changes: 1 addition & 2 deletions docs/user-guide/fetching-argo-data/data_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,9 @@ specify the path toward your local copy of the GDAC ftp server with the
This is not an issue for expert users, but standard users may wonder how
to set this up. The primary distribution point for Argo data, the only
one with full support from data centers and with nearly a 100% time
availability, is the GDAC ftp. Two mirror servers are available:
availability, is the GDAC ftp. One server is available (the US GODAE mirror has been discontinued in 2024):

- France Coriolis: ftp://ftp.ifremer.fr/ifremer/argo
- US GODAE: ftp://usgodae.org/pub/outgoing/argo

If you want to get your own copy of the ftp server content, you have 2 options detailed below.

Expand Down

0 comments on commit 8102bfe

Please sign in to comment.