Skip to content

faq 96632837

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

I cannot find evacuation-0.8.0-SNAPSHOT-xxxxx.zip. where I can find?

by Hitomi Nakanishi on 2016-11-29 22:32:54


I was trying to download evacuation-0.8.0-SNAPSHOT-xxxxx.zip. from http://matsim.org/files/builds/. following the tutorial but I cannot find it in Matsim_libs.zip or elsewhere. Could you assist please? Thanks.


Comments: 4


Re: I cannot find evacuation-0.8.0-SNAPSHOT-xxxxx.zip. where I can find?

by Joschka Bischoff on 2016-11-30 07:28:05

Dear Hitomi,

0.8.0. Snapshots are gone, since we have a 0.8.1 release by now:

http://matsim.org/downloads


Alternatively, you may use the 0.9.0-SNAPSHOT, or Nightly build, available preferably via Maven (described on the same webpage).

I will update the evacuation tutorial accordingly.


Re: I cannot find evacuation-0.8.0-SNAPSHOT-xxxxx.zip. where I can find?

by Johan W. Joubert on 2016-11-30 08:53:40

Or directly from Github: https://github.com/matsim-org/matsim/releases/tag/matsim-0.8.0


Re: I cannot find evacuation-0.8.0-SNAPSHOT-xxxxx.zip. where I can find?

by Celeste Manu on 2016-12-15 17:08:53

Thanks for this post! Will there be compatibility issues if I use the 0.8.0 evacuation snapshot with matsim 0.8.1?


Re: I cannot find evacuation-0.8.0-SNAPSHOT-xxxxx.zip. where I can find?

by ehsan vossough on 2017-02-07 22:51:06

Hi Johan

   Can you help with a problem. I am using OsmNetworkReader in java code to convert to XML but the following error. I have included ALL libraries required, any ideas? Thanks

OsmNetworkReader osmReader = new OsmNetworkReader(network, ct);

osmReader.setKeepPaths(false);
osmReader.setScaleMaxSpeed(true);


Folowing imports, matsim 0.8.0

import org.matsim.core.config.ConfigUtils;
import org.matsim.core.network.MatsimNetworkReader;
import org.matsim.core.network.NetworkReaderMatsimV1;
import org.matsim.core.network.NetworkWriter;
import org.matsim.core.network.algorithms.NetworkSimplifier;
import org.matsim.core.scenario.MutableScenario;
import org.matsim.core.scenario.ScenarioUtils;
import org.matsim.core.utils.geometry.CoordinateTransformation;
import org.matsim.core.utils.geometry.transformations.TransformationFactory;
import org.matsim.core.utils.io.OsmNetworkReader;
import org.matsim.core.utils.io.MatsimXmlParser;
import org.matsim.core.network.LinkImpl;
import org.matsim.core.network.NetworkImpl;

  

Clone this wiki locally