Remove etl from gitignore. Add the ER's building point to the module
This commit is contained in:
parent
0cc0ed385f
commit
a14b825f1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,7 +10,6 @@ html/norton*.html
|
||||
.vscode
|
||||
|
||||
# Data
|
||||
etl/
|
||||
etl/cache/*
|
||||
etl/images/*
|
||||
etl/*.geojson
|
||||
|
@ -18,8 +18,9 @@ osmnx.config(log_console=True, use_cache=True)
|
||||
# configure the image display
|
||||
size = 256
|
||||
|
||||
# load buildings from about 1.5km² around UCL
|
||||
point = (51.524498, -0.133874)
|
||||
# (load buildings from about 1.5km² around UCL)
|
||||
# Latitude and longitude of the ER building:
|
||||
point = (45.49622606275548, -73.58014026995295)
|
||||
dist = 612
|
||||
tags = {"building": True}
|
||||
gdf = osmnx.features_from_point(point, tags, dist=dist)
|
||||
|
Loading…
Reference in New Issue
Block a user