gboeing / ppde642

USC urban data science course series with Python and Jupyter
https://geoffboeing.com
MIT License
1.26k stars 487 forks source link

Parameter missing #2

Closed harisbal closed 7 years ago

harisbal commented 7 years ago

line geometry_cut = ox.quadrat_cut_geometry(geometry) throws an error "quadrat_cut_geometry() missing 1 required positional argument: 'quadrat_width'"

It would probably be a good idea to have an optional parameter there (e.g. max width/10, you know better)

gboeing commented 7 years ago

Which notebook and cell/line specifically are you referring to?

harisbal commented 7 years ago

I'm sorry I though I had opened the issue just for a specific notebook. The notebook is: https://github.com/gboeing/urban-data-science/blob/master/19-Spatial-Analysis-and-Cartography/rtree-spatial-indexing.ipynb line: In [18]:

Thank you for all this interesting material you have uploaded.