This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-521
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 46cf5ad Reduced datainbounds L2 test bbox to ease memory footprint
add 28573fe SDAP-469 - Support for data with elevation (#276)
add b05b474 Merge remote-tracking branch 'origin/develop' into SDAP-520
new c07b272 Merge branch 'SDAP-520' into SDAP-521
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)