This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch SDAP-505b in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 81ff2e44380e5a20ec9d274c75bd5ef8ad8c191f Author: skorper <[email protected]> AuthorDate: Wed Mar 6 10:31:01 2024 -0800 update NCAR insitu url --- analysis/webservice/algorithms/doms/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py index 40cf4f6..8b3f1fb 100644 --- a/analysis/webservice/algorithms/doms/config.py +++ b/analysis/webservice/algorithms/doms/config.py @@ -29,7 +29,7 @@ INSITU_PROVIDER_MAP = [ }, { 'name': 'NCAR', - 'endpoint': 'http://rda-work.ucar.edu:8890/ws/search/icoads', + 'endpoint': 'https://rda-work.ucar.edu/ws/search/icoads', 'projects': [ { 'name': 'ICOADS Release 3.0',
