geco-bern / agds

Applied Geodata Science book. Developed for the lecture(s) with the same name at the Institute of Geography, University of Bern.
https://geco-bern.github.io/agds/
Other
5 stars 6 forks source link

Geospatial data and NetCDF #144

Open stineb opened 1 year ago

stineb commented 1 year ago

For AGDS Proseminar, we'll need to give students an introduction to geospatial data, in particular working with NetCDF. Therefore, I'd like to add a chapter in our AGDS book.

The intro that @khufkens wrote here covers raster and shapefiles in general and R {terra} in particular. We'll additionally need to give them an intro in handling NetCDF, also independent of R. This should really only be pointers and the very starting point of:

Helpful sources:

I would organise such a chapter like this:

Geospatial data and NetCDF

Geospatial data paradigms

Explain the different data types. Handling of shapefiles will be covered below with focus on R. Handling of raster files is the more common task for courses taught in the context of AGDS. Therefore extended intro to raster files and manipulations in R and independent thereof is given here.

Raster data

NetCDF

Raster data in R

Vector data in R

@padasch you could get this started. How confident do you feel about the NetCDF sub-section? I can get more started and fill in.