Sergio Rey

Results 208 comments of Sergio Rey

I think the automatic change log is causing more problems than it solves. It might be better to use the git count to get some summary statistics, and then use...

@xf37 is working on some more narrative for the notebooks. But I don't see these as blocking since the docs can be rebuilt as notebooks get updated.

Let's implement the individual modules first, then think if it makes sense to nest them in different layers across the spatially encouraged vs. explicit dimension.

KDE on networks is not as straightforward as in the 2-d planar space case. The complications are outlined in section 9.2.3 of @book{okabe2012spatial, title={Spatial analysis along networks: statistical and computational...

This could be due to https://github.com/pysal/libpysal/commit/e72cb01de20c1b640c6f285e50904a3844506208 Where we are storing user data has changed.

There was a recent addition to [libpysal](https://github.com/pysal/libpysal/pull/51) that addresses what might be a related [issue](https://github.com/pysal/pysal/issues/889) to this.

When you say " i get an error. I need the scipy.sparse.csgraph.connected_components," can you be more specific and share the error message so that we might help? Any chance you...

Can you add the dbf and shx files?

There seem to be some problems with the geometries in your shapefile: ![2018-07-01-1205-1530471948-desk](https://user-images.githubusercontent.com/118042/42137809-ced36302-7d27-11e8-90fb-e730190d2fac.png) You can check the errors in QGIS using the menu: Vector-Geometry Tools-Check validity If you open the...

The remaining tests that are failing involve the [idVariable](https://github.com/pysal/libpysal/pull/299/checks?check_run_id=817185936#step:9:527). In exploring those tests, I think they are covering behaviour that is not longer supported when `ids` are removed. At the...