James Gaboardi

Results 209 issues of James Gaboardi

Docstrings within `region` models are in several formats and there are quite a few missing argument explanations and example uses. See also @knaaptime's comments [here](https://github.com/pysal/spopt/pull/169#pullrequestreview-692958180), [here](https://github.com/pysal/spopt/pull/169#pullrequestreview-692962310), and [here](https://github.com/pysal/spopt/pull/169#pullrequestreview-692963966). This is...

docs
needs attention

See pysal/momepy#335 Implement the new `.yml` style for issue templates.

maintenance

**Do not close this issue until `transport` and `locate` are back in the package structure.** Per [this comment/situation](https://github.com/pysal/spopt/issues/128#issuecomment-761846853), we should remove the `transport` and `locate` directories (and mentions in the...

WIP

Currently the standard `AZP` algorithm is shown in the docs and demonstrated in the Tutorials. However, there are 3 variants of `AZP` available in `spopt`: * [`AZPSimulatedAnnealing`](https://github.com/pysal/spopt/blob/812200e339c6916e158cb2d013532ae4e88a94f5/spopt/region/azp.py#L511) * [`AZPBasicTabu`](https://github.com/pysal/spopt/blob/812200e339c6916e158cb2d013532ae4e88a94f5/spopt/region/azp.py#L846) *...

docs
notebooks/binders
region
tutorials

The current implementation of `Spenc` only allows for [passing 3 keywords in](https://github.com/pysal/spopt/blob/459601b7f653d0d41bab368b63f0c778d4e908a7/spopt/region/spenc.py#L43). However, the `SPENC` class has [13 keyword arguments](https://github.com/pysal/spopt/blob/459601b7f653d0d41bab368b63f0c778d4e908a7/spopt/region/spenclib/abstracts.py#L18).

region
rough edge

The naming of the New Haven, CT dataset may have been altered at some point causing it to be unfetchable. The following previously worked (see [here](https://pysal.org/spaghetti/notebooks/connected-components.html#Empirical-Example-—-New-Haven,-Connecticut) in `spaghetti` tutorial): ```python...

examples

This PR focuses on standardizing the `libpysal/weights/*` docs. See #290, #291, pysal/pysal#1174. @sjsrey This is ready for review. It is 95% docstring standardization and 5% logic/code streaming. I have also...

docs
weights
needs review

See also pysal/spopt#68 #### 1. Renaming the organization remote `master` branch. 1. Create a renamed copy of the `master` branch. * ``` $ git branch -m master main ``` 2....

maintenance
discussion
needs decision

When attempting to snap point to a network using [`spaghetti`](https://github.com/pysal/spaghetti), I have encountered two errors thrown from within [`libpysal.cg.rtree`](https://github.com/pysal/libpysal/blob/master/libpysal/cg/rtree.py). Here is a [gist showing the code and full error messages](https://gist.github.com/jGaboardi/ae1c85f50fb59e3d0e71e62a02ee9760)....

bug
question
cg

This issue is a base for keeping track of the standardization of the `libpysal` docstrings. See pysal/pysal#1174, the [docstring projects](https://github.com/pysal/pysal/projects/3), and [this discussion](https://hackmd.io/AnnMZhUARq6qnizL8ElWoA?both#adopt-docstring-standards-jGaboardi). The following list will be amended as...

docs
needs review