eli knaap

Results 78 issues of eli knaap

the size of the repository including its history is ~460mb, which is massive considering the *file* size of the repo (without history) is like 20x smaller. The big inflation is...

as described [here](https://gist.github.com/knaaptime/31f7fc7dfe57e7403c9621436756d573)

enhancement

with [factor analyzer](https://factor-analyzer.readthedocs.io/en/latest/factor_analyzer.html#factor_analyzer.confirmatory_factor_analyzer.ConfirmatoryFactorAnalyzer) we can include a CFA interface for building neighborhood measurement models as described [in this paper](https://www.tandfonline.com/doi/full/10.1080/10511482.2017.1331930)

- [x] ltdb reader - [ ] ncdb reader

good first issue
data

as described [here](https://github.com/spatialucr/oslnap-papers/issues/60#issue-324979544)

enhancement

in the rest of the ecosystem we're [using versioneer](https://github.com/pysal/libpysal/pull/429) to handle the `__version__` attribute. We want to do the same here

enhancement

this isn't strictly a problem, but we might want to avoid naming the index explicitly to 'geoid', which usually means FIPS code. If folks arent using census data, but they...

maint

this adds a function to generate an array of colors from an array of values. I've [been toying](https://knaaptime.com/urban_analysis/05_access/simple_access.html#using-the-z-dimension) with pydeck lately, which, basically, requires a column of colors on the...

enhancement

we need to add the [smoothing classes](https://github.com/pysal/esda/blob/main/esda/smoothing.py) to the docs