added apache license header to all py files
Project: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/commit/d31b33f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/tree/d31b33f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/diff/d31b33f3 Branch: refs/heads/master Commit: d31b33f3c14d60519f88f496161ece95e581efbb Parents: f73d912 Author: Frank Greguska <[email protected]> Authored: Thu Jan 11 10:43:40 2018 -0800 Committer: Frank Greguska <[email protected]> Committed: Thu Jan 11 10:43:40 2018 -0800 ---------------------------------------------------------------------- analysis/setup.py | 14 ++++++++++++++ analysis/test.py | 14 ++++++++++++++ analysis/tests/__init__.py | 14 ++++++++++++++ .../algorithms/StandardDeviationSearch_test.py | 14 ++++++++++++++ .../algorithms/longitudelatitudemap_test.py | 14 ++++++++++++++ analysis/tests/algorithms_spark/Matchup_test.py | 14 ++++++++++++++ analysis/tests/algorithms_spark/__init__.py | 14 ++++++++++++++ analysis/webservice/Filtering.py | 14 ++++++++++++++ analysis/webservice/GenerateImageMRF.py | 14 ++++++++++++++ analysis/webservice/LayerConfig.py | 14 ++++++++++++++ analysis/webservice/NexusHandler.py | 14 ++++++++++++++ analysis/webservice/WorkflowDriver.py | 14 ++++++++++++++ analysis/webservice/__init__.py | 14 ++++++++++++++ analysis/webservice/algorithms/Capabilities.py | 14 ++++++++++++++ .../webservice/algorithms/ColorBarHandler.py | 14 ++++++++++++++ .../webservice/algorithms/CorrelationMap.py | 14 ++++++++++++++ .../algorithms/DailyDifferenceAverage.py | 14 ++++++++++++++ .../webservice/algorithms/DataInBoundsSearch.py | 14 ++++++++++++++ .../webservice/algorithms/DataSeriesList.py | 14 ++++++++++++++ analysis/webservice/algorithms/DelayTest.py | 14 ++++++++++++++ .../webservice/algorithms/ErrorTosserTest.py | 14 ++++++++++++++ analysis/webservice/algorithms/Heartbeat.py | 14 ++++++++++++++ analysis/webservice/algorithms/HofMoeller.py | 14 ++++++++++++++ .../algorithms/LongitudeLatitudeMap.py | 14 ++++++++++++++ .../webservice/algorithms/MapFetchHandler.py | 14 ++++++++++++++ .../algorithms/StandardDeviationSearch.py | 14 ++++++++++++++ .../webservice/algorithms/TestInitializer.py | 14 ++++++++++++++ analysis/webservice/algorithms/TileSearch.py | 14 ++++++++++++++ analysis/webservice/algorithms/TimeAvgMap.py | 14 ++++++++++++++ analysis/webservice/algorithms/TimeSeries.py | 14 ++++++++++++++ .../webservice/algorithms/TimeSeriesSolr.py | 14 ++++++++++++++ analysis/webservice/algorithms/__init__.py | 14 ++++++++++++++ analysis/webservice/algorithms/colortables.py | 14 ++++++++++++++ .../algorithms/doms/BaseDomsHandler.py | 14 ++++++++++++++ .../algorithms/doms/DatasetListQuery.py | 14 ++++++++++++++ .../algorithms/doms/DomsInitialization.py | 14 ++++++++++++++ .../webservice/algorithms/doms/MatchupQuery.py | 14 ++++++++++++++ .../webservice/algorithms/doms/MetadataQuery.py | 14 ++++++++++++++ .../algorithms/doms/ResultsPlotQuery.py | 14 ++++++++++++++ .../algorithms/doms/ResultsRetrieval.py | 14 ++++++++++++++ .../algorithms/doms/ResultsStorage.py | 14 ++++++++++++++ .../webservice/algorithms/doms/StatsQuery.py | 14 ++++++++++++++ .../webservice/algorithms/doms/ValuesQuery.py | 14 ++++++++++++++ analysis/webservice/algorithms/doms/__init__.py | 14 ++++++++++++++ analysis/webservice/algorithms/doms/config.py | 14 ++++++++++++++ .../webservice/algorithms/doms/datafetch.py | 14 ++++++++++++++ .../webservice/algorithms/doms/fetchedgeimpl.py | 14 ++++++++++++++ analysis/webservice/algorithms/doms/geo.py | 14 ++++++++++++++ .../webservice/algorithms/doms/histogramplot.py | 14 ++++++++++++++ .../webservice/algorithms/doms/insitusubset.py | 14 ++++++++++++++ analysis/webservice/algorithms/doms/mapplot.py | 14 ++++++++++++++ .../webservice/algorithms/doms/scatterplot.py | 14 ++++++++++++++ .../webservice/algorithms/doms/subsetter.py | 14 ++++++++++++++ analysis/webservice/algorithms/doms/values.py | 14 ++++++++++++++ .../webservice/algorithms/doms/workerthread.py | 14 ++++++++++++++ .../webservice/algorithms_spark/ClimMapSpark.py | 14 ++++++++++++++ .../webservice/algorithms_spark/CorrMapSpark.py | 14 ++++++++++++++ .../DailyDifferenceAverageSpark.py | 14 ++++++++++++++ .../algorithms_spark/HofMoellerSpark.py | 14 ++++++++++++++ analysis/webservice/algorithms_spark/Matchup.py | 14 ++++++++++++++ .../algorithms_spark/TimeAvgMapSpark.py | 14 ++++++++++++++ .../algorithms_spark/TimeSeriesSpark.py | 14 ++++++++++++++ .../webservice/algorithms_spark/__init__.py | 14 ++++++++++++++ analysis/webservice/matserver.py | 14 ++++++++++++++ analysis/webservice/plotting.py | 14 ++++++++++++++ analysis/webservice/webapp.py | 20 ++++++++++++++++++++ analysis/webservice/webmodel.py | 14 ++++++++++++++ 67 files changed, 944 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/setup.py ---------------------------------------------------------------------- diff --git a/analysis/setup.py b/analysis/setup.py index 79209c2..19cdd5e 100644 --- a/analysis/setup.py +++ b/analysis/setup.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/test.py ---------------------------------------------------------------------- diff --git a/analysis/test.py b/analysis/test.py index 85a3ef1..5b31f36 100644 --- a/analysis/test.py +++ b/analysis/test.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/tests/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/tests/__init__.py b/analysis/tests/__init__.py index 76c37c9..27c8676 100644 --- a/analysis/tests/__init__.py +++ b/analysis/tests/__init__.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/tests/algorithms/StandardDeviationSearch_test.py ---------------------------------------------------------------------- diff --git a/analysis/tests/algorithms/StandardDeviationSearch_test.py b/analysis/tests/algorithms/StandardDeviationSearch_test.py index 8ba9796..5e1ba03 100644 --- a/analysis/tests/algorithms/StandardDeviationSearch_test.py +++ b/analysis/tests/algorithms/StandardDeviationSearch_test.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/tests/algorithms/longitudelatitudemap_test.py ---------------------------------------------------------------------- diff --git a/analysis/tests/algorithms/longitudelatitudemap_test.py b/analysis/tests/algorithms/longitudelatitudemap_test.py index f6d83b0..8bf340e 100644 --- a/analysis/tests/algorithms/longitudelatitudemap_test.py +++ b/analysis/tests/algorithms/longitudelatitudemap_test.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/tests/algorithms_spark/Matchup_test.py ---------------------------------------------------------------------- diff --git a/analysis/tests/algorithms_spark/Matchup_test.py b/analysis/tests/algorithms_spark/Matchup_test.py index 75062d9..f252b95 100644 --- a/analysis/tests/algorithms_spark/Matchup_test.py +++ b/analysis/tests/algorithms_spark/Matchup_test.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/tests/algorithms_spark/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/tests/algorithms_spark/__init__.py b/analysis/tests/algorithms_spark/__init__.py index 76c37c9..27c8676 100644 --- a/analysis/tests/algorithms_spark/__init__.py +++ b/analysis/tests/algorithms_spark/__init__.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/Filtering.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/Filtering.py b/analysis/webservice/Filtering.py index 3fa7351..348768e 100644 --- a/analysis/webservice/Filtering.py +++ b/analysis/webservice/Filtering.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/GenerateImageMRF.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/GenerateImageMRF.py b/analysis/webservice/GenerateImageMRF.py index 2fd41cb..460503c 100644 --- a/analysis/webservice/GenerateImageMRF.py +++ b/analysis/webservice/GenerateImageMRF.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2017 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/LayerConfig.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/LayerConfig.py b/analysis/webservice/LayerConfig.py index 12f66d5..5a9eba5 100644 --- a/analysis/webservice/LayerConfig.py +++ b/analysis/webservice/LayerConfig.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/NexusHandler.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/NexusHandler.py b/analysis/webservice/NexusHandler.py index c51577e..463198e 100644 --- a/analysis/webservice/NexusHandler.py +++ b/analysis/webservice/NexusHandler.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/WorkflowDriver.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/WorkflowDriver.py b/analysis/webservice/WorkflowDriver.py index 9aebd2c..e24f9f5 100644 --- a/analysis/webservice/WorkflowDriver.py +++ b/analysis/webservice/WorkflowDriver.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import argparse from algorithms.MapFetchHandler import MapFetchHandler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/__init__.py b/analysis/webservice/__init__.py index e69de29..6acb5d1 100644 --- a/analysis/webservice/__init__.py +++ b/analysis/webservice/__init__.py @@ -0,0 +1,14 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/Capabilities.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/Capabilities.py b/analysis/webservice/algorithms/Capabilities.py index 0477e67..0c92df5 100644 --- a/analysis/webservice/algorithms/Capabilities.py +++ b/analysis/webservice/algorithms/Capabilities.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/ColorBarHandler.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/ColorBarHandler.py b/analysis/webservice/algorithms/ColorBarHandler.py index 71ffcc1..9049777 100644 --- a/analysis/webservice/algorithms/ColorBarHandler.py +++ b/analysis/webservice/algorithms/ColorBarHandler.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import json import math import time http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/CorrelationMap.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/CorrelationMap.py b/analysis/webservice/algorithms/CorrelationMap.py index e96bbdf..7a49c21 100644 --- a/analysis/webservice/algorithms/CorrelationMap.py +++ b/analysis/webservice/algorithms/CorrelationMap.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/DailyDifferenceAverage.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/DailyDifferenceAverage.py b/analysis/webservice/algorithms/DailyDifferenceAverage.py index 67d9b2d..ea13566 100644 --- a/analysis/webservice/algorithms/DailyDifferenceAverage.py +++ b/analysis/webservice/algorithms/DailyDifferenceAverage.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/DataInBoundsSearch.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/DataInBoundsSearch.py b/analysis/webservice/algorithms/DataInBoundsSearch.py index 5399049..019c104 100644 --- a/analysis/webservice/algorithms/DataInBoundsSearch.py +++ b/analysis/webservice/algorithms/DataInBoundsSearch.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/DataSeriesList.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/DataSeriesList.py b/analysis/webservice/algorithms/DataSeriesList.py index 10ca4a6..8768832 100644 --- a/analysis/webservice/algorithms/DataSeriesList.py +++ b/analysis/webservice/algorithms/DataSeriesList.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/DelayTest.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/DelayTest.py b/analysis/webservice/algorithms/DelayTest.py index 85bdb8c..cb8a9f8 100644 --- a/analysis/webservice/algorithms/DelayTest.py +++ b/analysis/webservice/algorithms/DelayTest.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/ErrorTosserTest.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/ErrorTosserTest.py b/analysis/webservice/algorithms/ErrorTosserTest.py index 3f791d5..820bb41 100644 --- a/analysis/webservice/algorithms/ErrorTosserTest.py +++ b/analysis/webservice/algorithms/ErrorTosserTest.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/Heartbeat.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/Heartbeat.py b/analysis/webservice/algorithms/Heartbeat.py index 7156610..6498cdc 100644 --- a/analysis/webservice/algorithms/Heartbeat.py +++ b/analysis/webservice/algorithms/Heartbeat.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/HofMoeller.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/HofMoeller.py b/analysis/webservice/algorithms/HofMoeller.py index 98cff8d..961a1a9 100644 --- a/analysis/webservice/algorithms/HofMoeller.py +++ b/analysis/webservice/algorithms/HofMoeller.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/LongitudeLatitudeMap.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/LongitudeLatitudeMap.py b/analysis/webservice/algorithms/LongitudeLatitudeMap.py index 6a2ceeb..7986159 100644 --- a/analysis/webservice/algorithms/LongitudeLatitudeMap.py +++ b/analysis/webservice/algorithms/LongitudeLatitudeMap.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/MapFetchHandler.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/MapFetchHandler.py b/analysis/webservice/algorithms/MapFetchHandler.py index 5c90389..7abf1f6 100644 --- a/analysis/webservice/algorithms/MapFetchHandler.py +++ b/analysis/webservice/algorithms/MapFetchHandler.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import calendar import errno import io http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/StandardDeviationSearch.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/StandardDeviationSearch.py b/analysis/webservice/algorithms/StandardDeviationSearch.py index 002a45d..1807d43 100644 --- a/analysis/webservice/algorithms/StandardDeviationSearch.py +++ b/analysis/webservice/algorithms/StandardDeviationSearch.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/TestInitializer.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/TestInitializer.py b/analysis/webservice/algorithms/TestInitializer.py index e6a8ba1..7cfe749 100644 --- a/analysis/webservice/algorithms/TestInitializer.py +++ b/analysis/webservice/algorithms/TestInitializer.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/TileSearch.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/TileSearch.py b/analysis/webservice/algorithms/TileSearch.py index 4550803..8a1600b 100644 --- a/analysis/webservice/algorithms/TileSearch.py +++ b/analysis/webservice/algorithms/TileSearch.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/TimeAvgMap.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/TimeAvgMap.py b/analysis/webservice/algorithms/TimeAvgMap.py index 76a3dd2..32b0c63 100644 --- a/analysis/webservice/algorithms/TimeAvgMap.py +++ b/analysis/webservice/algorithms/TimeAvgMap.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/TimeSeries.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/TimeSeries.py b/analysis/webservice/algorithms/TimeSeries.py index c7eba5c..277893b 100644 --- a/analysis/webservice/algorithms/TimeSeries.py +++ b/analysis/webservice/algorithms/TimeSeries.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/TimeSeriesSolr.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/TimeSeriesSolr.py b/analysis/webservice/algorithms/TimeSeriesSolr.py index f69200d..9a11109 100644 --- a/analysis/webservice/algorithms/TimeSeriesSolr.py +++ b/analysis/webservice/algorithms/TimeSeriesSolr.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/__init__.py b/analysis/webservice/algorithms/__init__.py index 23cc335..3c0a737 100644 --- a/analysis/webservice/algorithms/__init__.py +++ b/analysis/webservice/algorithms/__init__.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/colortables.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/colortables.py b/analysis/webservice/algorithms/colortables.py index 7215db9..0a59a61 100644 --- a/analysis/webservice/algorithms/colortables.py +++ b/analysis/webservice/algorithms/colortables.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. grayscale = [ [0, 0, 0], [255, 255, 255] http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/BaseDomsHandler.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/BaseDomsHandler.py b/analysis/webservice/algorithms/doms/BaseDomsHandler.py index 75a4488..53ee104 100644 --- a/analysis/webservice/algorithms/doms/BaseDomsHandler.py +++ b/analysis/webservice/algorithms/doms/BaseDomsHandler.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import StringIO import csv import json http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/DatasetListQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/DatasetListQuery.py b/analysis/webservice/algorithms/doms/DatasetListQuery.py index d7ee101..1a6c40e 100644 --- a/analysis/webservice/algorithms/doms/DatasetListQuery.py +++ b/analysis/webservice/algorithms/doms/DatasetListQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import json import traceback http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/DomsInitialization.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/DomsInitialization.py b/analysis/webservice/algorithms/doms/DomsInitialization.py index 70d63d1..c68d99d 100644 --- a/analysis/webservice/algorithms/doms/DomsInitialization.py +++ b/analysis/webservice/algorithms/doms/DomsInitialization.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/MatchupQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/MatchupQuery.py b/analysis/webservice/algorithms/doms/MatchupQuery.py index 0076600..0b39eaa 100644 --- a/analysis/webservice/algorithms/doms/MatchupQuery.py +++ b/analysis/webservice/algorithms/doms/MatchupQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import math import uuid from datetime import datetime http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/MetadataQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/MetadataQuery.py b/analysis/webservice/algorithms/doms/MetadataQuery.py index 648dff0..c0db10f 100644 --- a/analysis/webservice/algorithms/doms/MetadataQuery.py +++ b/analysis/webservice/algorithms/doms/MetadataQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import json import requests http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/ResultsPlotQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/ResultsPlotQuery.py b/analysis/webservice/algorithms/doms/ResultsPlotQuery.py index 05800f0..3041a09 100644 --- a/analysis/webservice/algorithms/doms/ResultsPlotQuery.py +++ b/analysis/webservice/algorithms/doms/ResultsPlotQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import BaseDomsHandler import histogramplot import mapplot http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/ResultsRetrieval.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/ResultsRetrieval.py b/analysis/webservice/algorithms/doms/ResultsRetrieval.py index 4dc982b..865032a 100644 --- a/analysis/webservice/algorithms/doms/ResultsRetrieval.py +++ b/analysis/webservice/algorithms/doms/ResultsRetrieval.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import uuid import BaseDomsHandler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/ResultsStorage.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/ResultsStorage.py b/analysis/webservice/algorithms/doms/ResultsStorage.py index f4960e5..22633ed 100644 --- a/analysis/webservice/algorithms/doms/ResultsStorage.py +++ b/analysis/webservice/algorithms/doms/ResultsStorage.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/StatsQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/StatsQuery.py b/analysis/webservice/algorithms/doms/StatsQuery.py index 4931e08..883a92f 100644 --- a/analysis/webservice/algorithms/doms/StatsQuery.py +++ b/analysis/webservice/algorithms/doms/StatsQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import BaseDomsHandler import datafetch from webservice.NexusHandler import NexusHandler as BaseHandler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/ValuesQuery.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/ValuesQuery.py b/analysis/webservice/algorithms/doms/ValuesQuery.py index 1f9dc25..cb3d2a9 100644 --- a/analysis/webservice/algorithms/doms/ValuesQuery.py +++ b/analysis/webservice/algorithms/doms/ValuesQuery.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from datetime import datetime from pytz import timezone http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/__init__.py b/analysis/webservice/algorithms/doms/__init__.py index 97f284c..6d10741 100644 --- a/analysis/webservice/algorithms/doms/__init__.py +++ b/analysis/webservice/algorithms/doms/__init__.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/config.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py index ff97e4f..3fff647 100644 --- a/analysis/webservice/algorithms/doms/config.py +++ b/analysis/webservice/algorithms/doms/config.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. ENDPOINTS = [ { "name": "samos", http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/datafetch.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/datafetch.py b/analysis/webservice/algorithms/doms/datafetch.py index 5f306f1..bb6618f 100644 --- a/analysis/webservice/algorithms/doms/datafetch.py +++ b/analysis/webservice/algorithms/doms/datafetch.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import fetchedgeimpl http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/fetchedgeimpl.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/fetchedgeimpl.py b/analysis/webservice/algorithms/doms/fetchedgeimpl.py index 87fbe0c..dc74679 100644 --- a/analysis/webservice/algorithms/doms/fetchedgeimpl.py +++ b/analysis/webservice/algorithms/doms/fetchedgeimpl.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import json import traceback from datetime import datetime http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/geo.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/geo.py b/analysis/webservice/algorithms/doms/geo.py index 6910b33..ede6aa0 100644 --- a/analysis/webservice/algorithms/doms/geo.py +++ b/analysis/webservice/algorithms/doms/geo.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import math MEAN_RADIUS_EARTH_METERS = 6371010.0 http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/histogramplot.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/histogramplot.py b/analysis/webservice/algorithms/doms/histogramplot.py index 23f1f01..f2b3a7f 100644 --- a/analysis/webservice/algorithms/doms/histogramplot.py +++ b/analysis/webservice/algorithms/doms/histogramplot.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import string from cStringIO import StringIO from multiprocessing import Process, Manager http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/insitusubset.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/insitusubset.py b/analysis/webservice/algorithms/doms/insitusubset.py index c688530..e75d9e2 100644 --- a/analysis/webservice/algorithms/doms/insitusubset.py +++ b/analysis/webservice/algorithms/doms/insitusubset.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import StringIO import csv import json http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/mapplot.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/mapplot.py b/analysis/webservice/algorithms/doms/mapplot.py index 2c476da..6aa01a8 100644 --- a/analysis/webservice/algorithms/doms/mapplot.py +++ b/analysis/webservice/algorithms/doms/mapplot.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import string from cStringIO import StringIO from multiprocessing import Process, Manager http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/scatterplot.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/scatterplot.py b/analysis/webservice/algorithms/doms/scatterplot.py index 87eec68..5779bbb 100644 --- a/analysis/webservice/algorithms/doms/scatterplot.py +++ b/analysis/webservice/algorithms/doms/scatterplot.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import string from cStringIO import StringIO from multiprocessing import Process, Manager http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/subsetter.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/subsetter.py b/analysis/webservice/algorithms/doms/subsetter.py index 6727a48..ec2eaa3 100644 --- a/analysis/webservice/algorithms/doms/subsetter.py +++ b/analysis/webservice/algorithms/doms/subsetter.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import logging import os import tempfile http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/values.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/values.py b/analysis/webservice/algorithms/doms/values.py index 5e98ce9..022d6a6 100644 --- a/analysis/webservice/algorithms/doms/values.py +++ b/analysis/webservice/algorithms/doms/values.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. PLATFORMS = [ {"id": 1, "desc": "ship"}, {"id": 2, "desc": "moored surface buoy"}, http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms/doms/workerthread.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms/doms/workerthread.py b/analysis/webservice/algorithms/doms/workerthread.py index eed003d..eddad00 100644 --- a/analysis/webservice/algorithms/doms/workerthread.py +++ b/analysis/webservice/algorithms/doms/workerthread.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import threading http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/ClimMapSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/ClimMapSpark.py b/analysis/webservice/algorithms_spark/ClimMapSpark.py index 77e3c38..a6f4db1 100644 --- a/analysis/webservice/algorithms_spark/ClimMapSpark.py +++ b/analysis/webservice/algorithms_spark/ClimMapSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/CorrMapSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/CorrMapSpark.py b/analysis/webservice/algorithms_spark/CorrMapSpark.py index 32f63e6..aeee453 100644 --- a/analysis/webservice/algorithms_spark/CorrMapSpark.py +++ b/analysis/webservice/algorithms_spark/CorrMapSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/DailyDifferenceAverageSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/DailyDifferenceAverageSpark.py b/analysis/webservice/algorithms_spark/DailyDifferenceAverageSpark.py index 1f31267..d1954fc 100644 --- a/analysis/webservice/algorithms_spark/DailyDifferenceAverageSpark.py +++ b/analysis/webservice/algorithms_spark/DailyDifferenceAverageSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/HofMoellerSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/HofMoellerSpark.py b/analysis/webservice/algorithms_spark/HofMoellerSpark.py index 46d6931..4ded1e0 100644 --- a/analysis/webservice/algorithms_spark/HofMoellerSpark.py +++ b/analysis/webservice/algorithms_spark/HofMoellerSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/Matchup.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/Matchup.py b/analysis/webservice/algorithms_spark/Matchup.py index ef8289f..1d082df 100644 --- a/analysis/webservice/algorithms_spark/Matchup.py +++ b/analysis/webservice/algorithms_spark/Matchup.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py b/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py index e332654..cc95664 100644 --- a/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py +++ b/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/d31b33f3/analysis/webservice/algorithms_spark/TimeSeriesSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/TimeSeriesSpark.py b/analysis/webservice/algorithms_spark/TimeSeriesSpark.py index 0a46473..89e91f3 100644 --- a/analysis/webservice/algorithms_spark/TimeSeriesSpark.py +++ b/analysis/webservice/algorithms_spark/TimeSeriesSpark.py @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Copyright (c) 2016 Jet Propulsion Laboratory, California Institute of Technology. All rights reserved
