Replies: 9 comments
-
Afaik the raster library is needed for the secondary importance file. https://nominatim.org/release-docs/latest/admin/Import/#downloading-additional-data |
Beta Was this translation helpful? Give feedback.
-
You need to tell us more about why you made the change: What was the error you got? How did you install Postgresql and Postgis? |
Beta Was this translation helpful? Give feedback.
-
Sorry yes I should have added the error I was getting. It was failing to run this line. I don't exactly remember the error but following were the steps.
|
Beta Was this translation helpful? Give feedback.
-
I see an active discussion on extension library paths, I'd probably require building postgis from source. Homebrew/homebrew-core#224072 We don't officially support MacOS. Did the |
Beta Was this translation helpful? Give feedback.
-
postgis-raster needs to be explicitly disabled when building postgis and I don't see that being done in the postgis keg file. So no reason it shouldn't be there. What is the exact error you get when running |
Beta Was this translation helpful? Give feedback.
-
@anqixxx I believe you are successfully running Nominatim under MacOS. Can you maybe share how you have set up Postgres+Postgis? |
Beta Was this translation helpful? Give feedback.
-
Day 3 is starting soon and the import is still running. I'm in no rush I'll wait until it finishes. I'm loading the whole OSM pbf file. |
Beta Was this translation helpful? Give feedback.
-
Hi! I basically followed the below:
Then I installed posrgresql using After that I loaded in my pbf file! I did only import a small fraction of the world though (one city) to do some testing on, so it was way faster for me! |
Beta Was this translation helpful? Give feedback.
-
Okay, so postgis_raster works in principle when installing from homebrew. Converting this to a discussion and waiting for feedback from @umrashrf . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I had to make a small change to import pbf to postgres.
To Reproduce
Software Environment (please complete the following information):
Hardware Configuration (please complete the following information):
Postgresql Configuration:
Nominatim Configuration:
Additional context
Beta Was this translation helpful? Give feedback.
All reactions