OpenStreetMap

Due to preparing for disaster situation, NCDR maintain a list of evaluated center in Taiwan. Some of these places are school. We could use this list and filter school, check if these schools are on OpenStreetMap. If there are missing schools on OpenStreetMap, we could draw the schools. Schools on NCDR data has much more items than GNS data.

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“emergency=access_point and name~"國小|國中|高中"”
*/
[out:xml]/*fixed by auto repair*/[timeout:225];
// gather results
(
  // query part for: “emergency=assembly_point and name~/國小|國中/”
  node["emergency"="assembly_point"]["name"~"國小|國中|高中"]({{bbox}});
  way["emergency"="assembly_point"]["name"~"國小|國中|高中"]({{bbox}});
  relation["emergency"="assembly_point"]["name"~"國小|國中|高中"]({{bbox}});
  node["amenity"="school"]({{bbox}});
  way["amenity"="school"]({{bbox}});
  relation["amenity"="school"]({{bbox}});
);
// print results
out meta;/*fixed by auto repair*/
>;
out meta qt;/*fixed by auto repair*/

OverPass Turbo Link

Location: Hongcuo, Linkou District, New Taipei, 24451, Taiwan

Discussion

Log in to leave a comment