del env py

This commit is contained in:
2024-10-11 17:10:34 -07:00
parent 55b630e6c8
commit b010ab0e6d
19334 changed files with 1 additions and 4003544 deletions

View File

@@ -1,25 +0,0 @@
"""Custom errors."""
class DataSourceError(RuntimeError):
"""Errors relating to opening or closing an OGRDataSource (with >= 1 layers)."""
class DataLayerError(RuntimeError):
"""Errors relating to working with a single OGRLayer."""
class CRSError(DataLayerError):
"""Errors relating to getting or setting CRS values."""
class FeatureError(DataLayerError):
"""Errors related to reading or writing a feature."""
class GeometryError(DataLayerError):
"""Errors relating to getting or setting a geometry field."""
class FieldError(DataLayerError):
"""Errors relating to getting or setting a non-geometry field."""