Hi,
Is there somewhere an accessible, up-to-date planet.osm on toolserver? The only reference I found says 'no' but maybe that has changed in the mean time: https://wiki.toolserver.org/view/OpenStreetMap_server/Setup_notes
I have neither yet a concrete idea what to do with it (just some vague thoughts), nor do I know how ressource-consuming osmosis is..
Regards, Thomas
Am 02.11.2010 15:33, schrieb Thomas Ineichen:
Is there somewhere an accessible, up-to-date planet.osm on toolserver? The only reference I found says 'no' but maybe that has changed in the mean time: https://wiki.toolserver.org/view/OpenStreetMap_server/Setup_notes
These notes are old and about to be replaced.
I have neither yet a concrete idea what to do with it (just some vague thoughts), nor do I know how ressource-consuming osmosis is..
Such data will be stored in /home/project/o/s/m/osm/data
I created a cronjob that downloads the current planet each monday. The download is running atm. If there is need I may also add a job to sync the geofabrik extracts.
Peter
Hi Peter,
I have neither yet a concrete idea what to do with it (just some vague thoughts), nor do I know how ressource-consuming osmosis is..
Such data will be stored in /home/project/o/s/m/osm/data
I created a cronjob that downloads the current planet each monday. The download is running atm. If there is need I may also add a job to sync the geofabrik extracts.
It looks like it doesn't work: There is only one planet-file (from October) and if I try to access it with osmosis, I get the following error:
Nov 19, 2010 8:05:07 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.37 Nov 19, 2010 8:05:08 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Preparing pipeline. Nov 19, 2010 8:05:08 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Launching pipeline execution. Nov 19, 2010 8:05:08 AM org.openstreetmap.osmosis.core.Osmosis run INFO: Pipeline executing, waiting for completion. Nov 19, 2010 8:05:09 AM org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion SEVERE: Thread for task 1-read-xml failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to parse xml file /home/project/o/s/m/osm/data/planet/planet-101027.osm.bz2. publicId=(null), systemId=(null), lineNumber=3982, columnNumber=144. at org.openstreetmap.osmosis.xml.v0_6.XmlReader.run(XmlReader.java:113) at java.lang.Thread.run(Thread.java:619) Caused by: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.endEntity(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.skipSpaces(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanAttribute(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) at org.openstreetmap.osmosis.xml.v0_6.XmlReader.run(XmlReader.java:108) ... 1 more Nov 19, 2010 8:05:09 AM org.openstreetmap.osmosis.core.Osmosis main SEVERE: Execution aborted. org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks failed. at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146) at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:92) at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) at org.codehaus.classworlds.Launcher.main(Launcher.java:31)
The same command works fine with a separately downloaded extract from Geofabrik.
Regards, Thomas