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

Enhancement wishlist #47

Open ljwolf opened 4 years ago

ljwolf commented 4 years ago

This is a running list of enhancements burbling up of when writing the gdsbook/book chapter on point pattern analysis.

additional hulling measures

API consistency

Performance

New statistics

sugam45 commented 4 years ago

Hi @ljwolf I have analyzed the points put forth by you. In my analysis :

ljwolf commented 4 years ago

Hey thanks! If you want to take a stab at it,

  1. wrapping the opencv minimum area rectangle into a special function
  2. renaming mbr to minimum bounding rectangle

would be a good first steps for this!

sugam45 commented 4 years ago

Hi @ljwolf I have already made some changes in the code for mbr loop.

I will raise the PR for the same after proper testing.