Skip to content

Commit

Permalink
Update badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKrantz committed Aug 20, 2024
1 parent 234eef2 commit 293d1b0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
[![R-CMD-check](https://github.com/SebKrantz/osmclass/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SebKrantz/osmclass/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/osmclass)](https://cran.r-project.org/package=osmclass)
[![cran checks](https://badges.cranchecks.info/worst/osmclass.svg)](https://cran.r-project.org/web/checks/check_results_osmclass.html)
![downloads per month](http://cranlogs.r-pkg.org/badges/osmclass?color=blue)
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/osmclass?color=blue)
[![status](https://tinyverse.netlify.com/badge/osmclass)](https://CRAN.R-project.org/package=osmclass)
![downloads per month](https://cranlogs.r-pkg.org/badges/osmclass?color=blue)
![downloads](https://cranlogs.r-pkg.org/badges/grand-total/osmclass?color=blue)
[![dependencies](https://tinyverse.netlify.app/badge/osmclass)](https://CRAN.R-project.org/package=osmclass)
<!-- badges: end -->

Designed for OSM PBF files, e.g. from <https://download.geofabrik.de/>, imported as spatial data frames using `sf::st_read()`. A classification consists of a list of categories that are assigned to certain OSM tags and values, also specified as a list. Given a layer from an OSM PBF file and a classification, the main `osm_classify()` function returns a classification data frame giving, for each feature, the primary and alternative categories (if there is overlap) assigned, and the tag(s) and value(s) matched on. The package also contains a classification of OSM features by economic function, based on [Krantz (2023)](https://www.ssrn.com/abstract=4537867).

Krantz, Sebastian, Mapping Africa’s Infrastructure Potential with Geospatial Big Data, Causal ML, and XAI (August 10, 2023). Available at SSRN: https://www.ssrn.com/abstract=4537867
Krantz, Sebastian, Mapping Africa’s Infrastructure Potential with Geospatial Big Data and Causal ML (August 10, 2023). Available at SSRN: https://www.ssrn.com/abstract=4537867



### Usage Example

```r
Expand Down

0 comments on commit 293d1b0

Please sign in to comment.