+
    Tj                     ,    ^ RI Ht ^ RIHtHt RR ltR# )    )SpatialReference)DEFAULT_DB_ALIASconnectionsNc                   T;'       g    \         p\        V,          p\        VP                  R4      '       g   \	        R4      hVP
                  P                  '       g   \	        R4      hVP                  P                  4       p\        V \        4      '       g   \        V 4      p V P                  f   \	        R4      hRV P                  RTRT;'       g    V P                  R	V P                  /pVP                  P                  4        Uu0 uF  qP                  kK  	  p	pR
V	9   d   V P                  VR
&   RV	9   d   T;'       g    V P                  VR&    VP                   P#                  V4      P%                  V P                  R7       R# u upi   TP&                   d0    TP                   P#                  T4      P(                  ! R/ TB   R# i ; i)a  
Take a GDAL SpatialReference system and add its information to the
`spatial_ref_sys` table of the spatial backend. Doing this enables
database-level spatial transformations for the backend. Thus, this utility
is useful for adding spatial reference systems not included by default with
the backend:

>>> from django.contrib.gis.utils import add_srs_entry
>>> add_srs_entry(3857)

Keyword Arguments:
 auth_name:
   This keyword may be customized with the value of the `auth_name` field.
   Defaults to 'EPSG'.

 auth_srid:
   This keyword may be customized with the value of the `auth_srid` field.
   Defaults to the SRID determined by GDAL.

 ref_sys_name:
   For SpatiaLite users only, sets the value of the `ref_sys_name` field.
   Defaults to the name determined by GDAL.

 database:
  The name of the database connection to use; the default is the value
  of `django.db.DEFAULT_DB_ALIAS` (at the time of this writing, its value
  is 'default').
spatial_versionz=The `add_srs_entry` utility only works with spatial backends.z4This utility does not support your database backend.NzMSpatial reference requires an SRID to be compatible with the spatial backend.srid	auth_name	auth_srid	proj4textsrtextref_sys_name)r    )r   r   hasattrops	Exceptionfeaturessupports_add_srs_entryspatial_ref_sys
isinstancer   r   proj4_meta
get_fieldsnamewktobjectsusinggetDoesNotExistcreate)
srsr	   r
   r   database
connectionSpatialRefSyskwargsfsrs_field_namess
   &&&&&     Q/var/www/idalgo/venv/lib/python3.14/site-packages/django/contrib/gis/utils/srs.pyadd_srs_entryr(      s   > +++HX&J:>>#455WXX555NOONN224M c+,,s#
xx3
 	
 	YY**#((SYY	F (5':':'E'E'GH'G!vv'GOH?"77x(!-!9!9~? 	##H-11sxx1@ I %% ?##H-44>v>?s   F5F <GG)EPSGNNN)django.contrib.gis.gdalr   	django.dbr   r   r(   r       r'   <module>r-      s    4 3I?r,   