projets:plim:20142015:gr2
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
projets:plim:20142015:gr2 [2014/10/14 09:38] – créée tigli | projets:plim:20142015:gr2 [2014/11/23 22:53] (Version actuelle) – bouillet | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
=== MEMBERS === | === MEMBERS === | ||
- | //Dans la suite, | + | TASSOUX William\\ |
- | [< | + | BOUILLET Pierre\\ |
- | // | + | |
- | === Title of the Project : XXX === | + | === Title of the Project : Modalités de déplacement=== |
=== Name of the members of the Group === | === Name of the members of the Group === | ||
- | * Nom 1 | + | TASSOUX\\ |
- | * Prénom 1 | + | William\\ |
- | * Option | + | Architecture Logicielle\\ |
- | * Adresse email 1 | + | tassoux@polytech.unice.fr\\ |
- | * Nom 2 | + | |
- | * Prénom 2 | + | BOUILLET\\ |
- | * Option | + | Pierre\\ |
- | * Adresse email 2 | + | Architecture Logicielle\\ |
- | * Nom 3 | + | bouillet@polytech.unice.fr\\ |
- | * Prénom3 | + | |
- | * Option | + | |
- | * Adresse email 3 | + | |
=== Equipments === | === Equipments === | ||
- | + | ||
- | * Marque et type de votre téléphone | + | Nokia Lumia 925\\ |
- | | + | Téléphone personnel: Oui\\ |
- | | + | IMEI: N/A |
=== Content of the Project === | === Content of the Project === | ||
- | // quelques lignes sur le projet // | + | The goal of the application is to be able to get information about transportation methods, sorted by geographical regions\\ |
+ | The application will make use of your phone' | ||
- | // indiquer les données collectées sur le téléphone, | + | * Windows.Devices.Geolocation (for GPS usage)\\ |
+ | * Microsoft.Phone.Controls (for user interaction | ||
+ | * Microsoft.Phone.Maps.Controls (for map display)\\ | ||
- | // indiquer les informations | + | By exploiting GPS data, we can determine two informations: |
- | // indiquer la manière dont vous présenterez les informations obtenues à l' | + | * The speed of the user at a current point\\ |
+ | * The most visited places by the user. | ||
- | // indiquer si vous souhaitez utiliser les informations obtenues pour d' | + | The calculation of the speed of the user is made by calculating the distance between the last two points, and dividing |
+ | the distance by the time elapsed between each data reception.\\ | ||
+ | Determining the most visited places by the user is more difficult. To enable this feature on our application, | ||
+ | we used the k-means algorithm included in the library alglib.\\ | ||
+ | |||
+ | The major problem we've encountered is that it is impossible to calculate directly the k-means because the data we have | ||
+ | is in specific GPS coordinate, named WGS-84. The k-means algorithm implemented required the data to be compatible | ||
+ | with euclidean distance.\\ | ||
+ | |||
+ | To solve this issue the application converts on the fly the WGS-84 coordinates into euclidean coordinates, | ||
+ | the k-means algorithm computes clusters based on the user configuration. As soon as the clusters are computed, | ||
+ | the application converts the data back into WGS-84 coordinates, | ||
+ | onto the map. | ||
=== SOFTWARE PACKAGES of the Project === | === SOFTWARE PACKAGES of the Project === | ||
* README File | * README File | ||
- | // an README file to explain all you install from Visual Studio | + | To deploy the project on your computer, simply download the zip and open the Visual Studio |
+ | the application either to your phone or to an emulator. | ||
* Project zip file | * Project zip file | ||
- | // add the zip file of the Project | + | https://mega.co.nz/#!U9RgGTzI!umPeXGJMP4Nnwk05mtPbGbIghRcQEBeGVVL2JHXKL2Q |
- | + | ||
- | * All required softwares | + | |
- | //Put all the links and explanations to install and to configure required softwares, before your WP8.X C# project// | + | |
+ | The software uses alglib, which is included in the project. You do not need additional steps in order to build the application\\ | ||
=== HOW TO USE IT === | === HOW TO USE IT === | ||
- | // here write step by step how to use your project // | + | By running the application, |
- | // you can add copies of screen | + | |
- | === RESULTS | + | {{http:// |
+ | {{http:// | ||
- | // Write a summary | + | The usage of our application is quite straightforward. It will automatically collect |
+ | The application is composed | ||
- | === Optionnal but considered in the evaluation : An 2 pages ACM paper on your results ==== | + | It is possible to interact with the map as in any application using a map . It is therefore possible to zoom, unzoom and move on the map.\\ |
+ | The application will gradually draw dots for each GPS data recieved. The application will compute your current speed, and draw either a purple dot (if | ||
+ | your speed exceeds 25kph) or red (if your speed is lower than 25kph).\\ | ||
+ | This data helps you understand which are your favorite transportation method for each geographical zone. | ||
- | // Optionnal but considered in the evaluation // | + | It is possible to set the number of clusters used by the application by dragging the slider below the map page.\\ |
+ | It is possible to delete the data recorded by clicking on the " | ||
+ | all the data stored by the application, | ||
- | //if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM format. This paper will be submitted to other researchers in the field and perhaps to present | + | === RESULTS |
- | // | + | |
- | + | ||
- | **A Paper ACM Format :** | + | |
- | [[http:// | + | |
- | + | ||
- | + | ||
- | === CONSIGNES ET RAPPELS | + | |
- | == Quelques consignes : == | + | The application works pretty well and give data precise enough to get good information about the transportation methods.\\ |
+ | Of course because of the GPS potential inaccuracies, | ||
- | - // Warning : everything must be written in english ....// | + | The clusters works pretty well too and groups position with accuracy to give a good preview of the visited location. |
- | - // Warning : every added file (ex. figures, picture, sources, binaries, video ...) must be added through | + | |
- | - //For more informations on DokuWiki syntax go to// [[https:// | + | |
projets/plim/20142015/gr2.1413279512.txt.gz · Dernière modification : 2014/10/14 09:38 de tigli