parent
cb6935b60c
commit
638d835d3b
|
@ -62,4 +62,5 @@ def property_neighbours(id: int):
|
||||||
#result = {"ids": extractions['id'].to_list(), "lat": extractions['lat'].to_list(), "lon": extractions['lon'].to_list()}
|
#result = {"ids": extractions['id'].to_list(), "lat": extractions['lat'].to_list(), "lon": extractions['lon'].to_list()}
|
||||||
result = extractions.to_dicts()
|
result = extractions.to_dicts()
|
||||||
|
|
||||||
|
|
||||||
return result
|
return result
|
Loading…
Reference in New Issue