/docs/ref/contrib/gis/utils.txt

https://code.google.com/p/mango-py/ · Plain Text · 32 lines · 22 code · 10 blank · 0 comment · 0 complexity · 216eac4e39a3789a6b46b9010e3ffdfb MD5 · raw file

  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.