James Gaboardi
James Gaboardi
Since releases happen relatively infrequently, the path of least resistance may be to start a `CHANGELOG` wiki and have a prominent link to it in `README.md` + docs site. Then...
See #291
> Super simple sample > > ```python > import pandas as pd > import arcgis > pts = pd.DataFrame.spatial.from_featureclass(r"c:\gis\sample_data\Alaska Data\Trans_AirportPoint.shp") > knn_w = KNN.from_dataframe(df=pts, geom_col='SHAPE') > ``` > > ```python...
> Thanks for this! I don't actually think I can evaluate this without Arc, and I have no platforms that can run it currently, but this looks pretty straightforward to...
In the case of `[5]` the conditionals in [`line 325`](https://github.com/pysal/libpysal/blob/e6998425b917d342ece7a569abe5df6a15af220a/libpysal/weights/contiguity.py#L325), [`line 335`](https://github.com/pysal/libpysal/blob/e6998425b917d342ece7a569abe5df6a15af220a/libpysal/weights/contiguity.py#L335), [`line 337`](https://github.com/pysal/libpysal/blob/e6998425b917d342ece7a569abe5df6a15af220a/libpysal/weights/contiguity.py#L337) are `False` so [`line 339`](https://github.com/pysal/libpysal/blob/e6998425b917d342ece7a569abe5df6a15af220a/libpysal/weights/contiguity.py#L339)(below) is running with the `idVariable`, `ids`, and `id_order` arguments still being...
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?
> as @stuartlynn raises above, [centroids are sketchy](https://onlinelibrary.wiley.com/doi/10.1111/gean.12254) so will be cool to consider other options for attaching polys to the network This is what I did my dissertation on...
> the error looks to be specific to windows/fiona/py3.6, but otherwise i think this is basically passing Yes, and I think specific to the feedstock. I opened an issue over...
@sjsrey This PR is ready for review. Windows failures for Python 3.6 only due to the current issue upstream with [`fiona`](https://github.com/pysal/libpysal/pull/319/checks?check_run_id=1305802063#step:9:2726). This PR is independent of that issue.