whitebox-python VS opentopodata

Compare whitebox-python 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
whitebox-python opentopodata
2 3
360 295
1.1% -
4.8 6.9
about 1 year ago about 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.

whitebox-python

Posts with mentions or reviews of whitebox-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-09.

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 whitebox-python and opentopodata you can also consider the following projects:

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

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

whitebox-tools - An advanced geospatial data analysis platform

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

pysheds - :earth_americas: Simple and fast watershed delineation in python.

felicette - Satellite imagery for dummies.

pycrown - PyCrown - Fast raster-based individual tree segmentation for LiDAR data

WhiteboxTools-ArcGIS - ArcGIS Python Toolbox for WhiteboxTools

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.

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