Skip to content

Latest commit

 

History

History
executable file
·
17 lines (9 loc) · 705 Bytes

README.md

File metadata and controls

executable file
·
17 lines (9 loc) · 705 Bytes

SA_lab

Tutorials and lab exercises for the "Introduction to statistical modelling for spatial data analysis" course at UBT.

  1. lab_python:

Python tutorial including basic data types and operators, containers, control-flow, comprehension, broadcasting, class (object-based modelling, inheritance, super(), magic methods), numpy, matplotlib.

  1. lab_descriptive:
  • Discriptive statistics (e.g. moment statistics, variance mean ration, data distribution, scatterplot). Dataframe data processing (pandas).

  • Spatial data exploration:

    • Spatial data visualisation (geopandas).
    • Spatial pattern analysis: Quadrant analysis and Moran's I (global and local), kernel functions.