Sergio Rey
Sergio Rey
This is not working as documented.
I'm working on changing the functionality (in libpysal) so we get something like: 
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...
Yes, wrapping in both row and columns.
@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...