Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm for get_highest_elevation #15

Open
anselmos opened this issue Apr 18, 2017 · 0 comments
Open

Algorithm for get_highest_elevation #15

anselmos opened this issue Apr 18, 2017 · 0 comments

Comments

@anselmos
Copy link
Owner

Connected with #8.

Checks method for:

  • If no elevations in route, method should return None.
  • If elevations are equal or only one available, return None.
  • If more then one elevation (different) available, return highest.
anselmos added a commit that referenced this issue Apr 18, 2017
Moves 2 methods information to github Issues (#14, #15).

Adds get_lowest_elevation to GPXReader methods for pylint not to warn me
about it.
anselmos added a commit that referenced this issue Apr 18, 2017
* Adds elevation tests for gpxreader

* Adds few new tests for gpxreader

* Adds missing return on test-function

* Adds a Super-is-Super testing method for GPXReader

* Another attempt to clear tests

* Clears up tests code and makes them run faster.

Adds Abstract implementation of GPXReader.

* Changes steps of travis to make things faster.

Removes additional pip - installing to make all of the tests faster in
execution.

* Optimized travis & Makefile to make-tasks faster run

* Fixes problem with sudo on travis before-install

* Fixes finally problem with travis before-install

* Removes system-deps to check if this will fix gh-pages task problem

* Adds route-track-way points example with nose parameterized

* Fixes waypoints & routepoints

Changes for routepoints and waypoints example file.

Fixes problems with loading data from this files.

* Fixes few pylint errors.

Removes TODO information about adding Way-Route-Track Points.

* Cleans pylint. Moves 2 methods to github issues.

Moves 2 methods information to github Issues (#14, #15).

Adds get_lowest_elevation to GPXReader methods for pylint not to warn me
about it.
@anselmos anselmos modified the milestone: Python weekly milestone May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant