Documented that GDAL is required to initialize GEOSGeometry from JSON.

This commit is contained in:
Sergey Fedoseev 2015-12-23 15:37:49 +05:00 committed by Tim Graham
parent 77f50c9cfc
commit febe1321da
1 changed files with 8 additions and 8 deletions

View File

@ -189,14 +189,14 @@ given ``geo_input`` argument, and then assumes the proper geometry subclass
The following input formats, along with their corresponding Python types,
are accepted:
============= ======================
Format Input Type
============= ======================
WKT / EWKT ``str`` or ``unicode``
HEX / HEXEWKB ``str`` or ``unicode``
WKB / EWKB ``buffer``
GeoJSON ``str`` or ``unicode``
============= ======================
======================= ======================
Format Input Type
======================= ======================
WKT / EWKT ``str`` or ``unicode``
HEX / HEXEWKB ``str`` or ``unicode``
WKB / EWKB ``buffer``
GeoJSON (requires GDAL) ``str`` or ``unicode``
======================= ======================
Properties
~~~~~~~~~~