Converter from GeoJSON to SOSI
- Node.js ver 14.0.0 or greater
- No other dependencies
- git clone / download the repository.
- From repository root folder run
node cli-converter.js <path-to-GeoJSON-file>
- You will be prompted for the SOSI Object-type for each geographic feature in the geojson.
- Supports the geometry objects Point, Line, and MultiPoint.