Automating-GIS-processes/site

Automating-GIS-Processess. Lesson 3

Closed this issue · 1 comments

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.

Hi @AdrianKriger! thanks for noting this, the syntax is now updated as .values[0].