You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here in nodes.induce_nodes() a user warning is being thrown because no CRS is set when instantiating the dataframe that produces nodes_off_loops and nodes_on_loops. This can be fixed by setting an initial CRS here in nodes._makes_loop_contact().
UserWarning: CRS not set for some of the concatenation inputs. Setting output's CRS as WGS 84 / Pseudo-Mercator (the single non-null crs provided).
The text was updated successfully, but these errors were encountered:
Here in
nodes.induce_nodes()
a user warning is being thrown because no CRS is set when instantiating the dataframe that producesnodes_off_loops
andnodes_on_loops
. This can be fixed by setting an initial CRS here innodes._makes_loop_contact()
.The text was updated successfully, but these errors were encountered: