We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi JR,
I have been running the measure_roads function on a large road network. After running without issue on over 1000 roads, I got this error:
> corrected_road <- ALSroads::measure_roads(road = road, ctg = ctg, dtm = dtm) Road 1 of 1 Progress: ...................Error: Internal error. A MULTILINESTRING has been returned. Please report >
I have included a reproducible example with my data and code.
Let me know if this is something I can fix easily.
Cheers, Lithy
Link to data and code: https://drive.google.com/file/d/1_oK2oBbfIW3WHm4MpuMQFSkbIZOFgT6a/view?usp=sharing
The text was updated successfully, but these errors were encountered:
Good, I added this error yesterday to cactch limit cases. I'll have a look
Sorry, something went wrong.
10a31a8
Fixed. I'm confident this fix won't create more trouble. Yet you may encounter other edge cases with weird road geometries.
fix variable name #55
0ca95c2
@jfbourdon update, my previous bug fix is generating this new error.
Jean-Romain
No branches or pull requests
Hi JR,
I have been running the measure_roads function on a large road network. After running without issue on over 1000 roads, I got this error:
I have included a reproducible example with my data and code.
Let me know if this is something I can fix easily.
Cheers,
Lithy
Link to data and code:
https://drive.google.com/file/d/1_oK2oBbfIW3WHm4MpuMQFSkbIZOFgT6a/view?usp=sharing
The text was updated successfully, but these errors were encountered: