opengeohub2023
Content for lecture at OpenGeoHub 2023 on spatial data and the tidyverse
File Explorer
- docker.yml
- pr.yml
- publish.yml
- paste-1.png
- paste-10.png
- paste-11.png
- paste-12.png
- paste-13.png
- paste-14.png
- paste-15.png
- paste-16.png
- paste-17.png
- paste-18.png
- paste-19.png
- paste-2.png
- paste-20.png
- paste-21.png
- paste-3.png
- paste-4.png
- paste-5.png
- paste-6.png
- paste-7.png
- paste-8.png
- paste-9.png
- .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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
osmium
View Details ▼
osmium
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
Was this content helpful?
(0 ratings)
