Skip to content

Commit

Permalink
chore: Added missing reassignment of projection
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Jul 28, 2023
1 parent b4c81dc commit 07162c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ra2ce/graph/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ def _get_new_network_and_graph(
self._config_data
).get_network()

self.base_graph_crs = _network_gdf.crs
self.base_network_crs = _network_gdf.crs

# Set the road lengths to meters for both the base_graph and network_gdf
# TODO: rename "length" column to "length [m]" to be explicit
edges_lengths_meters = {
Expand Down

0 comments on commit 07162c1

Please sign in to comment.