Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/icons_schema_transition.psd
Binary file not shown.
Binary file added docs/objectsDiagrams/images/general.en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/objectsDiagrams/images/general.fr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/objectsDiagrams/objectsDiagrams.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Diagram of transition objects

## General diagram

![General Diagram](images/general.en.png)

## Stops, stop nodes and stations

![Diagram of stops, stop nodes and stations](images/stopsNodesStations.en.png)
10 changes: 10 additions & 0 deletions docs/objectsDiagrams/objectsDiagrams.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Schéma des objets de Transition

## Schéma général

![Schéma général](images/general.fr.png)

## Arrêts, noeuds d'arrêts et stations

![Schéma des arrêts, noeuds d'arrêts et stations](images/stopsNodesStations.fr.png)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/all.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

[out:json][timeout:100];
(

{{polyboundary="BOUNDARY"}}

node[~"^(craft|office|shop|tourism|healthcare)$"~"."](poly:{{polyboundary}});
way[~"^(craft|office|shop|tourism|healthcare)$"~"."](poly:{{polyboundary}});
relation[~"^(craft|office|shop|tourism|healthcare)$"~"."](poly:{{polyboundary}});

(node["amenity"](poly:{{polyboundary}}); - node["amenity"~"^(parking|bicycle_parking|bicycle_repair_station|charging_station|grit_bin|motorcycle_parking|parking_entrance|parking_space|bench|clock|firepit|grave_yard|hunting_stand|post_box|sanitary_dump_station|telephone|shower|toilets|vending_machine|waste_disposal|waste_basket|watering_place|water_point|drinking_water|fountain|bbq)$"](poly:{{polyboundary}}););
(way["amenity"](poly:{{polyboundary}}); - way["amenity"~"^(parking|bicycle_parking|bicycle_repair_station|charging_station|grit_bin|motorcycle_parking|parking_entrance|parking_space|bench|clock|firepit|grave_yard|hunting_stand|post_box|sanitary_dump_station|telephone|shower|toilets|vending_machine|waste_disposal|waste_basket|watering_place|water_point|drinking_water|fountain|bbq)$"](poly:{{polyboundary}}););
(relation["amenity"](poly:{{polyboundary}}); - relation["amenity"~"^(parking|bicycle_parking|bicycle_repair_station|charging_station|grit_bin|motorcycle_parking|parking_entrance|parking_space|bench|clock|firepit|grave_yard|hunting_stand|post_box|sanitary_dump_station|telephone|shower|toilets|vending_machine|waste_disposal|waste_basket|watering_place|water_point|drinking_water|fountain|bbq)$"](poly:{{polyboundary}}););

(node["building"](poly:{{polyboundary}}); - node["building"~"^(yes|residential|house|apartments|bungalow|cabin|detached|dormitory|ger|houseboat|semidetached_house|terrace|farm|static_caravan|toilets|hut|shed|carport|garage|parking|service|transformer_tower|water_tower|bridge|roof|ruins)$"](poly:{{polyboundary}}););
(way["building"](poly:{{polyboundary}}); - way["building"~"^(yes|residential|house|apartments|bungalow|cabin|detached|dormitory|ger|houseboat|semidetached_house|terrace|farm|static_caravan|toilets|hut|shed|carport|garage|parking|service|transformer_tower|water_tower|bridge|roof|ruins)$"](poly:{{polyboundary}}););
(relation["building"](poly:{{polyboundary}}); - relation["building"~"^(yes|residential|house|apartments|bungalow|cabin|detached|dormitory|ger|houseboat|semidetached_house|terrace|farm|static_caravan|toilets|hut|shed|carport|garage|parking|service|transformer_tower|water_tower|bridge|roof|ruins)$"](poly:{{polyboundary}}););

node["camping"~"^(reception)$"](poly:{{polyboundary}});
way["camping"~"^(reception)$"](poly:{{polyboundary}});
relation["camping"~"^(reception)$"](poly:{{polyboundary}});

node["emergency"~"^(ambulance_station)$"](poly:{{polyboundary}});
way["emergency"~"^(ambulance_station)$"](poly:{{polyboundary}});
relation["emergency"~"^(ambulance_station)$"](poly:{{polyboundary}});

node["historic"~"^(archaeological_site|building|castle|church|farm|fort|manor|monastery|monument|tower)$"](poly:{{polyboundary}});
way["historic"~"^(archaeological_site|building|castle|church|farm|fort|manor|monastery|monument|tower)$"](poly:{{polyboundary}});
relation["historic"~"^(archaeological_site|building|castle|church|farm|fort|manor|monastery|monument|tower)$"](poly:{{polyboundary}});

((node["leisure"](poly:{{polyboundary}}); - node["leisure"~"^(bird_hide|common|firepit|nature_reserve|picnic_table)$"](poly:{{polyboundary}});); - node["access"="private"](poly:{{polyboundary}}););
((way["leisure"](poly:{{polyboundary}}); - way["leisure"~"^(bird_hide|common|firepit|nature_reserve|picnic_table)$"](poly:{{polyboundary}});); - way["access"="private"](poly:{{polyboundary}}););
((relation["leisure"](poly:{{polyboundary}}); - relation["leisure"~"^(bird_hide|common|firepit|nature_reserve|picnic_table)$"](poly:{{polyboundary}});); - relation["access"="private"](poly:{{polyboundary}}););

node["man_made"~"^(lighthouse|observatory|pumping_station|telescope|watermill|wastewater_plant|water_works|windmill|works)$"](poly:{{polyboundary}});
way["man_made"~"^(lighthouse|observatory|pumping_station|telescope|watermill|wastewater_plant|water_works|windmill|works)$"](poly:{{polyboundary}});
relation["man_made"~"^(lighthouse|observatory|pumping_station|telescope|watermill|wastewater_plant|water_works|windmill|works)$"](poly:{{polyboundary}});

node["military"~"^(barracks|office)$"](poly:{{polyboundary}});
way["military"~"^(barracks|office)$"](poly:{{polyboundary}});
relation["military"~"^(barracks|office)$"](poly:{{polyboundary}});

node["power"~"^(plant|substation)$"](poly:{{polyboundary}});
way["power"~"^(plant|substation)$"](poly:{{polyboundary}});
relation["power"~"^(plant|substation)$"](poly:{{polyboundary}});

node["public_transport"~"^(station)$"](poly:{{polyboundary}});
way["public_transport"~"^(station)$"](poly:{{polyboundary}});
relation["public_transport"~"^(station)$"](poly:{{polyboundary}});

node["railway"~"^(station|roundhouse|wash|subway_entrance|vehicle_depot)$"](poly:{{polyboundary}});
way["railway"~"^(station|roundhouse|wash|subway_entrance|vehicle_depot)$"](poly:{{polyboundary}});
relation["railway"~"^(station|roundhouse|wash|subway_entrance|vehicle_depot)$"](poly:{{polyboundary}});

node["telecom"~"^(data_center)$"](poly:{{polyboundary}});
way["telecom"~"^(data_center)$"](poly:{{polyboundary}});
relation["telecom"~"^(data_center)$"](poly:{{polyboundary}});

node["waterway"~"^(dock|boatyard|fuel)$"](poly:{{polyboundary}});
way["waterway"~"^(plant|substation|)$"](poly:{{polyboundary}});
relation["waterway"~"^(plant|substation|)$"](poly:{{polyboundary}});

);
out center body;
20 changes: 20 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/areas.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"](poly:{{polyboundary}});
way["natural"](poly:{{polyboundary}});
way["man_made"~"^(clearcut)$"](poly:{{polyboundary}});
way["leisure"](poly:{{polyboundary}});
way["amenity"~"^(school|college|university|kindergarten|hospital|park)$"](poly:{{polyboundary}});


relation["landuse"](poly:{{polyboundary}});
relation["natural"](poly:{{polyboundary}});
relation["man_made"~"^(clearcut)$"](poly:{{polyboundary}});
relation["leisure"](poly:{{polyboundary}});
relation["amenity"~"^(school|college|university|kindergarten|hospital|park)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(brownfield|greenfield)$"](poly:{{polyboundary}});
relation["landuse"~"^(brownfield|greenfield)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/college.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["amenity"~"^(college)$"](poly:{{polyboundary}});
relation["amenity"~"^(college)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(commercial|retail)$"](poly:{{polyboundary}});
relation["landuse"~"^(commercial|retail)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(construction)$"](poly:{{polyboundary}});
relation["landuse"~"^(construction)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/entrances.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

node["entrance"](poly:{{polyboundary}}); // for buildings
node["routing:entrance"~"main|shop|yes"](poly:{{polyboundary}}); // for areas

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/farmland.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(farmland)$"](poly:{{polyboundary}});
relation["landuse"~"^(farmland)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/farmyard.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(farmyard)$"](poly:{{polyboundary}});
relation["landuse"~"^(farmyard)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/flowerbed.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(flowerbed)$"](poly:{{polyboundary}});
relation["landuse"~"^(flowerbed)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/grass.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(grass)$"](poly:{{polyboundary}});
relation["landuse"~"^(grass)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/grassland.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["natural"~"^(grassland)$"](poly:{{polyboundary}});
relation["natural"~"^(grassland)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/industrial.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(industrial)$"](poly:{{polyboundary}});
relation["landuse"~"^(industrial)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["amenity"~"^(kindergarten|childcare)$"](poly:{{polyboundary}});
relation["amenity"~"^(kindergarten|childcare)$"](poly:{{polyboundary}});

);
out geom;
10 changes: 10 additions & 0 deletions docs/poisAndPopulationSynthesis/overpassQueries/landfill.qlquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(landfill)$"](poly:{{polyboundary}});
relation["landuse"~"^(landfill)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(farmyard)$"](poly:{{polyboundary}});

relation["landuse"~"^(farmyard)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(industrial)$"](poly:{{polyboundary}});

relation["landuse"~"^(industrial)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[out:json][timeout:100];

(
{{polyboundary="BOUNDARY"}}

way["landuse"~"^(residential)$"](poly:{{polyboundary}});

relation["landuse"~"^(residential)$"](poly:{{polyboundary}});

);
out geom;
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

[out:json][timeout:25][bbox:{{bbox}}];
(


// amenities:
node["amenity"~"^(bar|fast_food|food_court|ice_cream|pub|restaurant|cafe|library|toy_library|music_school|art_school|bicycle_rental|boat_rental|boat_sharing|car_rental|car_sharing|arts_centre|brothel|casino|cinema|gambling|planetarium|public_bookcase|social_centre|stripclub|social_facility|studio|swingerclub|theatre|animal_boarding|dive_centre|internet_cafe|kitchen|monastery|place_of_worship|public_bath|school|college|university)$"];
way["amenity"~"^(bar|fast_food|food_court|ice_cream|pub|restaurant|cafe|library|toy_library|music_school|art_school|bicycle_rental|boat_rental|boat_sharing|car_rental|car_sharing|arts_centre|brothel|casino|cinema|gambling|planetarium|public_bookcase|social_centre|stripclub|social_facility|studio|swingerclub|theatre|animal_boarding|dive_centre|internet_cafe|kitchen|monastery|place_of_worship|public_bath|school|college|university)$"];
relation["amenity"~"^(bar|fast_food|food_court|ice_cream|pub|restaurant|cafe|library|toy_library|music_school|art_school|bicycle_rental|boat_rental|boat_sharing|car_rental|car_sharing|arts_centre|brothel|casino|cinema|gambling|planetarium|public_bookcase|social_centre|stripclub|social_facility|studio|swingerclub|theatre|animal_boarding|dive_centre|internet_cafe|kitchen|monastery|place_of_worship|public_bath|school|college|university)$"];

// buildings:

node["building"~"^(hotel|cathedral|chapel|church|mosque|religious|shrine|synagogue|temple|civic|public|pavillon|sports_hall|riding_hall|grandstand|stadium)$"];
way["building"~"^(hotel|cathedral|chapel|church|mosque|religious|shrine|synagogue|temple|civic|public|pavillon|sports_hall|riding_hall|grandstand|stadium)$"];
relation["building"~"^(hotel|cathedral|chapel|church|mosque|religious|shrine|synagogue|temple|civic|public|pavillon|sports_hall|riding_hall|grandstand|stadium)$"];

node["landuse"~"^(park|wood)$"];
way["building"~"^(park|wood)$"];
relation["building"~"^(park|wood)$"];

node[~"^(tourism|sport|historic|leisure)$"~"."];
way[~"^(tourism|sport|historic|leisure)$"~"."];
relation[~"building"~"yes"];

node["camping"~"^(reception)$"];
way["camping"~"^(reception)$"];
relation["camping"~"^(reception)$"];

);
out center body;
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

[out:json][timeout:25][bbox:{{bbox}}];
(

// amenities:
node[~"amenity|building"~"^(pharmacy|hospital|clinic|dentist|doctor|nursing_home|social_facility|baby_hatch)$"];
way[~"amenity|building"~"^(pharmacy|hospital|clinic|dentist|doctor|nursing_home|social_facility|baby_hatch)$"];
relation[~"amenity|building"~"^(pharmacy|hospital|clinic|dentist|doctor|nursing_home|social_facility|baby_hatch)$"];



node["healthcare"];
way["healthcare"];
relation["healthcare"];


);
out center body;
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[timeout:100]
[out:xml]
[bbox:{{bbox}}]
;
(
way["highway"];
node(w);
node(r);
way(r);
way["railway"];
node(w);
node(r);
way(r);
way["man_made"="pier"];
node(w);
node(r);
way(r);
way["leisure"="track"];
node(w);
node(r);
way(r);

);
out meta;
>;
Loading
Loading