pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
83 stars 26 forks source link

(bug) fix for calculating rule of thumb (rot) for a point pattern #46

Closed weikang9009 closed 4 years ago

weikang9009 commented 4 years ago

w, s, n, e = self.mbb should be w, s, e, n = self.mbb https://github.com/pysal/pointpats/blob/master/pointpats/pointpattern.py#L252