{"id":20011065,"url":"https://github.com/lukehb/137-geo","last_synced_at":"2026-07-12T01:31:44.706Z","repository":{"id":95379041,"uuid":"70466648","full_name":"lukehb/137-geo","owner":"lukehb","description":"A tiny geography library in Java: map projections, coordinate conversion etc. Mostly refactored from Nasa WorldWind.","archived":false,"fork":false,"pushed_at":"2018-03-09T11:00:24.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T13:21:29.603Z","etag":null,"topics":["geography","gis","java","map-projections","nasa-worldwind","projection"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/lukehb.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,"governance":null}},"created_at":"2016-10-10T08:17:24.000Z","updated_at":"2017-03-04T05:15:31.000Z","dependencies_parsed_at":"2023-03-08T20:15:28.197Z","dependency_job_id":null,"html_url":"https://github.com/lukehb/137-geo","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.5454545454545454,"last_synced_commit":"8e15a50ba8c4b8d6bcbe44b7ec9c18edc8bba00b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukehb/137-geo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukehb%2F137-geo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukehb%2F137-geo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukehb%2F137-geo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukehb%2F137-geo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukehb","download_url":"https://codeload.github.com/lukehb/137-geo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukehb%2F137-geo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35379590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["geography","gis","java","map-projections","nasa-worldwind","projection"],"created_at":"2024-11-13T07:24:20.339Z","updated_at":"2026-07-12T01:31:44.687Z","avatar_url":"https://github.com/lukehb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 137-geo\nA tiny geography library in Java: map projections, coordinate conversion etc. Mostly refactored from Nasa WorldWind.\n\nExample usage for converting geographic coordinates into cartesian coordinates:\n\n```java\nProjectionMercator p = new ProjectionMercator();\ndouble lat = 13.7;\ndouble lon = 137.7;\n//from a mercator projection to cartesian coordinates (assuming WGS84)\ndouble[] xy = p.geographicToCartesian(lat, lon);\ndouble[] latlon = p.cartesianToGeographic(xy);\n\n//from lat/lon to UTM coordinates and back\nint utmZone = 1;\np = new ProjectionUTM(1);\n//...and so on\n```\n [ ![Download](https://api.bintray.com/packages/lukehb/137-geo/137-geo/images/download.svg) ](https://bintray.com/lukehb/137-geo/137-geo/_latestVersion)\n\nYou can use this project as a dependency like so:\n\n```groovy\nrepositories {\n    maven{url 'https://dl.bintray.com/lukehb/137-geo'} //hosted on bintray\n}\n\ndependencies {\n    compile 'onethreeseven:geo:0.0.4'\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukehb%2F137-geo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukehb%2F137-geo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukehb%2F137-geo/lists"}