a
     1$em  ใ                   @   sF  G d d de ZG dd deeZG dd deZG dd deZG dd	 d	eZG d
d deZG dd deZG dd de	Z
G dd de	ZG dd deZG dd de	ZG dd deZG dd deZG dd deZG dd deZG dd deZG d d! d!eZG d"d# d#eZG d$d% d%eZG d&d' d'eZd(S ))c                   @   s   e Zd ZdZdS )ฺ
FionaErrorzBase Fiona errorNฉฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__ฉ r   r   ๚H/var/www/html/django/DPS/env/lib/python3.9/site-packages/fiona/errors.pyr      s   r   c                   @   s   e Zd ZdZdS )ฺFionaValueErrorzFiona-specific value errorsNr   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdS )ฺAttributeFilterErrorz3Error processing SQL WHERE clause with the dataset.Nr   r   r   r   r   r
      s   r
   c                   @   s   e Zd ZdZdS )ฺDriverErrorz7Encapsulates unsupported driver and driver mode errors.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )ฺSchemaErrorz7When a schema mapping has no properties or no geometry.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )ฺCRSErrorz2When a crs mapping has neither init or proj items.Nr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )ฺUnsupportedOperationz2Raised when reading from a file opened in 'w' modeNr   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )ฺDataIOErrorz8IO errors involving driver registration or availability.Nr   r   r   r   r   r       s   r   c                   @   s   e Zd ZdZdS )ฺDriverIOErrorzA format specific driver error.Nr   r   r   r   r   r   $   s   r   c                   @   s   e Zd ZdZdS )ฺDriverSupportErrorzDriver does not support schemaNr   r   r   r   r   r   (   s   r   c                   @   s   e Zd ZdZdS )ฺDatasetDeleteErrorzFailure to delete a datasetNr   r   r   r   r   r   ,   s   r   c                   @   s   e Zd ZdZdS )ฺFieldNameEncodeErrorzFailure to encode a field name.Nr   r   r   r   r   r   0   s   r   c                   @   s   e Zd ZdZdS )ฺUnsupportedGeometryTypeErrorz2When a OGR geometry type isn't supported by Fiona.Nr   r   r   r   r   r   4   s   r   c                   @   s   e Zd ZdZdS )ฺGeometryTypeValidationErrorz:Tried to write a geometry type not specified in the schemaNr   r   r   r   r   r   8   s   r   c                   @   s   e Zd ZdZdS )ฺTransactionErrorz%Failure relating to GDAL transactionsNr   r   r   r   r   r   <   s   r   c                   @   s   e Zd ZdZdS )ฺEnvErrorzEnvironment ErrorsNr   r   r   r   r   r   @   s   r   c                   @   s   e Zd ZdZdS )ฺGDALVersionErrorzZRaised if the runtime version of GDAL does not meet the required
    version of GDAL.
    Nr   r   r   r   r   r   D   s   r   c                   @   s   e Zd ZdZdS )ฺTransformErrorz,Raised if a coordinate transformation fails.Nr   r   r   r   r   r   J   s   r   c                   @   s   e Zd ZdZdS )ฺFionaDeprecationWarningz-A warning about deprecation of Fiona featuresNr   r   r   r   r   r   N   s   r   c                   @   s   e Zd ZdZdS )ฺFeatureWarningz*A warning about serialization of a featureNr   r   r   r   r   r   R   s   r   N)ฺ	Exceptionr   ฺ
ValueErrorr	   r
   r   r   r   r   ฺOSErrorr   r   r   r   ฺUnicodeEncodeErrorr   ฺKeyErrorr   r   ฺRuntimeErrorr   r   r   r   ฺDeprecationWarningr   ฺUserWarningr   r   r   r   r   ฺ<module>   s&   