osp-stats-basic - Calculate some basic statistics on OSM data files
osp-stats-basic [OPTIONS] OSM-FILE
Calculate some basic statistics from OSM data file and write them to an SQLite database.
If the input is an OSM history file, the stats are calculated for the time end point. You can use the --timstamp option to change this.
-h, --help : Show usage help.
-o, --output=FILE : Name of the output file.
-q, --quiet : Quiet mode.
-t, --timestamp : If the command is run on an OSM history file this option can be used to specify the point in time for which the stats should be calculated.
osp-stats-basic exits with exit code
0 ~ if everything went alright,
1 ~ if there was an error processing the data, or
2 ~ if there was a problem with the command line arguments.
- osp-history-stats-basic