Last modified by Vincent Massol on 2024/02/26 17:51

<
From version < 17.1 >
edited by slauriere
on 2019/05/28 14:07
To version < 19.1 >
edited by slauriere
on 2019/05/28 14:44
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -82,6 +82,15 @@
82 82  
83 83  This service allows to convert a large image such as a high-resolution fair plan into tiles so that the plan can be represented as an interactive map.
84 84  
85 +==== Data Import Service ====
86 +
87 +This service eases the integration of existing geolocalized data into a wiki. The primary input format should be GeoJSON. It will be useful also for designing and testing the application.
88 +
89 +OpenStreetMap provides API endpoints providing content in GeoJSON that can be used for generating data to be imported:
90 +* https://overpass-turbo.eu/
91 +
92 +
93 +
85 85  ==== Location Service ====
86 86  
87 87  The location service allows to convert an address to coordinates.
... ... @@ -96,13 +96,28 @@
96 96  
97 97  In order to implement the use cases described above, at some point that will be useful to work with a significant amount of data. This paragraph is about gathering such data. This step can come later in the process, once the basic structure is implemented and a workable prototype is working with data entered manually.
98 98  
99 -Open data sources of geolocalized data:
100 -* OpenStreetMap: choose a large city, download shapes, transports, paths related to that city
108 +=== OpenStreetMap ===
109 +
110 +==== List of memorials ====
111 +
112 +URL: https://overpass-turbo.eu/
113 +
114 +Choose a large city, enter the query below, then export it into GeoJSON:
115 +
116 +{{code}}
117 +node
118 + [historic=memorial]
119 + ({{bbox}});
120 +out;
121 +{{/code}}
122 +
123 +=== Other data sources ===
124 +
101 101  * Wikidata: choose a large city, see what gelocalized data we can retrieve for that city: monuments, points of interests...
102 102  * Paris Open Data:
103 -*** [[https:~~/~~/opendata.paris.fr/>>https://opendata.paris.fr/]]
104 -*** [[https:~~/~~/opendata.stif.info/explore/>>https://opendata.stif.info/explore/]]
105 -*** [[https:~~/~~/data.ratp.fr/>>https://data.ratp.fr/]]
127 +** [[https:~~/~~/opendata.paris.fr/>>https://opendata.paris.fr/]]
128 +** [[https:~~/~~/opendata.stif.info/explore/>>https://opendata.stif.info/explore/]]
129 +** [[https:~~/~~/data.ratp.fr/>>https://data.ratp.fr/]]
106 106  
107 107  
108 108  == Mockups ==

Get Connected