{"id":17972758,"url":"https://github.com/reyemtm/elevationquery","last_synced_at":"2025-04-03T23:13:15.911Z","repository":{"id":57222302,"uuid":"339717825","full_name":"reyemtm/elevationQuery","owner":"reyemtm","description":"A tool that queries publicly available elevations for a given set of points and returns the result as an array and GeoJSON.","archived":false,"fork":false,"pushed_at":"2021-06-04T20:00:16.000Z","size":847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T00:04:51.955Z","etag":null,"topics":["elevation","geojson","maps","usgs"],"latest_commit_sha":null,"homepage":"https://observablehq.com/@reyemtm/query-elevations-using-usgs-and-gmrt","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/reyemtm.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}},"created_at":"2021-02-17T12:32:13.000Z","updated_at":"2021-12-13T14:14:01.000Z","dependencies_parsed_at":"2022-09-05T07:00:34.311Z","dependency_job_id":null,"html_url":"https://github.com/reyemtm/elevationQuery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyemtm%2FelevationQuery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyemtm%2FelevationQuery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyemtm%2FelevationQuery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reyemtm%2FelevationQuery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reyemtm","download_url":"https://codeload.github.com/reyemtm/elevationQuery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092393,"owners_count":20882218,"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","geojson","maps","usgs"],"created_at":"2024-10-29T16:25:41.438Z","updated_at":"2025-04-03T23:13:15.891Z","avatar_url":"https://github.com/reyemtm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elevation Query\n\n```JavaScript\nimport elQ from \"elevation-query\";\nimport fs from \"fs\";\nconst { getElevation, getPointArray } = elQ;\n\nconst line = JSON.parse(fs.readFileSync(\"./docs/trail.geojson\"));\nconst points = getPointArray(line, {max: 5});\n\n(async () =\u003e {\n  //Providers are USGS and GMRT (default)\n  const { elevationArray, featureCollection } = await getElevation(points, {provider: \"\"});\n  console.log(points);\n  console.log(elevationArray)\n})()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freyemtm%2Felevationquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freyemtm%2Felevationquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freyemtm%2Felevationquery/lists"}