1. =========
    
  2. GeoDjango
    
  3. =========
    
  4. 
    
  5. .. module:: django.contrib.gis
    
  6.     :synopsis: Geographic Information System (GIS) extensions for Django
    
  7. 
    
  8. GeoDjango intends to be a world-class geographic web framework. Its goal is to
    
  9. make it as easy as possible to build GIS web applications and harness the power
    
  10. of spatially enabled data.
    
  11. 
    
  12. .. toctree::
    
  13.     :maxdepth: 2
    
  14. 
    
  15.     tutorial
    
  16.     install/index
    
  17.     model-api
    
  18.     db-api
    
  19.     forms-api
    
  20.     geoquerysets
    
  21.     functions
    
  22.     measure
    
  23.     geos
    
  24.     gdal
    
  25.     geoip2
    
  26.     utils
    
  27.     commands
    
  28.     admin
    
  29.     feeds
    
  30.     sitemaps
    
  31.     testing
    
  32.     deployment