Other packages > Find by keyword >

osmdata  

Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
View on CRAN: Click here


Download and install osmdata package within the R console
Install from CRAN:
install.packages("osmdata")

Install from Github:
library("remotes")
install_github("cran/osmdata")

Install by package version:
library("remotes")
install_version("osmdata", "0.2.5")



Attach the package and use:
library("osmdata")
Maintained by
Mark Padgham
[Scholar Profile | Author Map]
First Published: 2017-05-18
Latest Update: 2023-08-14
Description:
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server () and processed with very fast 'C++' routines for return to 'R'.
How to cite:
Mark Padgham (2017). osmdata: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects. R package version 0.2.5, https://cran.r-project.org/web/packages/osmdata. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.0.0 (2017-05-18 17:38), 0.0.1 (2017-05-19 14:36), 0.0.2 (2017-06-12 14:44), 0.0.3 (2017-06-13 22:25), 0.0.4 (2017-06-21 16:53), 0.0.5 (2017-08-13 07:35), 0.0.6 (2018-02-22 18:34), 0.0.7 (2018-05-17 19:35), 0.0.8 (2018-10-22 15:20), 0.0.9 (2018-12-19 09:13), 0.0.10 (2019-03-21 16:20), 0.1.0 (2019-04-25 13:30), 0.1.1 (2019-05-22 13:30), 0.1.2 (2019-12-14 18:40), 0.1.3 (2020-02-09 21:20), 0.1.4 (2020-11-04 01:00), 0.1.5 (2021-03-22 13:10), 0.1.6 (2021-07-28 12:10), 0.1.7 (2021-10-07 13:40), 0.1.8 (2021-10-24 17:00), 0.1.9 (2022-01-26 15:32), 0.1.10 (2022-06-09 13:10), 0.2.0 (2023-02-09 15:30), 0.2.1 (2023-02-24 13:30), 0.2.2 (2023-04-24 15:10), 0.2.3 (2023-06-01 14:50), 0.2.4 (2023-08-11 14:50)
Other packages that cited osmdata R package
View osmdata citation profile
Other R packages that osmdata depends, imports, suggests or enhances
Complete documentation for osmdata
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for osmdata100120140160180200220240260280300320340360380TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA