Skip to Content.
Sympa Menu

overpass - Re: [overpass] error after history import

Subject: Overpass API developpement

List archive

Re: [overpass] error after history import


Chronological Thread 
  • From: michael spreng <>
  • To:
  • Subject: Re: [overpass] error after history import
  • Date: Sat, 14 Nov 2015 20:21:04 +0100

Hi Roland

On 04/11/15 07:43, Roland Olbricht wrote:
> You can edit the script that does the call to update_database and add
> --flush-size=0
> to the parameters of update_database. This parameter enforces that
> update_database refrains from writing temporary files. I've no
> experience whether that works or not and how much memory it will need,
> but it is our best option out of the box here.
>
>
I tried it again, with the newest version of overpass. The import
process works fine, and it does not consume too much memory. But the
result is strange:

overpass.urlaun.osm.ch/api/interpreter?data=%5Bdate%3A%222015-01-01T00%3A00%3A00Z%22%5D%0A%5Bout%3Axml%5D%3B%0A%28node%2846.94253409933404%2C7.443130016326904%2C46.94333708709567%2C7.444107681512832%29%3B%3C%3B%29%3B%0Aout%20meta%3B

This gives many errors of the form

<remark> runtime error: Way 201886770 cannot be expanded at timestamp
2015-01-26T11:33:18Z: Bad geometry for way 201886770 </remark>

Before I start debugging, do you have any comments about that issue? The
naked numbers before and after such error messages, what do they mean?

It works without the [date:"..."]

overpass.urlaun.osm.ch/api/interpreter?data=%5Bout%3Axml%5D%3B%0A%28node%2846.94253409933404%2C7.443130016326904%2C46.94333708709567%2C7.444107681512832%29%3B%3C%3B%29%3B%0Aout%20meta%3B

Thank you
Michael



Archive powered by MHonArc 2.6.18.

Top of Page