book icon indicating copy to clipboard operation
book copied to clipboard

CHAPTER: Points

Open darribas opened this issue 6 years ago • 6 comments

Issue set up to track "Chapter 9: Point Pattern Analysis"

darribas avatar Jun 30 '19 11:06 darribas

todo:

  • [x] move airports geoprocessing stuff out to the relevant geoprocessing chapter
  • [x] add centrography on tokyo data
  • [x] add statistical testing on tokyo data

ljwolf avatar Dec 13 '19 14:12 ljwolf

Need to:

  1. rewrite for the performant numpy-oriented API (few changes)
  2. add questions

ljwolf avatar May 08 '20 13:05 ljwolf

Review is being coordinated over at #135

darribas avatar Jan 22 '21 17:01 darribas

Comments from the review, to discuss:

  • [ ] We use one function, once that requires OpenCV, which is a pretty hefty install. Could we consider removing it?
  • [ ] The Centrography and Randomness sections make use of bold font to signify specific techniques. This is useful, but it's also the only case I can think of in the book where we do this. Do we want to keep the pattern across? Do we want to remove it?
  • [ ] I have left some of the code cells that are clearly written to be hidden from the reader on, but we should open a new issue to track application of this feature across the book.
  • [ ] We originally say we analyse three Ripley's functions, but then we only expose the $G$ and the $F$. Dis we intend to use $K$? Should we include it?

darribas avatar Jan 26 '21 18:01 darribas

After c088181ee4b3b615666ab39312a93f52da6f406a , review at #135 ready to be merged by either @sjsrey or @ljwolf

darribas avatar Jan 27 '21 19:01 darribas

Refer to baddeley book for further info on this chapter

ljwolf avatar Nov 30 '21 09:11 ljwolf