-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comparison with momepy #2
Comments
After #13 , I have "manually" compared results from
So I am pretty confident the results of If directly compared for equality, stroke geometries computed with the two packages are not found to be equal because the two code bases can produce linestrings with different point orders (e.g. points are ordered in opposite directions, or a different starting point is used in the case of closed rings) as well as different geometry types (when rings/loops are present, |
Still, it would be nice to include the comparison between the two codes as a test, to be run on as part of the CI (maybe not at each push but e.g. only when PRs towards mains are opened). Due to the different nature of the test, which also requires setting up the python environment to run For this we would need to:
|
Detailed comparisons with the momepy implementation for a real case: right now I have tested this work with a toy example and I get reasonable results for a real network, but we need to make sure we get exact same output (or understand why we don't).
The text was updated successfully, but these errors were encountered: