geemap VS opentopodata

Compare geemap vs opentopodata and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
geemap opentopodata
17 3
3,182 295
2.5% -
9.2 6.9
6 days ago 2 months ago
Python Python
MIT License MIT License
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.

geemap

Posts with mentions or reviews of geemap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-22.

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.

What are some alternatives?

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

streamlit - Streamlit — A faster way to build and share data apps.

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

streamlit-geospatial - A multi-page streamlit app for geospatial

whitebox-python - WhiteboxTools Python Frontend

wxee - A Python interface between Earth Engine and xarray for processing time series data

felicette - Satellite imagery for dummies.

Awesome-GEE - A curated list of Google Earth Engine resources

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

flood-sim - This repo simulates water flooding.

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.

awesome-spectral-indices - A ready-to-use curated list of Spectral Indices for Remote Sensing applications.

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