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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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