Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
napo committed Oct 18, 2024
1 parent a28215b commit 11be947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/05_retrieving_vector_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3390,11 +3390,11 @@
"source": [
"## **Summary**\n",
"\n",
"- geocoding is, first of all, an NLP problem\n",
"- geocoding is, first of all, an NLP problem<br/>&nbsp;suggestion: use [pypostal](https://github.com/openvenues/pypostal) to normalize the names\n",
"- geocoding services try to normalize the query by identifying the object you are looking for\n",
"- the more information of a geographic hierarchical order the better the geocoder results\n",
"- it is difficult to have an always updated address database\n",
"- many geocoders, where they do not find the value, return a value inferred from the interpopulation\n",
"- many geocoders, where they do not find the value, return a value inferred from the interpolation\n",
"- accuracy depends on what you are looking for\n",
"- a geocoder always tries to give an answer<br/>&nbsp;an excellent geocoder also returns the value of the precision estimate\n"
]
Expand Down

0 comments on commit 11be947

Please sign in to comment.