Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.16 KB

Histograph Data

Scripts to download and convert default data sources to Histograph format. Configuration of the individual scripts can be done in the Histograph configuration file.

First, install dependencies:

$ npm install

Then, you can run all source processing scripts defined in the configuration file like this:

$ node index.js

Or you can select the scripts you want to run yourself:

$ node index.js geonames tgn ...

Alternatively, you can select the processing steps you want to run:

$ node index.js --steps=convert tgn geonames

Valid processing steps:

  1. download
  2. convert

By default, all steps are run consecutively.

Data sources

Copyright (C) 2015 Waag Society.