From 69a74db9a9d331c6d4ccf158e5af0e62869debd9 Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Sun, 7 Jul 2013 16:42:34 +0530 Subject: [PATCH] Add GeoSeries.from_file() to docs --- doc/docs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/docs.rst b/doc/docs.rst index 50f1286..018b138 100644 --- a/doc/docs.rst +++ b/doc/docs.rst @@ -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``.