We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd5e10 + 58d9a79 commit 51baec7Copy full SHA for 51baec7
1 file changed
nrel/routee/transit/thermal_energy.py
@@ -13,7 +13,7 @@
13
logger = logging.getLogger(__name__)
14
15
16
-def fetch_counties_gdf() -> gpd.DataFrame:
+def fetch_counties_gdf() -> gpd.GeoDataFrame:
17
gdf_county = gpd.read_file(
18
"https://www2.census.gov/geo/tiger/GENZ2022/shp/cb_2022_us_county_20m.zip"
19
)
0 commit comments