Skip to content

Commit

Permalink
Rename .ql to .overpassql
Browse files Browse the repository at this point in the history
  • Loading branch information
RA committed Feb 26, 2023
1 parent b01f7a9 commit 7e94b9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion code/data/20210610-Manhattan/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To download `manhattan.geojson`:
- Try [geojson.io](http://geojson.io/#map=12/40.7823/-73.9767) to visualize the geometry.


Overpass query `manhattan.ql` was composed using
Overpass query `manhattan.overpassql` was composed using

- [OSM relation info](https://www.openstreetmap.org/relation/8398124).
- [Overpass QL reference](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL).
Expand Down
2 changes: 1 addition & 1 deletion code/data/20210611-OSM/a_osm_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Note: check http://overpass-api.de/api/status

'queries': {
'manhattan': unlist1(BASE.parent.glob("**/manhattan.ql")).open(mode='r').read(),
'manhattan': unlist1(BASE.parent.glob("**/manhattan.overpassql")).open(mode='r').read(),
},

'zipped_name': "data.json",
Expand Down

0 comments on commit 7e94b9b

Please sign in to comment.