azavea / pfb-network-connectivity

PFB Bicycle Network Connectivity
Other
40 stars 10 forks source link

Enable providing a custom population file to the analysis #890

Closed KlaasH closed 1 year ago

KlaasH commented 2 years ago

For non-US cities, the population information the analysis gets from the Census isn't available. Rebecca has been manually creating population files in a compatible format and overriding the analysis (i.e. by modifying the code and running it locally) to use them. We want to add a parameter for providing them to the analysis. It should work similarly to the "OSM extract URL" parameter, where we don't upload the file when submitting the job, we just provide an URL where it can be found (like a public URL for a file on S3).

The intention, at least at this point, is for the input files to already be formatted in the way the analysis expects, i.e. this will change where/how the analysis gets them but not how it processes them. We'll need to get some sample population files from Rebecca for testing.