You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by nc...@apache.org on 2019/08/20 18:52:57 UTC

[incubator-sdap-edge] branch master updated: add quality flag parameter to icoads and samos config files

This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-edge.git


The following commit(s) were added to refs/heads/master by this push:
     new 03a5b72  add quality flag parameter to icoads and samos config files
     new 74dbf07  Merge pull request #5 from echyam/SDAP-202
03a5b72 is described below

commit 03a5b72c8f763d10d930e1d04c1c39c32f4a57fd
Author: echyam <el...@jpl.nasa.gov>
AuthorDate: Tue Aug 20 11:49:13 2019 -0700

    add quality flag parameter to icoads and samos config files
---
 src/main/python/plugins/icoads/json/plugin.conf | 2 +-
 src/main/python/plugins/samos/json/plugin.conf  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/python/plugins/icoads/json/plugin.conf b/src/main/python/plugins/icoads/json/plugin.conf
index 04438e6..7d3f13e 100644
--- a/src/main/python/plugins/icoads/json/plugin.conf
+++ b/src/main/python/plugins/icoads/json/plugin.conf
@@ -3,7 +3,7 @@ datasetUrl=http://localhost:8983/solr/icoads
 entriesPerPage=10
 maxEntriesPerPage=100000
 defaultSearchParam=keyword
-parameters=keyword,startTime,endTime,bbox,minDepth,maxDepth,variable,stats,platform,facet
+parameters=keyword,startTime,endTime,bbox,minDepth,maxDepth,qualityFlag,variable,stats,platform,facet
 facets={}
 
 [service]
diff --git a/src/main/python/plugins/samos/json/plugin.conf b/src/main/python/plugins/samos/json/plugin.conf
index 2df9aa0..32b9c7c 100644
--- a/src/main/python/plugins/samos/json/plugin.conf
+++ b/src/main/python/plugins/samos/json/plugin.conf
@@ -3,7 +3,7 @@ datasetUrl=http://localhost:8983/solr/samos
 entriesPerPage=10
 maxEntriesPerPage=100000
 defaultSearchParam=keyword
-parameters=keyword,startTime,endTime,bbox,minDepth,maxDepth,variable,stats,platform,facet
+parameters=keyword,startTime,endTime,bbox,minDepth,maxDepth,qualityFlag,variable,stats,platform,facet
 facets={}
 
 [service]