Skip to content

Instantly share code, notes, and snippets.

View ianlopez1115's full-sized avatar

Ian Lopez ianlopez1115

View GitHub Profile
[out:xml][timeout:500];
{{geocodeArea:Manila}}->.searchArea;
(
way["postal_code"](area.searchArea);
way["addr:postcode"](area.searchArea);
node["addr:postcode"](area.searchArea);
node["postal_code"](area.searchArea);
node["is_in:zip"](area.searchArea);
);
// print results
[out:xml][timeout:500];
{{geocodeArea:Philippines}}->.searchArea;
(
nwr["payment:gcash"="yes"](area.searchArea);
nwr["payment:maya"="yes"](area.searchArea);
);
out meta;
>;
out meta qt;
@ianlopez1115
ianlopez1115 / OTQ-San Pablo, Laguna missing street details.txt
Created January 14, 2023 14:37
Used to locate missing street details in San Pablo, Laguna
[out:xml];/*fixed by auto repair*/
{{geocodeArea:San Pablo, Laguna}}->.searchArea;
(
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["surface"!~"."](area.searchArea);
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["lanes"!~"."](area.searchArea);
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["lit"!~"."](area.searchArea);
);
// print results
out meta;
>;
@ianlopez1115
ianlopez1115 / OTQ-Merry Christmas.txt
Last active December 30, 2022 11:59
Used to locate street names named Merry or Christmas
[out:xml][timeout:500];
{{geocodeArea:Anyplace}}->.searchArea;
(
way["highway"]["name"~"Merry"](area.searchArea);
way["highway"]["name"~"Christmas"](area.searchArea);
);
out body;
>;
out skel qt;
@ianlopez1115
ianlopez1115 / OTQ-Philippine Helipads.txt
Created September 15, 2022 04:16
Helipads in the Philippines
[out:xml][timeout:500];
{{geocodeArea:Philippines}}->.searchArea;
(
nwr["aeroway"="helipad"](area.searchArea);
);
out body;
>;
out skel qt;
{{style:
@ianlopez1115
ianlopez1115 / OTQ-Greater Twin Cities Sirens.txt
Last active August 4, 2022 12:51
Siren operators for the greater Twin Cities region
[out:json][timeout:500];
// Anoka, Carver, Dakota, Hennepin, Ramsey, Scott and Washington counties in Minnesota
(area(3601795840);
area(3601795843);
area(3601795846);
area(3601795848);
area(3601795856);
area(3601795859);
area(3601795861);
)->.searchArea;
@ianlopez1115
ianlopez1115 / OTQ-Mega Manila Etymologies.txt
Created March 23, 2022 06:55
Etymologies without Wikidata in Mega Manila
[out:json][timeout:500];
// Bulacan, Metro Manila, Rizal, Laguna, Cavite
(
area(3601504656);
area(3600147488);
area(3601504641);
area(3601503483);
area(3601503544);
)->.searchArea;
(
@ianlopez1115
ianlopez1115 / OTQ-Ilocos Norte Windmills.txt
Created January 27, 2022 06:48
Windmills in Ilocos Norte
[out:xml][timeout:500];
{{geocodeArea:Ilocos Norte}}->.searchArea;
(
nwr["generator:method"="wind_turbine"]["generator:source"="wind"](area.searchArea);
);
out body;
>;
out skel qt;
{{style:
[out:xml][timeout:50];
(
nwr["highway"]["maxspeed"]({{bbox}});
);
out body;
>;
out skel qt;
{{style:
way[maxspeed]
/*used to check mistagged contact details*/
/*also used to check address info if available*/
/*use addr:block for block number and use addr:housenumber for lot number*/
[out:xml][timeout:500];
{{geocodeArea:Batangas}}->.searchArea;
(
nwr["email"](area.searchArea);
nwr["facebook"](area.searchArea);
nwr["fax"](area.searchArea);
nwr["phone"](area.searchArea);