Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create from point / impute from point functions #28

Open
janowicz opened this issue Sep 12, 2014 · 0 comments
Open

Create from point / impute from point functions #28

janowicz opened this issue Sep 12, 2014 · 0 comments

Comments

@janowicz
Copy link
Contributor

Function to add/impute values in the disaggregate data (e.g. buildings, establishments) from spatial points representing observed values, such as from commercial data sources (e.g. InfoUSA, Metrostudy, Costar, Exceligent, REIS, Axiometric, Real Facts, D&B).

Examples of create from point:


create_from_point(buildings, commercial_data_source, how='replace')
create_from_point(buildings, commercial_data_source, how='add')

Examples of impute from point:


impute_from_point(buildings, commercial_data_source, {'unit_price':'price', 'non_residential_sqft':'sqft'})
impute_from_point(buildings, commercial_data_source, criteria='unit_price<50000')
impute_from_point(buildings, commercial_data_source, within=50)
impute_from_point(buildings, commercial_data_source, aggregation=('zone_id','mean'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant