opengeohub2023

(★ 19)

Content for lecture at OpenGeoHub 2023 on spatial data and the tidyverse

File Explorer

  • .devcontainer.json
  • .gitignore
  • .Rbuildignore
  • _quarto.yml
  • blog.qmd
  • countries.geojson
  • data.gpx
  • DESCRIPTION
  • Dockerfile
  • index.qmd
  • note-lecture1-ogh.qmd
  • opengeohub2023.Rproj
  • osm-slides.qmd
  • osm.qmd
  • osm.R
  • pois_buffer_simple.geojson
  • Project.toml
  • README.md
  • README.qmd
  • references.bib
  • renv.lock
  • styles.css
  • tidy-slides.qmd
  • tidy.qmd
  • tidy.R

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

osmium

View Details ▼

Multipurpose tool for handling OpenStreetMap (OSM) files.

osmium fileinfo {{path/to/input.osm}}

Show file information:

osmium show {{path/to/input.osm}}

Display contents:

osmium cat {{path/to/input.osm.pbf}} {{[-o|--output]}} {{path/to/output.osm}}

Convert file format from PBF into XML:

// repository documentation