NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi,

I've imported openstreet data successfully, and now I'm importing the tiger2013 edges files into nominatim, all seems to go well when running the script but querying the local nominatim gives no results while the public server does.

EDIT:

tail of /var/log/prosgres im getting close - its looks like an issue with function get_partition


UTC ERROR: function get_partition(geometry, unknown) does not exist at character 8

UTC HINT: No function matches the given name and argument types. You might need to add explicit type casts

UTC QUERY: SELECT get_partition(place_centroid, 'us')


how do i fix this?

asked 25 Jun '14, 13:59

Rob's gravatar image

Rob
15113
accept rate: 0%

edited 26 Jun '14, 14:40


It looks like an incompatibility was introduced when some of the functions where updated. I've committed something that should fix the problem although I've not completely tested it yet.

permanent link

answered 26 Jun '14, 17:13

twain's gravatar image

twain
2.4k2538
accept rate: 40%

Thanks for the response, I've pulled the latest version and now the error is slightly different:


UTC ERROR: function tigger_create_interpolation(geometry, unknown, unknown, unknown, unknown, unknown, unknown) does not exist at character 8

UTC HINT: No function matches the given name and argument types. You might need to add explicit type casts.


EDIT:

when i ran the tigger_create_interpolation function manually i got errors about postgis .so files

i found a fix > http://gis.stackexchange.com/questions/97871/postgis-2-1-error-after-update

its rolling along importing now! :)

(26 Jun '14, 17:32) Rob

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×196
×30
×1

question asked: 25 Jun '14, 13:59

question was seen: 8,150 times

last updated: 26 Jun '14, 18:28

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum