openelevationservice
openelevationservice copied to clipboard
:sunrise_over_mountains: A GeoJSON based service to query SRTM elevation for points/lines.
Hi, I get the following error after: `sudo docker-compose up -d` ``` #0 32.10 copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-3.6/greenlet/platform #0 32.10 running build_ext #0 32.10 building 'greenlet._greenlet' extension #0 32.10 creating...
I've tried building the Docker image, which failed with the following message. This happens during the step where the Python requirements are installed. ``` configure: error: in `/tmp/pip-build-mmeastyv/gevent/deps/libev': configure: error:...
currently it is implied that the elevation unit is meters above sea level. This should be stated somewhere, so people using other elevation units aren't confused.
Hi, I was gonna try to deploy this locally to test out, but it appears that the link for the FTP credential sign up (https://harvestchoice.wufoo.com/forms/download-cgiarcsi-srtm/) in the README is broken....
Sampling along lines in fixed intervals and/or per raster cell: http://blog.mathieu-leplatre.info/drape-lines-on-a-dem-with-postgis.html
`{\"code\":4002,\"message\":\"GeometryError: The requested geometry is outside the bounds of srtm\"}\n"` Getting this as response for request to: `https://api.openrouteservice.org/elevation/line` Is there a way to switch dataset? I see SRTM is the...
We use the start and end point of our paths to estimate the slope. For very short paths, we will get a very high slope in case the paths crosses...
The querys `ST_Value` returns a table with one col and multiple rows. A row for each raster tile that `ST_Intersects` returns true for. Previously, all except one value at tile...