Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramyaragupathy/group-relations
https://github.com/ramyaragupathy/group-relations
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramyaragupathy/group-relations
- Owner: ramyaragupathy
- Created: 2016-06-14T10:57:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T17:23:31.000Z (over 7 years ago)
- Last Synced: 2024-12-22T23:04:38.106Z (21 days ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Group - relations
This utility works on an input feature collection of [turn restrictions](http://wiki.openstreetmap.org/wiki/Relation:restriction) from [OSM](http://www.openstreetmap.org/) and re-group them into features based on unique relations IDs. So the number of features in the output geojson will be equal to the number of unique relation IDs present in your input collection.
### Usage:
`group-relations --filename `
This will give the restructured geojson output to `stdout`.
`group-relations --filename > `
This saves the restructured geojson to a file named `output.geojson`