Skip to content

Commit

Permalink
minor update of exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Aug 3, 2024
1 parent 56e1928 commit 053141f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spatial_graphs/exercise.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the link does not work, please [report it](https://github.com/martinfleis/sds

### Interaction with Graphs

1. Create a contiguity matrix using the queen criterion
1. Create a contiguity matrix using the Queen criterion
1. Let's focus on Prague (ID `891` in the table). How many neighbours does it have?
1. Reproduce the previous section's zoom plot with Prague and its neighbours. Can you make that plot as both static and interactive maps?
1. Create a block spatial weights matrix where every geometry is connected to other geometries in the NUTS2 region. For that, use the `NUTS2_kod` column of the table.
Expand All @@ -40,4 +40,3 @@ suburbanisation["obyv_31122"] = (

1. Measure spatial lag (as mean, so don't forget to standardise your weights) of the `"obyv_31122"` column using all weights matrices you have created.
1. What is the difference in results for Prague? Do you know why?
1. Compare Moran Plots based on spatial lags from your two matrices. What is causing the difference? Which one would you use in a study of population density and why?

0 comments on commit 053141f

Please sign in to comment.