Editing Nominatim's PostGIS Database via Desktop GIS #3711
-
Hello everyone, I’m new to Nominatim and couldn’t find an answer to this question: Is it possible to edit the PostGIS database directly using desktop GIS software like QGIS or ArcGIS? I’d like to add extra information to addresses—such as land subdivision project names and parcel numbers—to improve searchability. Any guidance would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, you cannot really do that because the search data is not in a single data table. If you want to augment addresses with extra information, you need to preprocess the OSM data before importing. |
Beta Was this translation helpful? Give feedback.
No, you cannot really do that because the search data is not in a single data table. If you want to augment addresses with extra information, you need to preprocess the OSM data before importing.