Sergio Rey

Results 208 comments of Sergio Rey

I'm working on changing the functionality (in libpysal) so we get something like: ![2019-09-02-1642-1567467775-sel](https://user-images.githubusercontent.com/118042/64135760-d431b680-cda0-11e9-910f-2d23387db6bb.png)

One way to do some memory profiling: https://github.com/ianozsvald/ipython_memory_usage

I have a start at the cataloging of the remotes with yml files to allow for users to easily add new remote examples. Working on the [branch catalog](https://github.com/sjsrey/libpysal/tree/catalog).

> Since the `newHaven` dataset is a `remote` that resides in @sjsrey's [`newHaven`](https://github.com/sjsrey/newHaven) repo that would have to be renamed, correct? Yes, it is remote and the change should be...

@Algogator The `lat2W` function is really a helper function that defines the neighbor relations in a dictionary, and then passes that dict to the W class. So to do something...

@aghinsa it is still open if you would like to work on it. A PR would be welcome.

@MgeeeeK The issue is still open and available. For `rook=False` the queen definition applies. So location 2 is in the upper right corner of the lattice, 1 is to its...

You are holding it wrong ;-> ``` >>> libpysal.cg.KDTree(pts, distance_metric="Arc").query([(.5,.5)]) (array([78.62319385]), array([2])) ``` The doc is a bit ambiguous as the query argument is: ``` x : array-like, last dimension...