UDST / spandex

Spatial Analysis and Data Extraction
http://nbviewer.ipython.org/github/synthicity/user_meeting_2014/blob/gh-pages/spandex/spandex_demo.ipynb
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Synthesis and Scaling #46

Closed jiffyclub closed 10 years ago

jiffyclub commented 10 years ago

Sorry for the huge PR. #45 encompassed a lot of things.

I've kept scaling values and adding/removing rows (synthesis) wholly separate. There is really no logic and few configuration parameters shared between them. If we need some high level unification we can talk about what that should look like.

I've written two high level functions, one each for scaling and synthesis, that work from control tables.

For scaling see:

For synthesis see:

Closes #45.

janowicz commented 10 years ago

I tried these out using some basic examples of Albuquerque data, and it works well. This will get additional testing later on when @daradib works on Bay Area imputation. Feel free to merge! Thanks.