book
book copied to clipboard
Spatial Weights chapter - small typos
Used the Contiguity section on generating spatial weights for Californian counties dataset -all worked :). Quick scan over the remaining content, some small typos spotted:
- [ ] "Spatial weightsoften" - needs a space!
- [ ] # Build a regular 3x3 lattice and draw it here | wr = weights.contiguity.Rook.from_dataframe(gdf) - is this code comment intended? Doesn't really match what you'd interpret the code as doing per se...
- [ ] # Build a regular 3x3 lattice and draw it here | wq = weights.contiguity.Queen.from_dataframe(gdf) - ibid.
- [ ] Question 5.1. examine - missing capital. All other questions are capitalised.
Amazing! Thanks very much Jo! We'll get to those asap!