[ bianca ]
[ 原始碼: djangorestframework-gis ]
套件:python3-djangorestframework-gis(1.1-1)
python3-djangorestframework-gis 的相關連結
下載原始碼套件 djangorestframework-gis:
- [djangorestframework-gis_1.1-1.debian.tar.xz]
- [djangorestframework-gis_1.1-1.dsc]
- [djangorestframework-gis_1.1.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-djangorestframework-filters
- python3-djangorestframework-haystack
- python3-django-rest-hooks
- python3-django-tree-queries
- python3-djangorestframework-spectacular
- python3-djangorestframework-flex-fields
- python3-djoser
- python3-sphinxcontrib.django
- python-django-tree-queries-doc
- python3-djangorestframework-extensions
- python3-geopandas
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.
其他與 python3-djangorestframework-gis 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django-filters
- filter Django QuerySets based on user selections (Python3)
-
- dep: python3-djangorestframework
- Web APIs for Django, made easy for Python3