<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://air.imag.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexandre.Amaurin</id>
	<title>air - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://air.imag.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexandre.Amaurin"/>
	<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php/Special:Contributions/Alexandre.Amaurin"/>
	<updated>2026-06-10T11:14:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35013</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35013"/>
		<updated>2017-03-27T12:30:57Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Department : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;br /&gt;
[[Projets-2016-2017-GeoDiff/SRS|SRS]]&lt;br /&gt;
&lt;br /&gt;
== Week 3 (January 23th - January 29th) ==&lt;br /&gt;
== Week 4 (January 30th - February 05th) ==&lt;br /&gt;
&lt;br /&gt;
* UML diagrams (Use Case and Sequence)&lt;br /&gt;
&lt;br /&gt;
== Week 5 (February 6th - February 12th) ==&lt;br /&gt;
&lt;br /&gt;
* First look at Javascript and Leaflet&lt;br /&gt;
* Finished first SRS version&lt;br /&gt;
&lt;br /&gt;
== Week 6 (February 13th - February 19th) ==&lt;br /&gt;
&lt;br /&gt;
* Progress at the level of the delta and at the level of the graphic display.&lt;br /&gt;
&lt;br /&gt;
== Week 7 (February 20th - February 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Holiday break&lt;br /&gt;
&lt;br /&gt;
== Week 8 (February 27th - March 5th) ==&lt;br /&gt;
&lt;br /&gt;
* Rough interface (using Leaflet) for showing delta using layers&lt;br /&gt;
* Files input and unique identifier selection&lt;br /&gt;
&lt;br /&gt;
== Week 9 (March 6th - March 12th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool (written in Java) development started&lt;br /&gt;
** Pretty rough (prototype)&lt;br /&gt;
** Done:&lt;br /&gt;
*** Delta computing module&lt;br /&gt;
*** Command-line argument parser (using jopt-simple) that currently takes two files and an optional unique identifier for each element&lt;br /&gt;
*** Support for GeoJSON as input files&lt;br /&gt;
*** Output delta as GeoJSON file, with each feature having additional properties used by GeoDiff tools (currently &#039;geodiff-type&#039; which identifies the type of modification, i.e &#039;add&#039;, &#039;del&#039;, &#039;mod&#039;, or &#039;id&#039;)&lt;br /&gt;
** To do:&lt;br /&gt;
*** Support more formats&lt;br /&gt;
*** Add abstraction layers for internal manipulation of data sets (adapters, etc.)&lt;br /&gt;
*** Allow the user to add his own module(s) for parsing input files&lt;br /&gt;
** Technologies used:&lt;br /&gt;
*** Java&lt;br /&gt;
*** Gson (from Google) for manipulating JSON objects (under Apache License 2.0, [https://github.com/google/gson GitHub repo])&lt;br /&gt;
*** GeoJSON addon for Gson (from user [https://github.com/filosganga filosganga]) that adds convenient structures and methods for manipulating GeoJSON objects (under Apache License 2.0, [https://github.com/filosganga/geogson GitHub repo])&lt;br /&gt;
*** JOpt Simple for parsing command line options (under The MIT License, [https://pholser.github.io/jopt-simple/ website])&lt;br /&gt;
* Browser tool (JavaScript)&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 10 (March 20th - March 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Made internal data structures all use filosganga&#039;s geogson classes&lt;br /&gt;
** Added parsers for reading and converting their input into our internal Element structure&lt;br /&gt;
*** Allows for simple modules for other formats&lt;br /&gt;
*** Currently GeoJSON and CSV supported&lt;br /&gt;
** Added Javadoc&lt;br /&gt;
** To do:&lt;br /&gt;
*** Improve the modularity of the program (=&amp;gt; better API)&lt;br /&gt;
*** Maybe write our own (simplified) data structures&lt;br /&gt;
* Created test sets to check if the Java and JavaScript tools are consistent in regard to the GeoJSON standard&lt;br /&gt;
** Done: tests on JavaScript&lt;br /&gt;
** To do: tests on Java&lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 11 (March 27th - April 2nd) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Done: &lt;br /&gt;
** To do:&lt;br /&gt;
* Created test sets to check if the Java tools is consistent in regard to the GeoJSON standard&lt;br /&gt;
** Done:&lt;br /&gt;
*** Test sets in GeoJson to facilitate the checks in java&lt;br /&gt;
*** All the geometrical structures are tested (Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon) with consideration of the height&lt;br /&gt;
** To do: tests on Java&lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35012</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35012"/>
		<updated>2017-03-27T12:30:09Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Department : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;br /&gt;
[[Projets-2016-2017-GeoDiff/SRS|SRS]]&lt;br /&gt;
&lt;br /&gt;
== Week 3 (January 23th - January 29th) ==&lt;br /&gt;
== Week 4 (January 30th - February 05th) ==&lt;br /&gt;
&lt;br /&gt;
* UML diagrams (Use Case and Sequence)&lt;br /&gt;
&lt;br /&gt;
== Week 5 (February 6th - February 12th) ==&lt;br /&gt;
&lt;br /&gt;
* First look at Javascript and Leaflet&lt;br /&gt;
* Finished first SRS version&lt;br /&gt;
&lt;br /&gt;
== Week 6 (February 13th - February 19th) ==&lt;br /&gt;
&lt;br /&gt;
* Progress at the level of the delta and at the level of the graphic display.&lt;br /&gt;
&lt;br /&gt;
== Week 7 (February 20th - February 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Holiday break&lt;br /&gt;
&lt;br /&gt;
== Week 8 (February 27th - March 5th) ==&lt;br /&gt;
&lt;br /&gt;
* Rough interface (using Leaflet) for showing delta using layers&lt;br /&gt;
* Files input and unique identifier selection&lt;br /&gt;
&lt;br /&gt;
== Week 9 (March 6th - March 12th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool (written in Java) development started&lt;br /&gt;
** Pretty rough (prototype)&lt;br /&gt;
** Done:&lt;br /&gt;
*** Delta computing module&lt;br /&gt;
*** Command-line argument parser (using jopt-simple) that currently takes two files and an optional unique identifier for each element&lt;br /&gt;
*** Support for GeoJSON as input files&lt;br /&gt;
*** Output delta as GeoJSON file, with each feature having additional properties used by GeoDiff tools (currently &#039;geodiff-type&#039; which identifies the type of modification, i.e &#039;add&#039;, &#039;del&#039;, &#039;mod&#039;, or &#039;id&#039;)&lt;br /&gt;
** To do:&lt;br /&gt;
*** Support more formats&lt;br /&gt;
*** Add abstraction layers for internal manipulation of data sets (adapters, etc.)&lt;br /&gt;
*** Allow the user to add his own module(s) for parsing input files&lt;br /&gt;
** Technologies used:&lt;br /&gt;
*** Java&lt;br /&gt;
*** Gson (from Google) for manipulating JSON objects (under Apache License 2.0, [https://github.com/google/gson GitHub repo])&lt;br /&gt;
*** GeoJSON addon for Gson (from user [https://github.com/filosganga filosganga]) that adds convenient structures and methods for manipulating GeoJSON objects (under Apache License 2.0, [https://github.com/filosganga/geogson GitHub repo])&lt;br /&gt;
*** JOpt Simple for parsing command line options (under The MIT License, [https://pholser.github.io/jopt-simple/ website])&lt;br /&gt;
* Browser tool (JavaScript)&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 10 (March 20th - March 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Made internal data structures all use filosganga&#039;s geogson classes&lt;br /&gt;
** Added parsers for reading and converting their input into our internal Element structure&lt;br /&gt;
*** Allows for simple modules for other formats&lt;br /&gt;
*** Currently GeoJSON and CSV supported&lt;br /&gt;
** Added Javadoc&lt;br /&gt;
** To do:&lt;br /&gt;
*** Improve the modularity of the program (=&amp;gt; better API)&lt;br /&gt;
*** Maybe write our own (simplified) data structures&lt;br /&gt;
* Created test sets to check if the Java and JavaScript tools are consistent in regard to the GeoJSON standard&lt;br /&gt;
** Done: tests on JavaScript&lt;br /&gt;
** To do: tests on Java&lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 11 (March 27th - April 2nd) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Done: &lt;br /&gt;
** To do:&lt;br /&gt;
* Created test sets to check if the Java tools is consistent in regard to the GeoJSON standard&lt;br /&gt;
** Done: Test sets in GeoJson to facilitate the checks in java&lt;br /&gt;
** All the geometrical structures are tested (Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon) with consideration of the height&lt;br /&gt;
** To do: tests on Java&lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35009</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=35009"/>
		<updated>2017-03-27T12:18:16Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Department : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;br /&gt;
[[Projets-2016-2017-GeoDiff/SRS|SRS]]&lt;br /&gt;
&lt;br /&gt;
== Week 3 (January 23th - January 29th) ==&lt;br /&gt;
== Week 4 (January 30th - February 05th) ==&lt;br /&gt;
&lt;br /&gt;
* UML diagrams (Use Case and Sequence)&lt;br /&gt;
&lt;br /&gt;
== Week 5 (February 6th - February 12th) ==&lt;br /&gt;
&lt;br /&gt;
* First look at Javascript and Leaflet&lt;br /&gt;
* Finished first SRS version&lt;br /&gt;
&lt;br /&gt;
== Week 6 (February 13th - February 19th) ==&lt;br /&gt;
&lt;br /&gt;
* Progress at the level of the delta and at the level of the graphic display.&lt;br /&gt;
&lt;br /&gt;
== Week 7 (February 20th - February 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Holiday break&lt;br /&gt;
&lt;br /&gt;
== Week 8 (February 27th - March 5th) ==&lt;br /&gt;
&lt;br /&gt;
* Rough interface (using Leaflet) for showing delta using layers&lt;br /&gt;
* Files input and unique identifier selection&lt;br /&gt;
&lt;br /&gt;
== Week 9 (March 6th - March 12th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool (written in Java) development started&lt;br /&gt;
** Pretty rough (prototype)&lt;br /&gt;
** Done:&lt;br /&gt;
*** Delta computing module&lt;br /&gt;
*** Command-line argument parser (using jopt-simple) that currently takes two files and an optional unique identifier for each element&lt;br /&gt;
*** Support for GeoJSON as input files&lt;br /&gt;
*** Output delta as GeoJSON file, with each feature having additional properties used by GeoDiff tools (currently &#039;geodiff-type&#039; which identifies the type of modification, i.e &#039;add&#039;, &#039;del&#039;, &#039;mod&#039;, or &#039;id&#039;)&lt;br /&gt;
** To do:&lt;br /&gt;
*** Support more formats&lt;br /&gt;
*** Add abstraction layers for internal manipulation of data sets (adapters, etc.)&lt;br /&gt;
*** Allow the user to add his own module(s) for parsing input files&lt;br /&gt;
** Technologies used:&lt;br /&gt;
*** Java&lt;br /&gt;
*** Gson (from Google) for manipulating JSON objects (under Apache License 2.0, [https://github.com/google/gson GitHub repo])&lt;br /&gt;
*** GeoJSON addon for Gson (from user [https://github.com/filosganga filosganga]) that adds convenient structures and methods for manipulating GeoJSON objects (under Apache License 2.0, [https://github.com/filosganga/geogson GitHub repo])&lt;br /&gt;
*** JOpt Simple for parsing command line options (under The MIT License, [https://pholser.github.io/jopt-simple/ website])&lt;br /&gt;
* Browser tool (JavaScript)&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 10 (March 20th - March 26th) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Made internal data structures all use filosganga&#039;s geogson classes&lt;br /&gt;
** Added parsers for reading and converting their input into our internal Element structure&lt;br /&gt;
*** Allows for simple modules for other formats&lt;br /&gt;
*** Currently GeoJSON and CSV supported&lt;br /&gt;
** Added Javadoc&lt;br /&gt;
** To do:&lt;br /&gt;
*** Improve the modularity of the program (=&amp;gt; better API)&lt;br /&gt;
*** Maybe write our own (simplified) data structures&lt;br /&gt;
* Created test sets to check if the Java and JavaScript tools are consistent in regard to the GeoJSON standard&lt;br /&gt;
** Done: tests on JavaScript&lt;br /&gt;
** To do: tests on Java&lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;br /&gt;
&lt;br /&gt;
== Week 11 (March 27th - April 02nd) ==&lt;br /&gt;
&lt;br /&gt;
* Command-line tool&lt;br /&gt;
** Done: &lt;br /&gt;
** To do: &lt;br /&gt;
* Browser tool&lt;br /&gt;
** Done: (...)&lt;br /&gt;
** To do: (...)&lt;br /&gt;
* To do:&lt;br /&gt;
** Merge the map view and data inputs (web interface)&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=33720</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=33720"/>
		<updated>2017-02-14T13:22:46Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Departement : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;br /&gt;
[[Projets-2016-2017-GeoDiff/SRS|SRS]]&lt;br /&gt;
&lt;br /&gt;
== Week 3 (January 23th - January 29th) ==&lt;br /&gt;
== Week 4 (January 30th - February 05th) ==&lt;br /&gt;
&lt;br /&gt;
* UML diagrams (Use Case and Sequence)&lt;br /&gt;
&lt;br /&gt;
== Week 5 (February 6th - February 12th) ==&lt;br /&gt;
&lt;br /&gt;
* First look at Javascript and Leaflet&lt;br /&gt;
* Finished first SRS version&lt;br /&gt;
&lt;br /&gt;
== Week 6 (February 13th - February 19th) ==&lt;br /&gt;
&lt;br /&gt;
Progress at the level of the delta and at the level of the graphic display.&lt;br /&gt;
&lt;br /&gt;
== Week 7 (February 20th - February 26th) ==&lt;br /&gt;
&lt;br /&gt;
Peut être un cours de Génie Logiciel ?&lt;br /&gt;
&lt;br /&gt;
== Week 8 (February 27th - February 5th) ==&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=32488</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=32488"/>
		<updated>2017-01-16T15:05:46Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Departement : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;br /&gt;
[[Projets-2016-2017-GeoDiff/SRS|SRS]]&lt;br /&gt;
&lt;br /&gt;
== Week 3 (January 23th - January 29th) ==&lt;br /&gt;
== Week 4 (January 30th - February 05th) ==&lt;br /&gt;
== Week 5 (February 6th - February 12th) ==&lt;br /&gt;
== Week 6 (February 13th - February 19th) ==&lt;br /&gt;
== Week 7 (February 20th - February 26th) ==&lt;br /&gt;
== Week 8 (February 27th - February 5th) ==&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
	<entry>
		<id>https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=32483</id>
		<title>Projets-2016-2017-GeoDiff</title>
		<link rel="alternate" type="text/html" href="https://air.imag.fr/index.php?title=Projets-2016-2017-GeoDiff&amp;diff=32483"/>
		<updated>2017-01-16T14:49:31Z</updated>

		<summary type="html">&lt;p&gt;Alexandre.Amaurin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Preambule=&lt;br /&gt;
&lt;br /&gt;
The project subject [[GeoDiff]]&lt;br /&gt;
&lt;br /&gt;
This project is handled by three Polytech students: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
=Project Presentation=&lt;br /&gt;
&lt;br /&gt;
The goal of this project is to identify the differences between two spatial data sets and visualize them.&lt;br /&gt;
&lt;br /&gt;
= Team =&lt;br /&gt;
&lt;br /&gt;
* Supervisors: Nicolas Palix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Members: AMAURIN Alexandre, BECHER Hervé, BROCHIER Aymeric&lt;br /&gt;
&lt;br /&gt;
* Departement : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [[Polytech Grenoble]]&lt;br /&gt;
&lt;br /&gt;
= Progress of the project =&lt;br /&gt;
&lt;br /&gt;
The project started January 14th, 2015.&lt;br /&gt;
&lt;br /&gt;
== Week 1 (January 09th - January 15th) == &lt;br /&gt;
&lt;br /&gt;
* Project selection&lt;br /&gt;
&lt;br /&gt;
== Week 2 (January 16th - January 22th) == &lt;br /&gt;
&lt;br /&gt;
* Project discovery&lt;br /&gt;
* AIR page and GitHub project setup&lt;br /&gt;
* Team organization&lt;br /&gt;
* Software Requirement Specification&lt;/div&gt;</summary>
		<author><name>Alexandre.Amaurin</name></author>
	</entry>
</feed>