1.2.1 • Published 7 months ago

sector-file-tools v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 months ago

Sector file tools

Utilities for working with SCT, ASR and ESE files. This library can parse these files, and format them as GeoJSON data.

Install:

npm install sector-file-tools

Usage:

import { parseSct } from 'sector-file-tools';
import { parseSct, parseEse, parseAsr, toGeoJson } from 'sector-file-tools';

const sct = parseSct('.....');
const ese = parseEse('.....');
const asr = parseAsr('.....');
const geojson = toGeoJson(sct, ese, asr);

console.log(geojson); // data
1.2.1

7 months ago

1.2.0

8 months ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

4 years ago

0.0.1

4 years ago