/usr/local/lib/python3.9/site-packages/django/contrib/gis/gdal/__pycache__
a Ӱ�h# � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZm Z m Z ddlmZ ddl mZ ddlmZmZmZ dd lmZ dd lmZmZmZ dZdS ) a� This module houses ctypes interfaces for GDAL objects. The following GDAL objects are supported: CoordTransform: Used for coordinate transformations from one spatial reference system to another. Driver: Wraps an OGR data source driver. DataSource: Wrapper for the OGR data source object, supports OGR-supported data sources. Envelope: A ctypes structure for bounding boxes (GDAL library not required). OGRGeometry: Object for accessing OGR Geometry functionality. OGRGeomType: A class for representing the different OGR Geometry types (GDAL library not required). SpatialReference: Represents OSR Spatial Reference objects. The GDAL library will be imported from the system path using the default library name for the current OS. The default library path may be overridden by setting `GDAL_LIBRARY_PATH` in your settings with the path to the GDAL C library on your system. � )� DataSource)�Driver)�Envelope)� GDALException�SRSException� check_err)�OGRGeometry)�OGRGeomType)�GDAL_VERSION�gdal_full_version�gdal_version)� GDALRaster)� AxisOrder�CoordTransform�SpatialReference)r r r r r r r r r r r r r r r N)�__doc__Z"django.contrib.gis.gdal.datasourcer Zdjango.contrib.gis.gdal.driverr Z django.contrib.gis.gdal.enveloper Zdjango.contrib.gis.gdal.errorr r r Z"django.contrib.gis.gdal.geometriesr Z django.contrib.gis.gdal.geomtyper Zdjango.contrib.gis.gdal.libgdalr r r Z%django.contrib.gis.gdal.raster.sourcer Zdjango.contrib.gis.gdal.srsr r r �__all__� r r �J/usr/local/lib/python3.9/site-packages/django/contrib/gis/gdal/__init__.py�<module> s
.
Edit
..
Edit
__init__.cpython-39.pyc
Edit
base.cpython-39.pyc
Edit
datasource.cpython-39.pyc
Edit
driver.cpython-39.pyc
Edit
envelope.cpython-39.pyc
Edit
error.cpython-39.pyc
Edit
feature.cpython-39.pyc
Edit
field.cpython-39.pyc
Edit
geometries.cpython-39.pyc
Edit
geomtype.cpython-39.pyc
Edit
layer.cpython-39.pyc
Edit
libgdal.cpython-39.pyc
Edit
srs.cpython-39.pyc
Edit