Diskussion:Hektarraster OSM: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: «Weitere Ideen für Attribute: * Sightseeing: Park, Memorial, Castle (tourism). * Culture: Kino, Theater, Museum, Feuerstelle, Spielplatz. * Sports: Hallenbad, Ba…»)
 
K
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
Weitere Ideen für Attribute:
 
Weitere Ideen für Attribute:
 +
* [[Areas-of-Interest]] (AOI)
 +
* Building Height
 
* Sightseeing: Park, Memorial, Castle (tourism).
 
* Sightseeing: Park, Memorial, Castle (tourism).
 
* Culture: Kino, Theater, Museum, Feuerstelle, Spielplatz.
 
* Culture: Kino, Theater, Museum, Feuerstelle, Spielplatz.
 
* Sports: Hallenbad, Bad/Badeanstalt, picnic_site, camp_site/caravan_site.
 
* Sports: Hallenbad, Bad/Badeanstalt, picnic_site, camp_site/caravan_site.
 
* Public Buildings: Kirche, Schule, Hochschule, Verwaltung, Toilets.
 
* Public Buildings: Kirche, Schule, Hochschule, Verwaltung, Toilets.
* Public Safety: hospital, police, firestation.
+
* Public Safety: Hospital, Police, Firestation.
 +
* Lodging (Source: https://www.mapzen.com/blog/targeted-editing-retrospective/ )
 +
  SELECT count(*)
 +
  FROM osm_point
 +
  WHERE (
 +
    tourism IN ( 'chalet', 'guest_house', 'hotel', 'hostel', 'resort' )  -- 4026
 +
    OR leisure IN ( 'beach_resort', 'ski_resort' ) -- 4037
 +
    OR building IN ( 'guest_house', 'hotel', 'hostel', 'resort' ) -- 4038
 +
    OR amenity IN ( 'hotel', 'love_hotel', 'motel' ) -- 4038
 +
  )
 +
* Airbnb listings of Switzerland?

Aktuelle Version vom 14. Januar 2020, 15:57 Uhr

Weitere Ideen für Attribute:

  • Areas-of-Interest (AOI)
  • Building Height
  • Sightseeing: Park, Memorial, Castle (tourism).
  • Culture: Kino, Theater, Museum, Feuerstelle, Spielplatz.
  • Sports: Hallenbad, Bad/Badeanstalt, picnic_site, camp_site/caravan_site.
  • Public Buildings: Kirche, Schule, Hochschule, Verwaltung, Toilets.
  • Public Safety: Hospital, Police, Firestation.
  • Lodging (Source: https://www.mapzen.com/blog/targeted-editing-retrospective/ )
 SELECT count(*)
 FROM osm_point
 WHERE (
   tourism IN ( 'chalet', 'guest_house', 'hotel', 'hostel', 'resort' )  -- 4026
   OR leisure IN ( 'beach_resort', 'ski_resort' ) -- 4037
   OR building IN ( 'guest_house', 'hotel', 'hostel', 'resort' ) -- 4038
   OR amenity IN ( 'hotel', 'love_hotel', 'motel' ) -- 4038
 )
  • Airbnb listings of Switzerland?