This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-497
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 16726c5 Build tool updates
add cf45e5a 1.3.0 to develop (#317)
add 28573fe SDAP-469 - Support for data with elevation (#276)
add c920ea3 SDAP-522 - Fixes for broken endpoints found by work for
SDAP-521 (#319)
add 0b3a521 Merge remote-tracking branch 'origin/develop' into SDAP-497
add ac226d3 Update changelog
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 16 +-
DISCLAIMER | 6 -
NOTICE | 4 +-
README | 6 +-
.../webservice/algorithms/DataInBoundsSearch.py | 96 ++++++-
analysis/webservice/algorithms/Heartbeat.py | 10 +-
analysis/webservice/algorithms/doms/StacCatalog.py | 2 +-
.../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 ++++++++++
.../nexus_tornado/app_builders/NexusAppBuilder.py | 2 +-
.../request/handlers/NexusRequestHandler.py | 8 +-
.../request/renderers/NexusJSONRenderer.py | 13 +
analysis/webservice/webmodel/NexusRequestObject.py | 39 +++
data-access/nexustiles/AbstractTileService.py | 3 +
.../nexustiles/backends/nexusproto/backend.py | 13 +
.../backends/nexusproto/dao/CassandraProxy.py | 32 +++
.../backends/nexusproto/dao/SolrProxy.py | 41 ++-
data-access/nexustiles/backends/zarr/backend.py | 5 +
data-access/nexustiles/model/nexusmodel.py | 17 +-
data-access/nexustiles/nexustiles.py | 88 ++++++
docker/nexus-webapp/Dockerfile | 4 +-
docker/solr/cloud-init/create-collection.py | 2 +
poetry.lock | 295 ++++++++++++---------
pyproject.toml | 5 +-
31 files changed, 779 insertions(+), 214 deletions(-)
delete mode 100644 DISCLAIMER