abstreet/importer
Kyle Huston 90cf38a522
Fail importer immediately if dependencies are missing and make gunzip etc. configurable (#296)
* Read ImporterConfiguration from .toml file if present. Also check for presence of dependency programs.

* Actually use config.osmconvert instead of hard-coded 'osmconvert'

* Add curl to checked dependencies

* Don't require all fields to be present in importer.toml configuration. Fill in defaults.

* Remove unneeded slice

* Use json for importer config and use serde(default) attribute to simplify application of defaults

* Extract re_dependencies_callable from main.rs and remove dependency on Job

* Revert change to abstutil, use struct-level default attribute

* Add importer.json to .gitignore

* Make gunzip_args string instead of Option<string>
2020-08-27 09:06:14 -07:00
..
src Fail importer immediately if dependencies are missing and make gunzip etc. configurable (#296) 2020-08-27 09:06:14 -07:00
Cargo.toml Fail importer immediately if dependencies are missing and make gunzip etc. configurable (#296) 2020-08-27 09:06:14 -07:00