{"id":26768634,"url":"https://github.com/marlo22/geoconverter","last_synced_at":"2025-08-31T13:35:14.395Z","repository":{"id":188234068,"uuid":"678346354","full_name":"marlo22/geoconverter","owner":"marlo22","description":"A simple CLI tool for fast CRS transformation of geographic coordinates.","archived":false,"fork":false,"pushed_at":"2023-08-27T13:08:10.000Z","size":361,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:38:35.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marlo22.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2023-08-14T10:42:45.000Z","updated_at":"2023-08-14T10:48:41.000Z","dependencies_parsed_at":"2025-03-28T21:34:56.269Z","dependency_job_id":"b28599d9-54f5-47df-acc3-990b83e7745c","html_url":"https://github.com/marlo22/geoconverter","commit_stats":null,"previous_names":["marlo22/geoconverter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/marlo22/geoconverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marlo22%2Fgeoconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marlo22%2Fgeoconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marlo22%2Fgeoconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marlo22%2Fgeoconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marlo22","download_url":"https://codeload.github.com/marlo22/geoconverter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marlo22%2Fgeoconverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272988767,"owners_count":25026959,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2025-03-28T21:34:46.152Z","updated_at":"2025-08-31T13:35:14.371Z","avatar_url":"https://github.com/marlo22.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geoconverter\nA simple CLI tool for fast CRS transformation of geographic coordinates.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/terminal.gif\" alt=\"Tool preview\"\u003e\n\u003c/p\u003e\n\n## Quick examples\n- Transform coordinates passed directly as a CLI argument from EPSG:4326 to EPSG:3857.\n```sh\n./geoconverter -i 4326 -o 3857 -c \"[[21.00017724164357, 52.22746422475734], [20.99920222484198, 52.22725414500391]]\"\n```\n- Transform file coordinates from EPSG:4326 to EPSG:3857.\n```sh\n./geoconverter -i 4326 -o 3857 -f line.json\n```\nAs a result you get a prettiefied JSON with transformed coordinates:\n```\n[\n  [\n    [\n      5813934.7229239,\n      2391899.722129077\n    ]\n  ],\n  [\n    [\n      5813911.336952722,\n      2391783.462034956\n    ]\n  ]\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlo22%2Fgeoconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarlo22%2Fgeoconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarlo22%2Fgeoconverter/lists"}