This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-520
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 7dcb19c Attempt to fix the many Sphinx warnings on build
add 28573fe SDAP-469 - Support for data with elevation (#276)
add b05b474 Merge remote-tracking branch 'origin/develop' into SDAP-520
No new revisions were added by this update.
Summary of changes:
.../webservice/algorithms/DataInBoundsSearch.py | 96 ++++++++++++--
.../webservice/algorithms_spark/ClimMapSpark.py | 2 +-
.../webservice/algorithms_spark/CorrMapSpark.py | 2 +-
.../DailyDifferenceAverageSpark.py | 14 +-
.../webservice/algorithms_spark/HofMoellerSpark.py | 20 ++-
.../algorithms_spark/MaximaMinimaSpark.py | 24 +++-
.../webservice/algorithms_spark/TimeAvgMapSpark.py | 18 ++-
.../webservice/algorithms_spark/TimeSeriesSpark.py | 32 +++--
.../webservice/algorithms_spark/VarianceSpark.py | 30 +++--
analysis/webservice/apidocs/openapi.yml | 144 +++++++++++++++++++++
.../request/handlers/NexusRequestHandler.py | 8 +-
.../request/renderers/NexusJSONRenderer.py | 13 ++
analysis/webservice/webmodel/NexusRequestObject.py | 39 ++++++
.../nexustiles/backends/nexusproto/backend.py | 5 +
.../backends/nexusproto/dao/CassandraProxy.py | 32 +++++
.../backends/nexusproto/dao/SolrProxy.py | 41 +++++-
data-access/nexustiles/model/nexusmodel.py | 17 ++-
data-access/nexustiles/nexustiles.py | 72 +++++++++++
docker/nexus-webapp/Dockerfile | 2 +-
docker/solr/cloud-init/create-collection.py | 2 +
20 files changed, 555 insertions(+), 58 deletions(-)