This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

can’t download the osm data in tokyo

0

I want to download the data within Tokyo (https://www.openstreetmap.org/export#map=11/35.7000/139.7502). The boundary is [139.5,140,35.5,35.9]. However, the downloaded data is only 496 bytes. No data included in the downloaded file. I want to know why? alt text

asked 09 Feb '21, 06:32

welkinlee's gravatar image

welkinlee
11111
accept rate: 0%

edited 09 Feb '21, 06:33


One Answer:

4

The file is in XML format and contains the following error message (you can open it with any text editor):

runtime error: Query ran out of memory in "recurse" at line 1. It would need at least 514 MB of RAM to continue.

Try with a smaller area or use another tool to export it. For example Geofabrik or Protomaps

answered 09 Feb '21, 07:27

MarcoR's gravatar image

MarcoR
6873820
accept rate: 23%

Source code available on GitHub .