1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: djangorestframework-gis
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
libsqlite3-mod-spatialite,
python-all,
python-djangorestframework (>= 3.0.4),
python-django-filters,
python-gdal,
python-setuptools,
python3-all,
python3-djangorestframework (>= 3.0.4),
python3-django-filters,
python3-gdal,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: https://github.com/djangonauts/django-rest-framework-gis
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/djangorestframework-gis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/djangorestframework-gis.git
Package: python-djangorestframework-gis
Architecture: all
Depends: python-djangorestframework (>= 3.0.4),
python-django-filters,
${misc:Depends},
${python:Depends}
Description: Geographic add-ons for Django REST Framework
djangorestframework-gis extends the Django REST Framework to also handle
geographic data as used by GeoDjango during serialization and deserialization.
It provides the following features:
.
* GeometryField: This field handles GeoDjango geometry fields, providing
custom to_native and from_native methods for GeoJSON input/output.
* GeoModelSerializer: This serializer updates the field_mapping dictionary to
include field mapping of GeoDjango geometry fields to the above
GeometryField.
* GeoFeatureModelSerializer: GeoFeatureModelSerializer is a subclass of
GeoModelSerializer which will output data in a format that is GeoJSON
compatible.
* InBBOXFilter: Filters a queryset to only those instances within a certain
bounding box.
Package: python3-djangorestframework-gis
Architecture: all
Depends: python3-djangorestframework (>= 3.0.4),
python3-django-filters,
${misc:Depends},
${python3:Depends}
Description: Geographic add-ons for Django REST Framework (Python3 version)
djangorestframework-gis extends the Django REST Framework to also handle
geographic data as used by GeoDjango during serialization and deserialization.
It provides the following features:
.
* GeometryField: This field handles GeoDjango geometry fields, providing
custom to_native and from_native methods for GeoJSON input/output.
* GeoModelSerializer: This serializer updates the field_mapping dictionary to
include field mapping of GeoDjango geometry fields to the above
GeometryField.
* GeoFeatureModelSerializer: GeoFeatureModelSerializer is a subclass of
GeoModelSerializer which will output data in a format that is GeoJSON
compatible.
* InBBOXFilter: Filters a queryset to only those instances within a certain
bounding box.
.
This package contains the Python 3 version of the library.
|