esda
esda copied to clipboard
statistics and classes for exploratory spatial data analysis
In line [103](https://github.com/pysal/esda/blob/master/esda/geary.py#L103), we simply disbar folks from passing a spatial weights matrix, even if it's API-compatible and can be used in the function. This means that, for instance, we...
implement visualisation methods for `esda.moran.Moran_Local` called from `splot` write documentation and tests for methods
* In order to be able to implement a `splot` `.plot()` method for `Moran_BV_matrix` and * to encourage more consistency in `esda.moran` functionality the current `esda.moran.Moran_BV_matrix` functionality could be converted...
Hello guys, I'm trying to run Moran_Local but getting this error ``` TypeError Traceback (most recent call last) /tmp/ipykernel_9486/1313755811.py in 6 y = np.array(f.by_col['z']) 7 from esda.moran import Moran_Local ---->...
This should address #210
https://github.com/pysal/esda/actions/runs/3071277058/jobs/4961813274#step:4:210 It appears that `min_samples` is no longer getting set properly: ``` E ValueError: min_samples == 0, must be >= 1. ```
Addresses #216
Based on https://github.com/pysal/esda/search?q=matplotlib we should probably add matplitlib as a required dependency.
Current [failures in 311-dev CI](https://github.com/pysal/esda/actions/runs/8302862203/job/22725973349#step:7:612) are due to a fiona/geopandas compatibility issue that is being resolved in https://github.com/geopandas/geopandas/pull/3209. @martinfleis recommend ignoring. Creating this issue merely for sanity check. * xref:...