TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: An alternative to the Google Elevation API using open data

2 点作者 bckygldstn超过 3 年前

1 comment

bckygldstn超过 3 年前
Hi HN!<p>GPXZ (<a href="https:&#x2F;&#x2F;www.gpxz.io" rel="nofollow">https:&#x2F;&#x2F;www.gpxz.io</a>) is an API for elevation point queries. These APIs are used for things like flight planning, flood analysis, elevation profile visualisation, and weather forecast localisation.<p>Google Maps is the name brand elevation API but it&#x27;s expensive, you are restricted in how you use the data, they decrease accuracy for batch queries, and their dataset is being left behind by all the amazing open data sources released in the last few years.<p>You can self-host an API serving open data (I also develop <a href="https:&#x2F;&#x2F;github.com&#x2F;ajnisbet&#x2F;opentopodata" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ajnisbet&#x2F;opentopodata</a>) which helps you do this) but elevation data comes in different formats and quality levels which are non-trivial to merge without artefacts, and the datasets are too large for a typical cloud workflow.<p>So I built the 12 TB GPXZ dataset, which carefully merges open lidar and satellite sources covering the whole globe. The idea is that with a single dataset you can get the best-possible data in your area of interest.<p>The gpxz.io API runs on a boring stack: nginx, uwsgi and python on dedicated servers. Everything is in a django monolith, except the API which I recently liberated from the monolith into a standalone flask service. I have a few freelance customers who are paying me for data processing and managed opentopodata hosting that have been extremely helpful in validating this idea.<p>I know this is a niche service compared to most Show HNs, happy to answer any questions about elevation data or geospatial APIs!
评论 #28684671 未加载