Automating-GIS-Processess. Lesson 3
AdrianKriger opened this issue · 1 comments
AdrianKriger commented
Hi.
In Lesson 3 of Automating-GIS-Processes: nearest-neighbour.ipynb - (def get_nearest_values_
) you might consider replacing .get_values()[0]
with .to_numpy()[0]
.
This is a great resource.
Thank you.
Adrian.
VuokkoH commented
Hi @AdrianKriger! thanks for noting this, the syntax is now updated as .values[0]
.