Skip to content

sayonetech/shortest_map_points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortest_map_points

How to run

  • python3 -m venv ../virtual
  • source ../virtual/bin/activate
  • pip install -r requirements.txt
  • Create .env file paste content inside .env.example with correct values(It requires MapBox access token - https://docs.mapbox.com/playground/directions/)
  • set FETCH_FROM_FILE True(from file) or False(From URL)\
  • python example_use.py (This will print the track json - sample implementation)

Note: This uses MapBox API to fetch the route information.

Logic
  • Finding the sferiche_pois
  • Based on sferiche_poi fetch route information from mapbox API
  • Identify nearest sferiche points from the coodinates of the route.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages