condense read_<method>(fua)
down to read_results(fua, method)
#214
Labels
read_<method>(fua)
down to read_results(fua, method)
#214
As per @anastassiavybornova 's suggestion, we might want to condense the following down to something like
read_results()
:read_manual()
read_cityseer()
read_osmnx
read_parenx()
read_neatnet()
Something like:
What do yall think?
cc @martinfleis
The text was updated successfully, but these errors were encountered: