{"id":15647270,"url":"https://github.com/timothygu/utm","last_synced_at":"2025-09-05T09:32:26.572Z","repository":{"id":52671821,"uuid":"44916197","full_name":"TimothyGu/utm","owner":"TimothyGu","description":"Bidirectional UTM-WGS84 converter for JavaScript.","archived":false,"fork":false,"pushed_at":"2022-10-27T10:40:06.000Z","size":22,"stargazers_count":45,"open_issues_count":3,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T19:58:25.255Z","etag":null,"topics":["javascript","latitude","utm","wgs84"],"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/TimothyGu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-25T15:36:35.000Z","updated_at":"2024-03-20T20:57:28.000Z","dependencies_parsed_at":"2023-01-20T14:01:01.239Z","dependency_job_id":null,"html_url":"https://github.com/TimothyGu/utm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Futm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Futm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Futm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimothyGu%2Futm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimothyGu","download_url":"https://codeload.github.com/TimothyGu/utm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232034691,"owners_count":18463356,"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":["javascript","latitude","utm","wgs84"],"created_at":"2024-10-03T12:18:06.344Z","updated_at":"2024-12-31T22:43:09.827Z","avatar_url":"https://github.com/TimothyGu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utm\n\nBidirectional UTM-WGS84 converter for JavaScript.\n\n[![npm version](https://img.shields.io/npm/v/utm.svg)](https://www.npmjs.org/package/utm)\n[![Travis](https://img.shields.io/travis/TimothyGu/utm.svg)](https://travis-ci.org/TimothyGu/utm)\n\nTranslated directly from [Tobias Bieniek's implementation in Python](https://github.com/Turbo87/utm).\n\n## Usage\n\n```js\nvar utm = require('utm')\n```\n\n### `utm.toLatLon(easting, northing, zoneNum, zoneLetter, northern, strict = true)`\n\nConvert from UTM-WGS84 to latitude/longitude coordinates. One and only one of\n`zoneLetter` and `northern` must be specified. `strict` option specifies\nwhether easting and northing are checked against their respective ranges.\n\nReturns `{ latitude, longitude }`.\n\n### `utm.fromLatLon(latitude, longitude[, zoneNum])`\n\nConvert from latitude/longitude coordinates to UTM-WGS84. `zoneNum` can be set\nto force a specific zone number.\n\nReturns `{ easting, northing, zoneNum, zoneLetter }`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothygu%2Futm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimothygu%2Futm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimothygu%2Futm/lists"}