Skip to content

Commit 51baec7

Browse files
authored
Merge pull request #53 from NatLabRockies/update-thermal-model
fix geopandas type annotation in thermal_energy.py
2 parents 3cd5e10 + 58d9a79 commit 51baec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nrel/routee/transit/thermal_energy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
logger = logging.getLogger(__name__)
1414

1515

16-
def fetch_counties_gdf() -> gpd.DataFrame:
16+
def fetch_counties_gdf() -> gpd.GeoDataFrame:
1717
gdf_county = gpd.read_file(
1818
"https://www2.census.gov/geo/tiger/GENZ2022/shp/cb_2022_us_county_20m.zip"
1919
)

0 commit comments

Comments
 (0)