Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 10, 2024
1 parent 7d103b1 commit 62ece42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions argopy/fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,11 +832,6 @@ def __init__(
_VALIDATORS["src"](self._src)

# Load data source access points:
if self._src == "localftp":
raise ValueError(
"The 'localftp' data source is deprecated. It's been replaced by 'gdac'."
)

if self._src not in AVAILABLE_INDEX_SOURCES:
raise InvalidFetcher(
"Requested index fetcher '%s' not available ! "
Expand Down
2 changes: 1 addition & 1 deletion argopy/stores/argo_index_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(
``argo_bio-profile_index.txt``, ``argo_synthetic-profile_index.txt``
or ``etc/argo-index/argo_aux-profile_index.txt``
You can also use the following keywords: ``core``, ``bgc-b``, ``bgc-s``.
You can also use the following keywords: ``core``, ``bgc-b``, ``bgc-s`` and ``aux``.
convention: str, default: None
Set the expected format convention of the index file. This is useful when trying to load index file with custom name. If set to ``None``, we'll try to infer the convention from the ``index_file`` value.
Possible values: ``ar_index_global_prof``, ``argo_bio-profile_index``, ``argo_synthetic-profile_index`` or ``argo_aux-profile_index``.
Expand Down

0 comments on commit 62ece42

Please sign in to comment.