sualeh / pointlocation6709-ts

TypeScript support for ISO 6709 representation of geographic point location by coordinates

Home Page:https://sualeh.github.io/pointlocation6709-ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Build Coverage Status Main distribution npm

Point Location 6709

A TypeScript representation of ISO 6709 geographic point location by coordinates. Validity is enforced by unit tests. (See the sister project, a Java library for Point Location 6709, which more full-featured, with a parser and formatter.)

Download

You can download the TypeScript library from npm.

Usage

Please look at the pointlocation6709-ts--client project to see how to import and use the Point Location 6709 TypeScript library.

Development

Install Pre-requisites

Run

npm install

Test

Run

npm test

Build

Run

npm run build

Publish

To check packaging, run

npm pack

To publish, run

npm publish

Packaging and publishing will run a build so that the distribution files can be included in the published package.

Resources Used to Create This Library

About

TypeScript support for ISO 6709 representation of geographic point location by coordinates

https://sualeh.github.io/pointlocation6709-ts/

License:Eclipse Public License 2.0


Languages

Language:TypeScript 95.6%Language:Dockerfile 4.4%