developmentseed / moz-datapipeline

Mozambique Road Planning data pipeline
MIT License
4 stars 1 forks source link

Normalize script parameters #34

Closed danielfdsilva closed 6 years ago

danielfdsilva commented 6 years ago

Some of the scripts input/output files are hardcoded as values, others are accepted as parameters. This doesn't provide a lot of flexibility and makes a lot of assumptions as how the structure should be.

We should decide on a way and normalize how scripts accept parameters. A nice approach would be to use named parameters. For example, node commander makes this pretty easy.

cc @olafveerman