An open API service indexing awesome lists of open source software.

https://github.com/springmeyer/node-osmium-count

Node.js tool to count all ways, nodes, and relations in osm.pbf using libosmium
https://github.com/springmeyer/node-osmium-count

Last synced: 12 months ago
JSON representation

Node.js tool to count all ways, nodes, and relations in osm.pbf using libosmium

Awesome Lists containing this project

README

          

## node-osmium-count

Reads an osm.pbf file and prints the count of `ways`, `nodes`, and `relations`.

Uses `libosmium` and `protozero` under the hood for fast, multithreaded parsing in C++.

### Install:

npm install osmium_count

### Usage:

See [API.md](API Documentation)

### Build from source

make clean
make