From 066309e4b1941a2f192156f56eb068aaf128917f Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 8 Nov 2022 12:57:53 -0300 Subject: [PATCH] Update README.md --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 2080f40..b06ab32 100644 --- a/README.md +++ b/README.md @@ -341,38 +341,17 @@ plot = prettymaps.plot( ) ``` - - ![png](README_files/README_16_0.png) - - - + You can access layers's GeoDataFrames directly like this: - ```python # Run prettymaps in show = False mode (we're only interested in obtaining the GeoDataFrames) plot = prettymaps.plot('Centro Histórico, Porto Alegre', show = False) plot.geodataframes['building'] ``` - - -
-