An open API service indexing awesome lists of open source software.

https://github.com/danwild/xy-coordinate-converter

Converts XY coordinates to Lat/Lon positions
https://github.com/danwild/xy-coordinate-converter

coordinate-transformation coordinates geolocation positioning

Last synced: 8 months ago
JSON representation

Converts XY coordinates to Lat/Lon positions

Awesome Lists containing this project

README

          

# xy-coordinate-converter [![NPM version][npm-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url]

Get the latlon position of an XY position using its origin.

```
# install
npm install --save xy-coordinate-converter

# build
npm run build

# test
npm test

```

## License
Apache 2.0

[npm-image]: https://badge.fury.io/js/xy-coordinate-converter.svg
[npm-url]: https://www.npmjs.com/package/xy-coordinate-converter
[npm-downloads-image]: https://img.shields.io/npm/dt/xy-coordinate-converter.svg