Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarrasc/gps-simulator
calculate the most short road that binds two points in a map
https://github.com/hcarrasc/gps-simulator
Last synced: about 2 months ago
JSON representation
calculate the most short road that binds two points in a map
- Host: GitHub
- URL: https://github.com/hcarrasc/gps-simulator
- Owner: hcarrasc
- Created: 2014-01-02T15:03:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T15:13:48.000Z (about 11 years ago)
- Last Synced: 2023-03-25T13:59:30.377Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GPS-simulator
=============This is an unfinished work, that simulate a GSP using artificial intelligence. For example, you select two points of the map, and then it calculate for you the most short road that binds these two points.
The points of the map was stored in a postgresql database. The sql code or the data batabase are not provided.