@mapbox/geojson-segment
v1.0.0
Published
split a geojson file generated by togeojson into two-vertex chunks with properties
Downloads
6
Maintainers
Readme
geojson-segment
split a geojson file generated by togeojson into two-vertex chunks with properties
segment
Given a GeoJSON produced by toGeoJSON from GPX, split LineString geometries into two-vertex linestrings with properties of heartRate and time before & after.
Parameters
| parameter | type | description |
| --------- | ------ | ------------------------------------------------------ |
| geojson
| Object | a GeoJSON FeatureCollection object output by toGeoJSON |
Returns Object
, a GeoJSON FeatureCollection of two-vertex linestrings
Installation
Requires nodejs.
$ npm install geojson-segment
Tests
$ npm test