water-fountains / proximap

a responsive Angular 6 web app for finding nearby fountains
https://beta.water-fountains.org
Other
16 stars 9 forks source link

Add Paris #286

Open ralfhauser opened 5 years ago

ralfhauser commented 5 years ago

stopembouteillage@gmail.com is also interested

https://overpass-turbo.eu/s/Mkc

ralfhauser commented 5 years ago

1) is there an OGD file that can be imported into wikidata ?

ghost commented 5 years ago

https://opendata.paris.fr/explore/dataset/fontaines-a-boire/table/?disjunctive.modele&disjunctive.arro1&location=10,46.60794,5.90034&basemap=jawg.streets

ghost commented 5 years ago

Please note fountains with "a boire" with a value of 1 are drinkable

ralfhauser commented 4 years ago

145 so far SELECT ?place ?placeLabel ?location ?date WHERE {

Enter coordinates

SERVICE wikibase:box { ?place wdt:P625 ?location .

Bottom left - upper right

bd:serviceParam wikibase:cornerWest "Point(2.1004 48.7641)"^^geo:wktLiteral.
bd:serviceParam wikibase:cornerEast "Point(2.4623 48.9191)"^^geo:wktLiteral.

} .

Is a water well or fountain or subclass of fountain

FILTER (EXISTS { ?place wdt:P31/wdt:P279 wd:Q43483 } || EXISTS { ?place wdt:P31/wdt:P279 wd:Q483453 }). SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" . } }