spint icon indicating copy to clipboard operation
spint copied to clipboard

SPatial INTeraction Models (spint)

Results 13 spint issues
Sort by recently updated
recently updated
newest added

This pull request includes all the work for the GSoC project of including competing destination estimation into SpInt module. For more information please visit my blog https://lenkahas.com/post/gsoc.html.

I am working through getting tests back running again through GHA over in [my fork](https://github.com/jGaboardi/spint/actions). * Seeing some intermittent failures, maybe due to randomness on macOS and Windows: * `test_universal.py::TestUniversal::test_Lenormand`...

https://github.com/pysal/libpysal/issues/353

@sjsrey Would be a able to grant admin permission to @martinfleis, @knaaptime, and myself?

* [ ] CI * [ ] build docs * [ ] release & publish

i always have problem of using gravity model when i want to calculate n x p value of o_var or d_var code like: o_cap = np.array(df[['Oi_1','Oi_2']]) d_cap = np.array(df[['Dj_1','Dj_2']]) or...

We need to update the vector autocorrelation typecheck to be a bit less prescriptive about where the "DistanceBand" weight is coming from. This was reported by @4rachelgreen in our [gitter...

******************************************************************************************************************************************* model = Gravity(flows, Oi, Dj, Dij, 'exp') local= model.local(loc_index=Origin, locs=np.unique(Origin)) Exception Traceback (most recent call last) Input In [19], in 1 model = Gravity(flows, Oi, Dj, Dij, 'exp') ---->...

While working on the [Notebooks book](https://github.com/pysal/notebooks/labels/nbs2.0) project, I've encountered the following issue: I cannot convert the [`glm_speed.ipynb`](https://github.com/pysal/spint/blob/master/notebooks/glm_speed.ipynb) notebook into a markdown file (needed to build the book website): ```python In...