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

Introduce a programmatic way for producing urban sprawl result #1

Open
delhomer opened this issue Dec 20, 2018 · 1 comment
Open

Introduce a programmatic way for producing urban sprawl result #1

delhomer opened this issue Dec 20, 2018 · 1 comment

Comments

@delhomer
Copy link
Owner

As the operations are nicely organized from overpass requests to result plotting, we may undertake a data pipeline formalization, for instance through a Python ETL like Luigi (see doc).

The idea would be to ensure that each operation is well done, and that there is no need to redo it. This should be done through a CLI based on Luigi capabilities, let imagine the following command to plot any urban sprawl metric:

luigi --module urbansprawl.tasks PlotWhateverMetric --city-ref lyon --date-query 2018-12-20 ...
@delhomer
Copy link
Owner Author

After PR #3 one may retrieve OSM data and compute urbansprawl indices; after PR #6, one may extract INSEE population features (French use case) and prepare data for further supervised algorithm executions.

delhomer added a commit that referenced this issue Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant