mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #23804 -- Added RasterField for PostGIS.
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
This commit is contained in:
parent
d3d66d4722
commit
b769bbd4f6
27 changed files with 825 additions and 246 deletions
|
@ -10,10 +10,10 @@ world-class geographic Web framework. GeoDjango strives to make it as simple
|
|||
as possible to create geographic Web applications, like location-based services.
|
||||
Its features include:
|
||||
|
||||
* Django model fields for `OGC`_ geometries.
|
||||
* Django model fields for `OGC`_ geometries and raster data.
|
||||
* Extensions to Django's ORM for querying and manipulating spatial data.
|
||||
* Loosely-coupled, high-level Python interfaces for GIS geometry operations and
|
||||
data formats.
|
||||
* Loosely-coupled, high-level Python interfaces for GIS geometry and raster
|
||||
operations and data manipulation in different formats.
|
||||
* Editing geometry fields from the admin.
|
||||
|
||||
This tutorial assumes familiarity with Django; thus, if you're brand new to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue