📡 GINPA Is Not a Position Analyst
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Samuel FORESTIER 099b663bfc
Update 'README.md'
4 years ago
Controleur Optimisations + Fix' partiel du problème de calcul du zoom optimal 6 years ago
DocUtilisateur Create .gitignore 6 years ago
Headers Fix' affichage des routes lors des prévisualisations de suppression 6 years ago
Modele Remplace var ratio par macro RADIANS 6 years ago
Vue Fix' affichage des routes lors des prévisualisations de suppression 6 years ago
.gitattributes Amélioration du menu + Nouveau fichier icône + Amélioration de la fonction de récupération et d'affichage de la carte 6 years ago
.gitignore Create .gitignore 6 years ago
.travis.yml Enlève la dépendance à unac pour getRidOfAccents 6 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 6 years ago
LICENSE Create LICENSE 6 years ago
Makefile Enlève la dépendance à unac pour getRidOfAccents 6 years ago
README.md Update 'README.md' 4 years ago
main.c Remplace certains appels Ă  'fprintf(stderr, ...)' par des messages boxes 6 years ago
setUpWorkingEnvironment.sh Update setUpWorkingEnvironment.sh 6 years ago

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.