Loading docs/ref/contrib/gis/geos.txt +8 −8 Original line number Diff line number Diff line Loading @@ -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`` ============= ====================== GeoJSON (requires GDAL) ``str`` or ``unicode`` ======================= ====================== Properties ~~~~~~~~~~ Loading Loading
docs/ref/contrib/gis/geos.txt +8 −8 Original line number Diff line number Diff line Loading @@ -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`` ============= ====================== GeoJSON (requires GDAL) ``str`` or ``unicode`` ======================= ====================== Properties ~~~~~~~~~~ Loading