Documented that GDAL is required to initialize GEOSGeometry from JSON.
This commit is contained in:
parent
77f50c9cfc
commit
febe1321da
|
@ -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,
|
The following input formats, along with their corresponding Python types,
|
||||||
are accepted:
|
are accepted:
|
||||||
|
|
||||||
============= ======================
|
======================= ======================
|
||||||
Format Input Type
|
Format Input Type
|
||||||
============= ======================
|
======================= ======================
|
||||||
WKT / EWKT ``str`` or ``unicode``
|
WKT / EWKT ``str`` or ``unicode``
|
||||||
HEX / HEXEWKB ``str`` or ``unicode``
|
HEX / HEXEWKB ``str`` or ``unicode``
|
||||||
WKB / EWKB ``buffer``
|
WKB / EWKB ``buffer``
|
||||||
GeoJSON ``str`` or ``unicode``
|
GeoJSON (requires GDAL) ``str`` or ``unicode``
|
||||||
============= ======================
|
======================= ======================
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue