{"id":23328862,"url":"https://github.com/tkrajina/go-elevations","last_synced_at":"2025-08-22T22:33:26.980Z","repository":{"id":20145225,"uuid":"23415535","full_name":"tkrajina/go-elevations","owner":"tkrajina","description":"SRTM parser for golang","archived":false,"fork":false,"pushed_at":"2021-02-27T10:56:13.000Z","size":744,"stargazers_count":20,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-18T23:00:38.534Z","etag":null,"topics":["elevation","go","golang","srtm"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkrajina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-28T04:43:15.000Z","updated_at":"2024-01-28T12:37:21.000Z","dependencies_parsed_at":"2022-09-19T12:10:40.957Z","dependency_job_id":null,"html_url":"https://github.com/tkrajina/go-elevations","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrajina%2Fgo-elevations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrajina%2Fgo-elevations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrajina%2Fgo-elevations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrajina%2Fgo-elevations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkrajina","download_url":"https://codeload.github.com/tkrajina/go-elevations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230647008,"owners_count":18258813,"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":["elevation","go","golang","srtm"],"created_at":"2024-12-20T21:28:50.476Z","updated_at":"2024-12-20T21:28:51.141Z","avatar_url":"https://github.com/tkrajina.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SRTM parser for golang\n\ngo-elevations is a parser for \"The Shuttle Radar Topography Mission\" data.\n\nIt is based on the existing library for python [srtm.py](https://github.com/tkrajina/srtm.py)\n\n## Usage\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\n\t\"github.com/tkrajina/go-elevations/geoelevations\"\n)\n\nfunc main() {\n\tsrtm, err := geoelevations.NewSrtm(http.DefaultClient)\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\televation, err := srtm.GetElevation(http.DefaultClient, 45.2775, 13.726111)\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\tfmt.Println(\"Višnjan elevation is\", elevation)\n}\n```\n\ngo-elevations is a parser for \"The Shuttle Radar Topography Mission\" data.\n\nIt is based on the existing library for python [srtm.py](https://github.com/tkrajina/srtm.py)\n\n## License\n\nThis library is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkrajina%2Fgo-elevations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkrajina%2Fgo-elevations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkrajina%2Fgo-elevations/lists"}