s2shores package

Subpackages

Submodules

s2shores.bathy_physics module

s2shores.waves_exceptions module

Exceptions used in bathymetry estimation

authors:

see AUTHORS file

organization:

CNES, LEGOS, SHOM

copyright:

2021 CNES. All rights reserved.

license:

see LICENSE file

created:

20 mai 2021

Licensed 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

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.

exception s2shores.waves_exceptions.CorrelationComputationError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when correlation can not be computed

exception s2shores.waves_exceptions.DebugDisplayError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when debug display fails

exception s2shores.waves_exceptions.NotExploitableSinogram(reason: str | None = None)[source]

Bases: WavesException

Exception raised when sinogram can not be exploited

exception s2shores.waves_exceptions.ProductNotFound(reason: str | None = None)[source]

Bases: WavesException

Exception raised when a product cannot be found

exception s2shores.waves_exceptions.SequenceImagesError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when sequence images can not be properly exploited

exception s2shores.waves_exceptions.WavesEstimationAttributeError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when an attribute is not available in an estimation.

exception s2shores.waves_exceptions.WavesEstimationError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when an error occurs in bathymetry estimation

exception s2shores.waves_exceptions.WavesException(reason: str | None = None)[source]

Bases: Exception

Base class for all waves estimation exceptions

exception s2shores.waves_exceptions.WavesIndexingError(reason: str | None = None)[source]

Bases: WavesException

Exception raised when a point cannot be found in the sampling with its coordinates.

Module contents