Download outline map of Pittsburg (geojson format) :
Pittsburg.geojson (**)
Download polygon array of Pittsburg map for "Google Maps" :
Pittsburg.txt
Bounding Box for Pittsburg Map : ( 34.593528 , -96.092374 , 35.301006 , -95.349038 )
Wikipedia ID for Pittsburg : Q495479
Wikipedia SPARQL Query for Pittsburg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495479 wdt:P1082 ?population. }
OPTIONAL { wd:Q495479 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495479 wdt:P2046 ?area. }
OPTIONAL { wd:Q495479 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495479 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495479 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Pittsburg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.593528, -96.092374, 35.301006, -95.349038);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pittsburg)
[out:json];
(
rel["name"="Pittsburg"][type=boundary];
rel["name:en"="Pittsburg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pittsburg
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adamson | 34.923990 , -95.547200 |
| Alderson | 34.900832 , -95.690052 |
| Arch | 34.774540 , -95.661100 |
| Arpelar | 34.935572 , -95.958936 |
| Ashland | 34.766796 , -96.070623 |
| Bache | 34.894260 , -95.648600 |
| Blanco | 34.751210 , -95.774430 |
| Blocker | 35.061490 , -95.568320 |
| Bond | 34.814260 , -95.654430 |
| Brewer | 34.813150 , -95.860830 |
| Bristow Point | 35.121760 , -95.612490 |
| Bug Tussle | 35.030930 , -95.689990 |
| Cabaniss | 34.941760 , -96.024720 |
| Canadian | 35.174143 , -95.649648 |
| Canadian Fork | 35.243150 , -95.527760 |
| Canadian Shores | 35.174820 , -95.740270 |
| Carbon | 34.926210 , -95.639150 |
| Carlton Landing | 35.204610 , -95.544550 |
| Centerville | 34.866770 , -95.517760 |
| Chambers | 34.869820 , -95.824710 |
| Counts | 34.673430 , -95.578870 |
| Craig | 34.840380 , -95.627480 |
| Crowder | 35.115655 , -95.678739 |
| Dow | 34.876760 , -95.600260 |
| Featherston | 35.078710 , -95.489980 |
| Frink | 34.884260 , -95.789440 |
| Haileyville | 34.854158 , -95.578439 |
| Hartshorne | 34.838844 , -95.558573 |
| Haywood | 34.887320 , -95.948330 |
| Highway 9 Landing | 35.240100 , -95.492480 |
| Indianola | 35.163384 , -95.775998 |
| Kiowa | 34.722274 , -95.901816 |
| Krebs | 34.929947 , -95.719959 |
| Longtown | 35.240543 , -95.518315 |
| Massey Point | 35.064260 , -95.644990 |
| McAlester | 34.926271 , -95.769861 |
| Mekko | 35.000100 , -95.753880 |
| Pine Top | 34.677320 , -95.741930 |
| Pittsburg | 34.711583 , -95.850174 |
| Quinton | 35.124845 , -95.367607 |
| Reams | 35.065650 , -95.699990 |
| Richville | 34.937870 , -95.674430 |
| Russellville | 35.151760 , -95.435260 |
| Sams Point | 35.193990 , -95.693600 |
| Savanna | 34.835274 , -95.835757 |
| Scipio | 35.054820 , -95.956670 |
| Star | 34.671210 , -95.538870 |
| Ti | 34.709270 , -95.661370 |
| Ulan | 35.116210 , -95.886390 |
| Ward Springs | 34.811210 , -96.022220 |
| Weathers | 34.659540 , -95.583590 |
Notes:
- You can download geometry data for Pittsburg in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.