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
- Host: GitHub
- URL: https://github.com/danwild/xy-coordinate-converter
- Owner: danwild
- License: apache-2.0
- Created: 2018-09-15T00:53:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T01:38:16.000Z (over 7 years ago)
- Last Synced: 2025-02-07T21:46:37.181Z (over 1 year ago)
- Topics: coordinate-transformation, coordinates, geolocation, positioning
- Language: JavaScript
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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