{"id":17367459,"url":"https://github.com/juliuste/gauss-krueger","last_synced_at":"2025-04-08T03:34:43.911Z","repository":{"id":57245218,"uuid":"61130841","full_name":"juliuste/gauss-krueger","owner":"juliuste","description":"Convert GK2, GK3, GK4 \u0026 GK5 coordinates to WGS84 lat/lon.","archived":false,"fork":false,"pushed_at":"2020-07-21T17:56:19.000Z","size":55,"stargazers_count":16,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T05:05:25.540Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliuste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-14T14:44:06.000Z","updated_at":"2024-08-12T19:23:19.000Z","dependencies_parsed_at":"2022-09-01T06:11:12.061Z","dependency_job_id":null,"html_url":"https://github.com/juliuste/gauss-krueger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Fgauss-krueger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Fgauss-krueger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Fgauss-krueger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliuste%2Fgauss-krueger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliuste","download_url":"https://codeload.github.com/juliuste/gauss-krueger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247772938,"owners_count":20993627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library"],"created_at":"2024-10-15T22:56:59.961Z","updated_at":"2025-04-08T03:34:42.451Z","avatar_url":"https://github.com/juliuste.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gauss-krueger\n\nJavaScript module for converting [*Gauß-Krüger*-coordinates](https://en.wikipedia.org/wiki/Gauss%E2%80%93Kr%C3%BCger_coordinate_system) into WGS84 latitide and longitude, and vice versa. Supported zones: **GK2** *(EPSG:31466)*, **GK3** *(EPSG:31467)*, **GK4** *(EPSG:31468)*, **GK5** *(EPSG:31469)*, based on the the **Bessel** ellipsoide and **Potsdam / Rauenberg** datum.\n\n[![npm version](https://img.shields.io/npm/v/gauss-krueger.svg)](https://www.npmjs.com/package/gauss-krueger)\n[![Build Status](https://travis-ci.org/juliuste/gauss-krueger.svg?branch=master)](https://travis-ci.org/juliuste/gauss-krueger)\n[![Greenkeeper badge](https://badges.greenkeeper.io/juliuste/gauss-krueger.svg)](https://greenkeeper.io/)\n[![dependency status](https://img.shields.io/david/juliuste/gauss-krueger.svg)](https://david-dm.org/juliuste/gauss-krueger)\n[![dev dependency status](https://img.shields.io/david/dev/juliuste/gauss-krueger.svg)](https://david-dm.org/juliuste/gauss-krueger#info=devDependencies)\n[![license](https://img.shields.io/github/license/juliuste/gauss-krueger.svg?style=flat)](LICENSE)\n[![chat on gitter](https://badges.gitter.im/juliuste.svg)](https://gitter.im/juliuste)\n\n## Usage\n\n```javascript\nconst gk = require('gauss-krueger')\n\nlet wgs84 = gk.toWGS({x: 4591270, y: 5819620}) // {longitude: 13.34255019849783, latitude: 52.50210050984162}\n\nlet gk = gk.toGK({longitude: 13.4, latitude: 52.5}) // {x: 4595175.488530577, y: 5819460.402152777}\n\n// The script guesses the GK zone based on the input coordinate longitude.\n// You can also supply a zone directly via the zone parameter:\nlet gk5 = gk.toGK({longitude: 13.4, latitude: 52.5}, 5) // {x: 5391482.283752493, y: 5819737.58836849}\n```\n\n## Contributing\n\nIf you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit [the issues page](https://github.com/juliuste/gauss-krueger/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliuste%2Fgauss-krueger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliuste%2Fgauss-krueger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliuste%2Fgauss-krueger/lists"}