add deployment documentation for Python frontend

This commit is contained in:
Sarah Hoffmann
2023-08-27 21:27:16 +02:00
parent 3bb27fbee6
commit 2c24ba6d2d
6 changed files with 122 additions and 17 deletions

View File

@@ -1,12 +0,0 @@
# Nominatim Frontend as a Library
The Nominatim search frontend can directly be used as a Python library in
scripts and applications. When you have imported your own Nominatim database,
then it is no longer necessary to run a full web service for it and access
the database through http requests. With the Nominatim library it is possible
to access all search functionality directly from your Python code. There are
also less constraints on the kinds of data that can be accessed. The library
allows to get access to more detailed information about the objects saved
in the database.