opentopodata VS elevation_lookups

Compare opentopodata vs elevation_lookups and see what are their differences.

opentopodata

Open alternative to the Google Elevation API! (by ajnisbet)

elevation_lookups

Takes an input file of paths described as series of points, outputs a file of data about the elevation changes along those paths. (by eldang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
opentopodata elevation_lookups
3 2
297 3
- -
6.9 0.0
2 months ago 8 months ago
Python Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opentopodata

Posts with mentions or reviews of opentopodata. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-20.
  • I built an alternative to the Google Elevation API using open data
    1 project | /r/gis | 29 Sep 2021
    You can self-host an API serving open data (I also develop https://github.com/ajnisbet/opentopodata/ 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.
  • Show HN: An alternative to the Google Elevation API using open data
    1 project | news.ycombinator.com | 28 Sep 2021
    Hi HN!

    GPXZ ([https://www.gpxz.io/](https://www.gpxz.io/)) 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.

    Google Maps is the name brand elevation API but it'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.

    You can self-host an API serving open data (I also develop [https://github.com/ajnisbet/opentopodata/](https://github.co... 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.

    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.

    The [gpxz.io](http://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.

    I know this is a niche service compared to most Show HNs, happy to answer any questions about elevation data or geospatial APIs!

  • Ask HN: Do you use an elevation API?
    2 projects | news.ycombinator.com | 20 Sep 2021
    Cool, I learned about abstreet the other day from HN! Thanks for the feedback.

    These days I run everything geospatial in docker containers, the dependencies in geo are tricky.

    Interesting about the memory/caching issues. I was going to suggest rasterio which I use for batch queries in https://github.com/ajnisbet/opentopodata and comes bundled with its own gdal binary, but looks like you're already using that.

    I've also used zarr+tifffile for geotiffs in particular, it's faster and avoids a lot of gdal's warts, but you still need something like rasterio to read the geospatial metadata and handle projections.

elevation_lookups

Posts with mentions or reviews of elevation_lookups. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-20.
  • looking for a road with very specific characteristics
    1 project | /r/openstreetmap | 13 Apr 2023
    https://github.com/eldang/elevation_lookups may be helpful. You have to find and hook up your own digital elevation model data, but then you can feed in OSM road line-strings
  • Ask HN: Do you use an elevation API?
    2 projects | news.ycombinator.com | 20 Sep 2021
    abstreet.org has an offline import process that combines data from OpenStreetMap, city-specific GIS datasets, and elevation into a single file. The process has to be deterministic, given the same input and code, and calling out to an external API is a non-starter. We use https://github.com/eldang/elevation_lookups, a Python library that downloads missing LIDAR or SRTM data and uses GDAL to handle batch queries. Two issues with it are having too many dependencies (so we run it in Docker) and not being able to parallelize lookups without blowing up memory, due to some GDAL caching internals.

What are some alternatives?

When comparing opentopodata and elevation_lookups you can also consider the following projects:

geemap - A Python package for interactive geospatial analysis and visualization with Google Earth Engine.

osmnx - OSMnx is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.

whitebox-python - WhiteboxTools Python Frontend

felicette - Satellite imagery for dummies.

BlenderGIS - Blender addons to make the bridge between Blender and geographic data

whitebox - WhiteboxTools Python Frontend [Moved to: https://github.com/giswqs/whitebox-python]