We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcbe41 commit bb9ab69Copy full SHA for bb9ab69
open_data/create_stops_data.py
@@ -57,9 +57,9 @@ def add_distance_to_state_highway(
57
orig_crs = stops.crs
58
59
shn = catalog.state_highway_network.read()[
60
- ["geometry"]].to_crs(geography_utils.CA_NAD83Albers).geometry.iloc[0]
+ ["geometry"]].to_crs(geography_utils.CA_NAD83Albers_m).geometry.iloc[0]
61
62
- stops = stops.to_crs(geography_utils.CA_NAD83Albers)
+ stops = stops.to_crs(geography_utils.CA_NAD83Albers_m)
63
64
stops = stops.assign(
65
meters_to_shn = stops.geometry.distance(shn).round(1)
0 commit comments