Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tsgeo

clemdesign1.8kMIT1.2.2TypeScript support: included

TsGeo provides abstractions to geographical coordinates (including support for different ellipsoids) and allows you to calculate geographical distances between coordinates with high precision.

typescript, geoloacation, geographical, coordinates, GeoJSON, GPS, distance, vincenty, haversine

readme

TsGeo - A Simple Geo Library for TypeScript

TsGeo provides abstractions to geographical coordinates (including support for different ellipsoids) and allows you to calculate geographical distances between coordinates with high precision.

This library can be used in TypeScript project, for instance application under:

Full informations are available on the page of project https://github.com/clemdesign/typescript-tsgeo.

Credits

License

Copyright (c) 2018 clemdesign.

For use under the terms of the MIT license.

changelog

Change Log

All notable changes to clemdesign/tsgeo will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

[1.2.2] - 2018-04-17

Fixed

  • Resolve NPM package deployment

[1.2.0] - 2018-04-15

Added

  • Transform library package for NPM

[1.1.0] - 2018-04-11

Fixed

  • Fix segments determination issue for Polygon and Polyline
  • Fix DMS formatter issue
  • Fix Haversine issue
  • Improve Vincenty robustness

[1.0.0] - 2018-04-09

Added

  • First version of tsgeo library from phpgeo version 2.0.0