Skip to content

Commit 0b043f3

Browse files
committed
add ca_transit_stops ref
1 parent 529ade6 commit 0b043f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: open_data/create_stops_data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def add_distance_to_state_highway(
5757
orig_crs = stops.crs
5858

5959
shn = catalog.state_highway_network.read()[
60-
["geometry"]].to_crs(geography_utils.CA_NAD83Albers).geometry.iloc[0]
60+
["geometry"]].to_crs(geography_utils.CA_NAD83Albers_m).geometry.iloc[0]
6161

62-
stops = stops.to_crs(geography_utils.CA_NAD83Albers)
62+
stops = stops.to_crs(geography_utils.CA_NAD83Albers_m)
6363

6464
stops = stops.assign(
6565
meters_to_shn = stops.geometry.distance(shn).round(1)

0 commit comments

Comments
 (0)