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

osm() does not return all types of highway #65

Open
MaxCarabus opened this issue Jan 28, 2024 · 0 comments
Open

osm() does not return all types of highway #65

MaxCarabus opened this issue Jan 28, 2024 · 0 comments

Comments

@MaxCarabus
Copy link

function osm() return only tree type of roads: "primary", "seconday", and "tertiary"
values "motorway", and "trunk" are skipped

example:
highways = osm(country = 'KZ', var = 'highways')
unique(highways$highway)
[1] "primary" "secondary" "tertiary"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant