Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 787 Bytes

vatspy-geojson-converter

This tool converts fir.geojson and FIRBoundaries.dat files for vatspy.

Downloading:

The latest version can be downloaded from the release page

Using

Validating:

run cargo run -- {name of file.(dat/json/geojson)}

Fixing:

run cargo run -- {name of file.(dat/json/geojson)} {name_of_same_file}

Converting:

run cargo run -- {name of file.(dat/json/geojson)} {name of converted file.(dat/json/geojson)}

installing rust and cargo

windows

install rustup either through rustup.rs or through scoop with scoop install rustup followed by rustup update

TODO!

Still some small features to be fixed. Check issues.