Skip to content

For batch conversion of RT 90 and SWEREF 99 coords to and from WGS84 lat, lng

License

Notifications You must be signed in to change notification settings

marcusasplund/sweref-convert

Repository files navigation

sweref-convert

ES2015 port of http://latlong.mellifica.se

For batch conversion of geodetic coordinates between Swedish Grid RT 90, SWEREF99 and WGS84 lat, lng

GitHub issues Build status Known Vulnerabilities

Standard - JavaScript Style Guide

Built with SolidJS and SUID

Offline support with service worker

installation

    $ git clone https://github.com/marcusasplund/sweref-convert.git

    $ cd sweref-convert

    $ yarn || npm install

    $ yarn start || npm run start

build a release

    $ yarn build || npm run build

This will generate a release directory with your minified/rev'd assets.

Credits

All geodetic conversion calculations are taken from https://github.com/arnoldandreasson/latlong_mellifica_se