dep_tools.exceptions module

exception dep_tools.exceptions.EmptyCollectionError[source]

Bases: Exception

Indicates an empty collection.

Typically raised when a STAC search returns an empty pystac.ItemCollection.

exception dep_tools.exceptions.NoOutputError[source]

Bases: Exception

Raised when something does not produce any output.