From f1534ad279517542594feddfda1c855db71bae05 Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Wed, 28 Aug 2024 12:17:07 -0500 Subject: [PATCH] o Add geopandas reader to doc --- docs/internal_api/index.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/internal_api/index.rst b/docs/internal_api/index.rst index b263f4ec8..659612e31 100644 --- a/docs/internal_api/index.rst +++ b/docs/internal_api/index.rst @@ -285,12 +285,17 @@ SCRIP io._scrip._encode_scrip -Shapefile ---------- +GeoDataFrame +------------ .. autosummary:: :toctree: generated/ - io._shapefile._read_shpfile + io._geopandas._read_geodataframe + io._geopandas._read_geopandas + io._geopandas._encode_geopandas + io._geopandas._standardize_geopandas + io._geopandas._is_geopandas + io._geopandas._validate_minimum_geopandas Vertices --------