A Python client for the STAC and STAC-API specs
[docs]class APIError(Exception): """Raised when unexpected server error.""" [docs]class ParametersError(Exception): """Raised when invalid parameters are used in a query"""