Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRS warning thrown in nodes._makes_loop_contact() #118

Closed
jGaboardi opened this issue Nov 29, 2024 · 0 comments · Fixed by #119
Closed

CRS warning thrown in nodes._makes_loop_contact() #118

jGaboardi opened this issue Nov 29, 2024 · 0 comments · Fixed by #119
Assignees

Comments

@jGaboardi
Copy link
Collaborator

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant