This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-511
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
from 573eb08 SDAP-508 report sat spatial extents (#295)
new 2a4e4b1 Edit import statements
new 58e00a9 poetry lock & pyproject toml
The 2 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:
.../algorithms/StandardDeviationSearch_test.py | 4 +-
.../tests/algorithms/longitudelatitudemap_test.py | 6 +-
.../tests/algorithms/test_base_doms_handler.py | 2 +-
analysis/tests/algorithms/test_subsetter.py | 2 +-
analysis/tests/algorithms_spark/test_matchup.py | 4 +-
.../tests/algorithms_spark/test_timeseriesspark.py | 4 +-
.../integration/algorithms_spark/test_matchup.py | 2 +-
analysis/tests/redirect/test_RemoteSDAPCache.py | 6 +-
analysis/tests/webapp_test.py | 2 +-
analysis/webservice/algorithms/Capabilities.py | 6 +-
analysis/webservice/algorithms/ColorBarHandler.py | 4 +-
analysis/webservice/algorithms/CorrelationMap.py | 6 +-
.../algorithms/DailyDifferenceAverage.py | 6 +-
.../webservice/algorithms/DataInBoundsSearch.py | 6 +-
analysis/webservice/algorithms/DataSeriesList.py | 10 +-
analysis/webservice/algorithms/DelayTest.py | 4 +-
analysis/webservice/algorithms/ErrorTosserTest.py | 4 +-
analysis/webservice/algorithms/Heartbeat.py | 4 +-
analysis/webservice/algorithms/HofMoeller.py | 6 +-
.../webservice/algorithms/LongitudeLatitudeMap.py | 6 +-
analysis/webservice/algorithms/MapFetchHandler.py | 6 +-
.../algorithms/StandardDeviationSearch.py | 6 +-
analysis/webservice/algorithms/TestInitializer.py | 2 +-
analysis/webservice/algorithms/TileSearch.py | 4 +-
analysis/webservice/algorithms/TimeAvgMap.py | 6 +-
analysis/webservice/algorithms/TimeSeries.py | 8 +-
analysis/webservice/algorithms/TimeSeriesSolr.py | 8 +-
.../webservice/algorithms/doms/BaseDomsHandler.py | 4 +-
.../webservice/algorithms/doms/DatasetListQuery.py | 6 +-
.../algorithms/doms/DomsInitialization.py | 2 +-
.../webservice/algorithms/doms/ExecutionCancel.py | 14 +-
.../webservice/algorithms/doms/ExecutionStatus.py | 8 +-
.../webservice/algorithms/doms/MatchupQuery.py | 2 +-
.../webservice/algorithms/doms/MetadataQuery.py | 6 +-
.../webservice/algorithms/doms/ResultsRetrieval.py | 4 +-
.../webservice/algorithms/doms/ResultsStorage.py | 4 +-
analysis/webservice/algorithms/doms/StacCatalog.py | 8 +-
analysis/webservice/algorithms/doms/StatsQuery.py | 4 +-
analysis/webservice/algorithms/doms/ValuesQuery.py | 4 +-
.../webservice/algorithms/doms/fetchedgeimpl.py | 2 +-
analysis/webservice/algorithms/doms/insitu.py | 2 +-
.../webservice/algorithms/doms/insitusubset.py | 6 +-
analysis/webservice/algorithms/doms/subsetter.py | 6 +-
.../webservice/algorithms_spark/ClimMapSpark.py | 6 +-
.../webservice/algorithms_spark/CorrMapSpark.py | 6 +-
.../DailyDifferenceAverageSpark.py | 6 +-
.../webservice/algorithms_spark/HofMoellerSpark.py | 8 +-
analysis/webservice/algorithms_spark/Matchup.py | 18 +-
.../webservice/algorithms_spark/MatchupDoms.py | 14 +-
.../algorithms_spark/MaximaMinimaSpark.py | 6 +-
.../algorithms_spark/NexusCalcSparkHandler.py | 6 +-
.../NexusCalcSparkTornadoHandler.py | 2 +-
.../webservice/algorithms_spark/TimeAvgMapSpark.py | 6 +-
.../webservice/algorithms_spark/TimeSeriesSpark.py | 10 +-
.../webservice/algorithms_spark/VarianceSpark.py | 6 +-
.../app_builders/HandlerArgsBuilder.py | 2 +-
.../nexus_tornado/app_builders/NexusAppBuilder.py | 4 +-
.../app_builders/RedirectAppBuilder.py | 4 +-
.../request/handlers/NexusRequestHandler.py | 6 +-
.../request/renderers/NexusCSVRenderer.py | 2 +-
.../request/renderers/NexusNETCDFRenderer.py | 2 +-
.../request/renderers/NexusPNGRenderer.py | 2 +-
.../request/renderers/NexusZIPRenderer.py | 2 +-
analysis/webservice/redirect/RedirectHandler.py | 2 +-
.../webservice/redirect/RemoteCollectionMatcher.py | 2 +-
analysis/webservice/webapp.py | 7 +-
analysis/webservice/webapp_livy.py | 4 +-
analysis/webservice/webmodel/Exceptions.py | 2 +-
analysis/webservice/webmodel/NexusRequestObject.py | 4 +-
.../webmodel/NexusRequestObjectTornadoFree.py | 4 +-
analysis/webservice/webmodel/NexusResults.py | 2 +-
poetry.lock | 1899 ++++++++++++++++++++
pyproject.toml | 60 +
tools/doms-data-tools/update_values_type.py | 2 +-
74 files changed, 2143 insertions(+), 179 deletions(-)
create mode 100644 poetry.lock
create mode 100644 pyproject.toml