Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edzer/ogh22
OpenGeoHub summer school 2022 materials
https://github.com/edzer/ogh22
Last synced: 2 months ago
JSON representation
OpenGeoHub summer school 2022 materials
- Host: GitHub
- URL: https://github.com/edzer/ogh22
- Owner: edzer
- Created: 2022-08-25T10:27:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T11:53:23.000Z (over 2 years ago)
- Last Synced: 2024-10-13T23:39:08.512Z (3 months ago)
- Language: Makefile
- Size: 782 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OGH22
OpenGeoHub summer school 2022 materialsItems:
* [raster-vector](https://edzer.github.io/OGH22/rv.html)
* [time](https://edzer.github.io/OGH22/time.html)
* [columnar](https://edzer.github.io/OGH22/columnar.html)
* Dockerfile for [GDAL+Parquet+Arrow support](https://github.com/r-spatial/sf/tree/main/inst/docker/arrow)## Part 1, Tue 13:30 - 15:00
Chapters 1-3 of [Spatial Data Science](https://r-spatial.org/book),
we will illustrate things with package `sf` (see ch 7). This
introduces you to spatial data, vector data, tesselations,
geometries, simple features, geometric predicates, geometric
transformations.## Part 2, Wed 9:00 - 10:30
Chapters 4-6 of [Spatial Data Science](https://r-spatial.org/book),
we will discuss spherical geometry, spatiotemporal information,
irregular spatiotemporal data in `sftime`, spatiotemporal raster
and vector data cubes in package `stars`, and if we have time left
chapter 5 on support of spatial data.