Add GeoSeries.from_file() to docs

This commit is contained in:
Kelsey Jordahl
2013-07-07 16:42:34 +05:30
parent 8db5b0f044
commit 69a74db9a9
+5
View File
@@ -203,6 +203,11 @@ The following Shapely methods and attributes are available on
Additionally, the following methods are implemented:
.. method:: GeoSeries.from_file()
Load a ``GeoSeries`` from a file from any format recognized by
`fiona`_.
.. method:: GeoSeries.plot(colormap='Set1')
Generate a plot of the geometries in the ``GeoSeries``.