eodal.utils.exceptions module

Collection of exceptions raised by eodal’s modules

Copyright (C) 2022 Lukas Valentin Graf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

exception eodal.utils.exceptions.APIError[source]

Bases: Exception

exception eodal.utils.exceptions.ArchiveCreationError[source]

Bases: Exception

exception eodal.utils.exceptions.ArchiveNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.AuthenticationError[source]

Bases: Exception

exception eodal.utils.exceptions.BandNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.BlackFillOnlyError[source]

Bases: Exception

exception eodal.utils.exceptions.DataExtractionError[source]

Bases: Exception

exception eodal.utils.exceptions.DataNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.InputError[source]

Bases: Exception

exception eodal.utils.exceptions.MetadataNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.NotProjectedError[source]

Bases: Exception

exception eodal.utils.exceptions.RegionNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.ReprojectionError[source]

Bases: Exception

exception eodal.utils.exceptions.ResamplingFailedError[source]

Bases: Exception

exception eodal.utils.exceptions.STACError[source]

Bases: Exception

exception eodal.utils.exceptions.SceneNotFoundError[source]

Bases: Exception

exception eodal.utils.exceptions.UnknownProcessingLevel[source]

Bases: Exception