Hello everyone. For an application of mine I am trying to set up my own Overpass Api server. Importing andorra-latest.osm.bz2 with the following command works fine, beside ~a dozen ways that are referenced in relations can't be found, which is probably due to it being an extracted file and not the planet.osm file.
In hope of saving some space on the hard disk i created a file that contains only the data that are necessary for my application, using osmfilter. The command i used:
Which reduced the file size down to about 20%. Afterwards i put it into a bz2 archiv using 7z. using the same command that worked for andorra, i get the following error:
does anyone have an idea how to solve this? Is it even possible to import osmfiltered files? asked 04 Nov '15, 16:30 EinFreierNick mmd |
I would recommend to post this question on the Overpass API developer mailing list, as it is too specific for Help OSM and unlikely to help a lot of other users.
Link: http://listes.openstreetmap.fr/wws/info/overpass -> also mirrored on gmane.org and nabble.com, both of which offer a web frontend. Btw: don't forget to include the Overpass APi version you're using and some specs about your system. Your error message may be related to a lack of available memory.
Follow up is here.