@@ -167,9 +167,9 @@ def build_shapes(
167167 Path to bidding zone shape file.
168168 countries : list[str]
169169 List of countries to consider.
170- geo_crs : CRS , optional
170+ geo_crs : str , optional
171171 Coordinate reference system for geographic calculations. Defaults to GEO_CRS.
172- distance_crs : CRS , optional
172+ distance_crs : str , optional
173173 Coordinate reference system to use for distance calculations. Defaults to DISTANCE_CRS.
174174
175175 Returns
@@ -243,7 +243,7 @@ def build_buses(
243243 A GeoDataFrame including bidding zone geometry, representative point and id.
244244 country_shapes : gpd.GeoDataFrame
245245 A GeoDataFrame including country geometry and representative point.
246- geo_crs : CRS , optional
246+ geo_crs : str , optional
247247 Coordinate reference system for geographic calculations. Defaults to GEO_CRS.
248248
249249 Returns
@@ -438,9 +438,9 @@ def build_links(
438438 Path to bidding zone shape file.
439439 buses : gpd.GeoDataFrame
440440 A GeoDataFrame of electrical buses including country and coordinates.
441- geo_crs : CRS , optional
441+ geo_crs : str , optional
442442 Coordinate reference system for geographic calculations. Defaults to GEO_CRS.
443- distance_crs : CRS , optional
443+ distance_crs : str , optional
444444 Coordinate reference system to use for distance calculations. Defaults to DISTANCE_CRS.
445445
446446 Returns
0 commit comments