utils.txt 721 B

1234567891011121314151617181920212223242526272829303132
  1. .. _ref-gis-utils:
  2. ===================
  3. GeoDjango Utilities
  4. ===================
  5. .. module:: django.contrib.gis.utils
  6. :synopsis: GeoDjango's collection of utilities.
  7. The :mod:`django.contrib.gis.utils` module contains various utilities that are
  8. useful in creating geospatial Web applications.
  9. .. toctree::
  10. :maxdepth: 2
  11. geoip
  12. layermapping
  13. ogrinspect
  14. GeoIP
  15. =====
  16. Interface to the MaxMind GeoIP library for performing IP-based geolocation
  17. from GeoDjango. See :ref:`GeoIP reference <ref-geoip>` documentation for
  18. more information.
  19. LayerMapping
  20. ============
  21. The :class:`~django.contrib.gis.utils.LayerMapping` simplifies the process
  22. of importing spatial data and attributes into your GeoDjango models.