GithubHelp home page GithubHelp logo

giscience / openelevationservice Goto Github PK

View Code? Open in Web Editor NEW
59.0 10.0 12.0 276 KB

:sunrise_over_mountains: A GeoJSON based service to query SRTM elevation for points/lines.

Home Page: https://openrouteservice.org

License: Apache License 2.0

Dockerfile 2.82% Python 97.18%
srtm-data elevation-data elevation geojson openrouteservice

openelevationservice's Issues

API fails with complex encoded polylines

Hi!

We are testing the service and found that with encoded polylines with many points (more than 300) the API returns http 400. It does work with simpler encoded polylines.

Is there a known limit in the number of points for the /elevation/line endopoint?

Thanks!

State information about elevation units

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.

Backwards compatibility of encodedpolyline

Recent updates to the package introduced improvements to encodedpolyline format by adding support for increased precision. While implementing the new encodedpolyline6 format the originally accepted encodedpolyline parameter value was renamed to encodedpolyline5.

This approach, however, breaks backwards compatibility. Apart from it there is also no particular reason to use a different name for the format which follows Google's encoded polyline standard. Please consider renaming encodedpolyline5 to just encodedpolyline.

Cheers,
Andrzej

Building Docker image fails with no acceptable C compiler found

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: no acceptable C compiler found in $PATH

Attached you can find the full log output from the beginning of the step.
I guess this is because the newer Ubuntu Docker images are smaller than before. I'm sure they dropped everything from the image that is not needed.

I'm currently trying to fix this issue and prepare a pull request afterwards.

docker_build.log

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

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 build/temp.linux-x86_64-3.6
#0 32.10     creating build/temp.linux-x86_64-3.6/src
#0 32.10     creating build/temp.linux-x86_64-3.6/src/greenlet
#0 32.10     x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/oes_venv/include -I/usr/include/python3.6m -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-3.6/src/greenlet/greenlet.o
#0 32.10     unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
#0 32.10     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
#0 32.10     
#0 32.10     ----------------------------------------
#0 32.21 Command "/oes_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-9yrh8slh/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-xmv34gcf-record/install-record.txt --single-version-externally-managed --compile --install-headers /oes_venv/include/site/python3.6/greenlet" failed with error code 1 in /tmp/pip-build-9yrh8slh/greenlet/
------
failed to solve: executor failed running [/bin/sh -c /oes_venv/bin/pip3 install -r /deploy/app/requirements.txt]: exit code: 1
(base) beatgurtner@bg openelevationservice % 

I did not change the content of the *.yml file:

---
attribution: "service by https://openrouteservice.org | data by http://srtm.csi.cgiar.org"
coord_precision: 1e-6
maximum_nodes: 2000
srtm_parameters:
  user: 
  password: 
provider_parameters:
  table_name: oes_cgiar
  db_name: 
  user_name:
  password:
  host: localhost
  port: 5432

Should I change something?

Any idea why I'm getting this error above?

Im using MacOS 13.1 with conda.io, Python 3.11.0 and installed Docker v4.16.2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.