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

Functions that could utilize Elevation Data #25

Open
HarshPatel682 opened this issue Feb 15, 2019 · 2 comments
Open

Functions that could utilize Elevation Data #25

HarshPatel682 opened this issue Feb 15, 2019 · 2 comments

Comments

@HarshPatel682
Copy link
Contributor

  • getElevation(read_address)
    • get the elevation at a specific location
  • getMaxElevation(Street)
    • get the max of any street
  • getMinElevation(Street)
    • get the min of any street
  • getSlope(street)
  • getLargestSlope(/* trip */)
  • getSmallestSlope(/* trip */)
  • getHighestElevations(number, polygon)
  • getLowestElevations(number, polygon)
  • roadsWithElevation(elevation, elevation, polygon)
    • get the names of the roads that have a certain elevation
  • getBuildingHeight(street, street)
    • maybe building name
    • can be used for drone navigation (if wanted in the future)
  • roadsWithSlopeBetween(value, value, polygon)
  • roadsWithSlopeAbove(value, polygon)
  • roadsWithSlopeBelow(value, polygon)
  • getRoadSlope(intersection)
    • at an intersection, get slope for each road
  • isBikeSafe(road/trip)
  • isSkateboardSafe(road/trip)
  • isDrivingSafe(road/trip)
    • if the slope is "too large", it not safe to drive when icy

These are just very preliminary functions that I have come up with. They are potential functions that could be added to LIMO which use Elevation.

Also, while on a trip, make the color of the line change color as elevation increases or decreases.

@HarshPatel682
Copy link
Contributor Author

@HarshPatel682
Copy link
Contributor Author

Might need to use QGIS to convert the data from openTopography to WGS84.
I tried to reproduce my previous results, but I couldn't remember what steps I took.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant