This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
GINPA/README.md

46 lines
2.0 KiB
Markdown

# GINPA
:satellite: GINPA Is Not a Position Analyst :satellite:
## Which dependencies to install ?
* git = 2.11.0
* gcc >= 4.9.2
* SFML >= 2.1
* CSFML >= 2.1
* libcurl >= 7.38.0-4
* libjansson >= 2.7
`# aptitude install git gcc libsfml-dev libcsfml-dev libcurl4-gnutls-dev libjansson-dev`
## How to get, build and run the project ?
_GINPA_ uses the [Static Maps](https://developers.google.com/maps/documentation/static-maps/intro) and [MAPS Geocoding](https://developers.google.com/maps/documentation/geocoding/start) APIs.
Get a credential [here](https://console.developers.google.com/) before performing theses steps:
`$ git clone https://git.forestier.app/HorlogeSkynet/GINPA.git`
`$ cd GINPA/`
`$ chmod +x setUpWorkingEnvironment.sh && ./setUpWorkingEnvironment.sh`
`$ sed -i 's/AIzaSyBcU1vPg1hRYaMd3eGDIkoUULISuw6wbw8/API_KEY_FOR_STATIC_AND_GEOCODING/g' ./Modele/GMapsAPI.c`
`$ make && ./bin/Release/GINPA`
### I've run it, but what can I do with this software ?
We built a pretty cool [user manual](DocUtilisateur/Doc_utilisateur.md), give it a try !
### Which type of data the project uses ?
_GINPA_ may compute incredible results after having parsed files logs, with lines of the form:
`date:tttttttttt,lat:xx.xxxxxx,long:yy.yyyyyy;`
* `tttttttttt` represents the number of seconds since [Epoch](https://fr.wikipedia.org/wiki/Epoch) of a point
* `xx.xxxxxx` the latitude of a point
* `yy.yyyyyy` the longitude of a point
#### Resources & Acknowledgments
Thanks to _Dalton Maag Ltd_ for its [font](https://www.fontsquirrel.com/fonts/aller).
Thanks to _Madebyolivier_ for its [icons pack](http://www.flaticon.com/packs/essential-set-2).
Thanks to _Guillaume Vareille_ for its [TinyFileDialogs code](https://sourceforge.net/projects/tinyfiledialogs/), which is very useful and easy to use.
Thanks to _Freepik_ for its [footprints](http://www.flaticon.com/free-icon/footprints_120083#term=footprint&page=1&position=7%29) which inspired the _GINPA_'s logo designed by [NAERNON](https://github.com/NAERNON).