Skip to content

Commit

Permalink
DOC: expose get_nearest_node, fix fmt (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Jun 18, 2024
1 parent 15dea44 commit 03dae0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ And tools linking various elements together.
:toctree: api/

get_nearest_street
get_nearest_node
get_network_ratio
get_node_id

Measuring dimension
-------------------
Expand Down
1 change: 1 addition & 0 deletions docs/legacy_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ elements

Blocks
get_network_id
get_node_id
Tessellation

dimension
Expand Down
1 change: 1 addition & 0 deletions momepy/functional/_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ def percentile(
4 621.834862 641.987211 709.472695
Optionally, you can specify which percentile values shall be computed.
>>> momepy.percentile(buildings.area, knn5, q=[10, 90]).head()
10 90
focal
Expand Down

0 comments on commit 03dae0a

Please sign in to comment.