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
- Host: GitHub
- URL: https://github.com/springmeyer/node-osmium-count
- Owner: springmeyer
- Created: 2016-12-22T03:01:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T05:30:24.000Z (over 9 years ago)
- Last Synced: 2025-05-20T04:35:06.065Z (about 1 year ago)
- Language: C++
- Size: 5.69 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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