📡 GINPA Is Not a Position Analyst
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.
Go to file
Samuel FORESTIER 099b663bfc Update 'README.md' 2018-12-22 22:41:14 +01:00
Controleur Optimisations + Fix' partiel du problème de calcul du zoom optimal 2017-02-11 14:57:08 +01:00
DocUtilisateur Create .gitignore 2017-02-10 02:57:27 +01:00
Headers Fix' affichage des routes lors des prévisualisations de suppression 2017-02-11 16:44:57 +01:00
Modele Remplace var ratio par macro RADIANS 2017-08-01 22:52:47 +02:00
Vue Fix' affichage des routes lors des prévisualisations de suppression 2017-02-11 16:44:57 +01:00
.gitattributes Amélioration du menu + Nouveau fichier icône + Amélioration de la fonction de récupération et d'affichage de la carte 2016-11-12 15:44:55 +01:00
.gitignore Create .gitignore 2017-02-10 02:57:27 +01:00
.travis.yml Enlève la dépendance à unac pour getRidOfAccents 2017-02-12 16:34:51 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-02-23 16:30:27 +01:00
LICENSE Create LICENSE 2017-02-06 20:29:02 +01:00
Makefile Enlève la dépendance à unac pour getRidOfAccents 2017-02-12 16:34:51 +01:00
README.md Update 'README.md' 2018-12-22 22:41:14 +01:00
main.c Remplace certains appels Ă  'fprintf(stderr, ...)' par des messages boxes 2017-02-01 20:57:37 +01:00
setUpWorkingEnvironment.sh Update setUpWorkingEnvironment.sh 2017-02-09 17:47:15 +01:00

README.md

GINPA

📡 GINPA Is Not a Position Analyst 📡

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 and MAPS Geocoding APIs.
Get a credential here 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, 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 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.
Thanks to Madebyolivier for its icons pack.
Thanks to Guillaume Vareille for its TinyFileDialogs code, which is very useful and easy to use.
Thanks to Freepik for its footprints which inspired the GINPA's logo designed by NAERNON.