{"id":13439552,"url":"https://github.com/vlopes11/geomorph","last_synced_at":"2026-03-05T17:41:53.461Z","repository":{"id":57633575,"uuid":"135982726","full_name":"vlopes11/geomorph","owner":"vlopes11","description":"Rust implementation to simply convert between coordinate systems","archived":false,"fork":false,"pushed_at":"2024-09-13T19:59:05.000Z","size":42,"stargazers_count":14,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T20:09:59.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/geomorph","language":"Rust","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/vlopes11.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-04T06:49:48.000Z","updated_at":"2024-09-13T19:59:09.000Z","dependencies_parsed_at":"2024-10-27T23:11:28.631Z","dependency_job_id":null,"html_url":"https://github.com/vlopes11/geomorph","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"61bdc7722fa9d88e7413a0c4211bc15d0c6626ea"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlopes11%2Fgeomorph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlopes11%2Fgeomorph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlopes11%2Fgeomorph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlopes11%2Fgeomorph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlopes11","download_url":"https://codeload.github.com/vlopes11/geomorph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233908013,"owners_count":18749058,"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":[],"created_at":"2024-07-31T03:01:15.068Z","updated_at":"2025-09-23T01:30:29.641Z","avatar_url":"https://github.com/vlopes11.png","language":"Rust","readme":"# Geomorph\n\n[![Build Status](https://travis-ci.org/vlopes11/geomorph.svg?branch=master)](https://travis-ci.org/vlopes11/geomorph)\n[![Latest version](https://img.shields.io/crates/v/geomorph.svg)](https://crates.io/crates/geomorph)\n[![Documentation](https://docs.rs/geomorph/badge.svg)](https://docs.rs/geomorph)\n\nSimple conversion between different coordinate systems without external wrappers injection\n\n# Example\n\n```rust\nuse geomorph::{Coord, Mgrs, MgrsPrecision, Utm};\n\nlet lat: f64 = -23.0095839;\nlet lon: f64 = -43.4361816;\n\nlet coord = Coord::new(lat, lon);\nlet utm = Utm::from(coord);\nlet mgrs = Mgrs::from_latlon(lat, lon);\n\nprintln!(\"coord: {}\", coord);\nprintln!(\"utm: {}\", utm);\nprintln!(\n    \"mgrs precision 10km: {}\",\n    mgrs.with_precision(MgrsPrecision::P10km)\n)\n```\n","funding_links":[],"categories":["Libraries","库 Libraries","库"],"sub_categories":["Geospatial","地理空间 Geospatial","地理位置"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlopes11%2Fgeomorph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlopes11%2Fgeomorph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlopes11%2Fgeomorph/lists"}