https://github.com/robinlovelace/osm4transport
Paper providing an overview of uses of OpenStreetMap data for transport planning
https://github.com/robinlovelace/osm4transport
Last synced: about 2 months ago
JSON representation
Paper providing an overview of uses of OpenStreetMap data for transport planning
- Host: GitHub
- URL: https://github.com/robinlovelace/osm4transport
- Owner: Robinlovelace
- Created: 2019-05-13T14:31:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T15:13:12.000Z (about 6 years ago)
- Last Synced: 2025-04-03T16:12:21.472Z (about 2 months ago)
- Language: TeX
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "OpenStreetMap for transport planning: a review of its uptake based on an analysis of academic publications and government reports"
author: "Robin Lovelace"
date: '`r Sys.Date()`'
output:
github_document: default
pdf_document: default
word_document: default
bibliography: software.bib
---```{r}
# get citations
refs = RefManageR::ReadZotero(group = "418217", .params = list(collection = "JFR868KJ", limit = 100))
RefManageR::WriteBib(refs, "software.bib")
```## Abstract
```{r}
test = fulltext::ft_search(query = "transport planning", from = "crossref")
test = fulltext::ft_search(query = "transport planning", from = "arxiv")
test$arxiv$data
```