https://github.com/osmlab/osmlint-osmium
https://github.com/osmlab/osmlint-osmium
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmlab/osmlint-osmium
- Owner: osmlab
- License: isc
- Created: 2017-08-09T21:29:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T19:59:37.000Z (over 7 years ago)
- Last Synced: 2025-10-14T16:36:54.276Z (9 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 4
- Watchers: 28
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OMSlint osmium

Validate OpenStreetMap data with [PBF files](http://download.geofabrik.de/). osmlint-osmium is using [node-osmium](https://github.com/osmcode/node-osmium) to read the OSM data, dont forget install the [dependencies](https://github.com/osmcode/node-osmium#depends).
## Install
```
git clone git@github.com:osmlab/osmlint-osmium.git
cd osmlint-osmium/
npm link
```
## [Documentation](https://github.com/osmlab/osmlint-osmium/blob/master/doc.md)