Renan Xavier Cortes

Results 8 issues of Renan Xavier Cortes

Since our paper "Comparative Spatial Segregation Analytics" was accepted on Spatial Demography ( 👍 👍 👍 ) we can update the cell that says: _Let's decompose these difference according to...

enhancement

One nice index to implement in the module is the one proposed in: https://amstat.tandfonline.com/doi/full/10.1080/07350015.2012.707586 Some previous work has already been done in that sense as Rathelot kindly shared with me...

enhancement

Following what was discussed in https://github.com/pysal/segregation/pull/73#discussion_r296344366, the idea is to create a function that would only calculate a set of functions given by the user, rather than all the measures...

enhancement

https://link.springer.com/search/page/3?facet-content-type=%22Book%22&package=openaccess

enhancement

Currently, the package downloads all book files sequentially. It is worth to check the feasibility of parallel solutions. Possible options: - `future_walk` or `future_map` from `furrr` (https://github.com/DavisVaughan/furrr) - `async` (https://github.com/r-lib/async)

enhancement
help wanted

Hi, @jpmarindiaz , I loved your package and I wonder how can I personalize the output showing the share of each class like this: ![question](https://cloud.githubusercontent.com/assets/22593188/19039978/6ee6ec3a-8958-11e6-9cc0-ff88a5f38964.png) Besides, do you intend to...

I've been trying to find a way to 'drag and drop' a node and create a 'local' gravitational center. Is there a way to do that? I tried using many...