1.0.1 • Published 8 years ago

osmlint2csv v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

osmlint2csv

Convert osmlint output geojson file to csv file for uploading in to To-Fix. This repository contain script that help convert osmlint output files to csv files readable to-fix.

Installation

git clone https://github.com/osmlab/osmlint2csv.git
cd osmlint2csv/
npm install & npm link

Test

npm test

Usage

Node Ending Near highway

osmlint2csv --conv=nodeendingnearhighway --type=major osmlintOutputFile.geojson > majorRoads.csv
osmlint2csv --conv=nodeendingnearhighway --type=minor osmlintOutputFile.geojson > minorRoads.csv
osmlint2csv --conv=nodeendingnearhighway --type=path osmlintOutputFile.geojson > pathRoads.csv

Overlap Highways

osmlint2csv --conv=overlaphighways osmlintOutputFile.geojson > overlaps.csv

output : peru.csv ,Format: https://github.com/osmlab/to-fix/wiki/Task-sources#krakatoa