Git Product home page Git Product logo

matsim-ruhrgebiet's People

Contributors

dziemke avatar janekdererste avatar kainagel avatar mdziakowski avatar michaz avatar mrieser avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

matsim-ruhrgebiet's Issues

JCommander.newBuilder().addObject(analysis).build().parse(args) not working in GenerateSingleAirPollutionValue.java

I know this is a code from a very long time ago, but I am currently seeking a code example that can analyse the emission event files and produce XML files similar to the output in public SVN of MATSim Berlin scenario V5.4 (link: https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/berlin/berlin-v5.4-1pct/output-berlin-v5.4-1pct/). So I found this java class.

This may be because of the MATSim version. I tried to copy the code from GenerateSingleAirPollutionValue (here: https://github.com/matsim-scenarios/matsim-ruhrgebiet/blob/1.1.x/src/main/java/org/matsim/ruhrgebiet/analysis/GenerateSingleAirPollutionValue.java) and, weirdly, the below code cannot be compiled:

JCommander.newBuilder().addObject(analysis).build().parse(args);

Specifically, it cannot solve the method newBuilder in JCommander.

I am using MATSim version 15.0-PR2490, but this project is based on version 12. I checked my pom and noticed that I don't have the dependency of jcommander, so I copied below code to my pom:

        <dependency>
            <groupId>com.beust</groupId>
            <artifactId>jcommander</artifactId>
            <version>1.71</version>
        </dependency>

Unfortunately, this is what I get, saying maven cannot find this version
1682610560875

So can you maybe give me some hints about how to fix this? Or, if you have a more recent script for analysing the emission event files?

Thanks :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.