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
Em vez de se ir buscar toda a rede do OSM de Portugal (218mb) pode-se extrair apenas uma bounding box do concelho em questão, usando o package osmdata
lisboa<- opq(bbox = st_bbox(LisboaLimite) %>% add_osm_feature(key = 'highway') %>% osmdata_sf() %>% osm_poly2line() lisboa<- lisboa$osm_lines %>% select(highway)
mas isto depois precisa de se fazer novamente a limpeza segundo o tutorial.
fonte: https://www.r-spatial.org/r/2019/09/26/spatial-networks.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Em vez de se ir buscar toda a rede do OSM de Portugal (218mb) pode-se extrair apenas uma bounding box do concelho em questão, usando o package osmdata
mas isto depois precisa de se fazer novamente a limpeza segundo o tutorial.
fonte: https://www.r-spatial.org/r/2019/09/26/spatial-networks.html
The text was updated successfully, but these errors were encountered: