polygis
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

polygis

Description

This package makes conversions between the listed cooridnate systems: ETRS89 -> Stereo 70 ETRS89 -> Stereo 30 Stere 70 -> ETRS89 Stere 30 -> ETRS89

Notice: ETRS89 conversion are from radians not degrees.

Usage

Installation:

npm install polygis;

JavaScript:

const polygis = require("polygis");

let newCoordinates = polygis.ConvertETRS89ToStereo70(46, 25);
console.log(newCoordinates);
//Outputs to: { North: 500031.19039881293, East: 500120.22355099773, type: 70 }

TypeScript:

import {* as polygis} from "polygis";

Package Sidebar

Install

npm i polygis

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.95 MB

Total Files

58

Last publish

Collaborators

  • dani19891211