index.txt 579 B

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