Stefanie Lumnitz
Stefanie Lumnitz
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...
* add overlay.py script to codebase * add overlay to __init__.py To-Do - [x] add tests - [ ] adding keywords
When using geopandas.overlay no warning is issued when the data frames are not using the same crs. ```py import dask_geopandas import geopandas import libpysal.examples as exp NYC = exp.load_example('NYC Education')...
I noticed that most packages have a static image in their `README.md` which is not rendered in the notebook book. I suppose due to the images not being imported in...
Most of `splot`'s tests are based on testing whether or not a figure is generated. This should slowly transition to testing the content of the figure itself as suggested by...
**space to discuss visualisations for new raster functionality** Idea to include plotting functionality for weights generated using raster data [see](https://github.com/pysal/libpysal/pull/318/files) This would include: *suggestions*: - [x] to refactor `plot_spatial_weights()` to...
Outlined in this [conversation](https://github.com/pysal/mapclassify/issues/72) the mapclassify_bin functionality should be moved from splot into mapclassify: * [ ] Integrate [`mapclassify_bin`](https://github.com/pysal/splot/blob/2e8f13a54e71faa60c0520ea9ba7e2b30aad2629/splot/_viz_value_by_alpha_mpl.py#L400) into mapclassify. * [ ] Integrate tests into mapclassify * [...
### Space to collect thoughts and ideas for a collaboration between `geopandas` and `PySAl`/ `splot` The purpose of this issue is to start a discussion between the `geopandas` and `PySAL`/...
`plot_local_autocorrelation()`, spatial weights functionality and parts of via_functionality not building in docs.