/docs/ref/contrib/gis/utils.txt
Plain Text | 32 lines | 22 code | 10 blank | 0 comment | 0 complexity | 216eac4e39a3789a6b46b9010e3ffdfb MD5 | raw file
Possible License(s): BSD-3-Clause
1.. _ref-gis-utils: 2 3=================== 4GeoDjango Utilities 5=================== 6 7.. module:: django.contrib.gis.utils 8 :synopsis: GeoDjango's collection of utilities. 9 10The :mod:`django.contrib.gis.utils` module contains various utilities that are 11useful in creating geospatial Web applications. 12 13.. toctree:: 14 :maxdepth: 2 15 16 geoip 17 layermapping 18 ogrinspect 19 20GeoIP 21===== 22 23Interface to the MaxMind GeoIP library for performing IP-based geolocation 24from GeoDjango. See :ref:`GeoIP reference <ref-geoip>` documentation for 25more information. 26 27LayerMapping 28============ 29 30The :class:`~django.contrib.gis.utils.LayerMapping` simplifies the process 31of importing spatial data and attributes into your GeoDjango models. 32