You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2024/03/06 20:03:37 UTC

(incubator-sdap-nexus) branch SDAP-505b updated: add endpoint for getting insitu units

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


The following commit(s) were added to refs/heads/SDAP-505b by this push:
     new 101ff59  add endpoint for getting insitu units
101ff59 is described below

commit 101ff59e8f4260c840ae21e189dfd8b4dcdf4931
Author: skorper <st...@gmail.com>
AuthorDate: Wed Mar 6 12:03:31 2024 -0800

    add endpoint for getting insitu units
---
 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 8b3f1fb..e3e5cf3 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 INSITU_API_ENDPOINT = 'https://doms.jpl.nasa.gov/insitu/1.0/query_data_doms_custom_pagination'
-INSITU_API_SCHEMA_ENDPOINT = None
+INSITU_API_SCHEMA_ENDPOINT = 'https://doms.jpl.nasa.gov/in_situ_schema.json'
 
 INSITU_PROVIDER_MAP = [
     {