> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/on-premise/fr/on-premise/how-to-guide/installation/optional-software/nominatim.md).

# Nominatim

Nominatim est un outil logiciel libre qui offre le géocodage direct, permettant aux utilisateurs de rechercher des emplacements par nom ou adresse, et le géocodage inverse, récupérant l’adresse postale ou le nom du lieu à partir de coordonnées connues.

L’un des principaux avantages d’utiliser Nominatim avec Navixy On‑premise est qu’il peut être déployé sur votre serveur local, ce qui vous permet de traiter un nombre illimité de requêtes sans aucune limite. Bien que d’autres sources de géocodage puissent être utilisées en parallèle, comme Google, elles peuvent être coûteuses ou ne pas répondre à vos besoins dans certaines régions.

Nominatim est développé dans le cadre du projet OpenStreetMap (OSM) et est distribué sous une licence ouverte, son code source étant sous GPLv2. Les exigences matérielles pour Nominatim dépendent fortement de la quantité de données que vous prévoyez de conserver. Par exemple, l’installation des données pour un seul pays ou un seul continent nécessite moins de ressources que pour le globe entier.

Pour télécharger Nominatim, rendez‑vous simplement sur sa page officielle à <https://nominatim.org/> Vous y trouverez les exigences matérielles et logicielles, ainsi qu’un manuel d’installation détaillé pour vous aider à démarrer. Vous pouvez également consulter la page GitHub officielle de Nominatim à <https://github.com/openstreetmap/Nominatim> pour des ressources et un support supplémentaires.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/on-premise/fr/on-premise/how-to-guide/installation/optional-software/nominatim.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
