From 293d1b093b13d2cde1ef5cc53f04647b4b79c7a7 Mon Sep 17 00:00:00 2001 From: Sebastian Krantz Date: Tue, 20 Aug 2024 22:20:44 +0200 Subject: [PATCH] Update badges. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 327de7b..b543172 100644 --- a/README.md +++ b/README.md @@ -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) Designed for OSM PBF files, e.g. from , 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