From a6d1b07a5450a7f211a696e0f5bd9310f4bfc22e Mon Sep 17 00:00:00 2001 From: sime94 Date: Wed, 23 Oct 2024 15:54:32 +0200 Subject: [PATCH 1/3] update readme v2024.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99d7819..364443e 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Handling of large files within git is not without problems (git lfs files are no 1. Open SimWrapper at https://simwrapper.github.io/site/ . 1. Select Explore Data Sources -> VSP Public-SVN . -1. Navigate to de -> lausitz -> lausitz-v1.0 (https://simwrapper.github.io/site/public/de/lausitz/output/v1.0). +1. Navigate to de -> lausitz -> output -> choose version (https://simwrapper.github.io/site/public/de/lausitz/output/). 1. Enjoy the dashboards and visualizations. ### Run VIA on output files 1. Get VIA from https://www.simunto.com/via/. (There is a free license for a small number of agents; that will probably work but only display a small number of vehicles/agents.) -1. Go to https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/lausitz/ . -1. Decide for a scenario that you find interesting (e.g. `lausitz-v1.0`) and go into that directory. +1. Go to https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/lausitz/output/ . +1. Decide for a scenario that you find interesting (e.g. `v2024.2`) and go into that directory. 1. Inside there, look for an `output-*` directory that you find interesting and go into that directory. 1. Download `*.output_network.xml.gz` and `*.output_events.xml.gz`. Best make sure that they do not uncompress, e.g. by "Download linked file as ...". 1. Get these files into VIA. This can be achieved in various ways; one is to open VIA and then drag the files from a file browser into VIA. From 9629f63defca77f2e735912bab405e9969f32f6b Mon Sep 17 00:00:00 2001 From: sime94 Date: Wed, 23 Oct 2024 16:21:35 +0200 Subject: [PATCH 2/3] set publish java version to 21 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 75965b9..2a3917b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 architecture: x64 distribution: adopt From ab6452f39b5390d77e22e9fa58152b0974b39fb8 Mon Sep 17 00:00:00 2001 From: sime94 Date: Wed, 23 Oct 2024 16:58:46 +0200 Subject: [PATCH 3/3] update citation v2024.2 --- CITATION.cff | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b8f7fc1..f63c26f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,21 +1,32 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + cff-version: 1.2.0 -title: MATSim Scenario Template (Adjust title) +title: The MATSim Open Lausitz Scenario message: >- If you use this software, please cite it using the metadata from this file. type: software authors: + - given-names: Simon + family-names: Meinhardt + email: meinhardt@vsp.tu-berlin.de + affiliation: Technische Universität Berlin + orcid: 'https://orcid.org/0000-0002-6354-4529' - given-names: Christian family-names: Rakow email: rakow@vsp.tu-berlin.de affiliation: Technische Universität Berlin orcid: 'https://orcid.org/0000-0003-3760-2243' - - given-names: Surname - family-names: Name - email: yourmail@somewhere.com - -url: "https://github.com/matsim-scenarios/matsim-scenario-template" -date-released: 2023-01-01 -year: 2023 -version: 1.0 -license: AGPL-3.0 + - given-names: Kai + family-names: Nagel + email: nagel@vsp.tu-berlin.de + affiliation: Technische Universität Berlin + orcid: 'https://orcid.org/0000-0003-2775-6898' +identifiers: + - type: doi + value: 10.5281/zenodo.13983108 +url: 'https://github.com/matsim-scenarios/matsim-lausitz' +license: AGPL-3.0-only +version: '2024.2' +date-released: '2024-10-23'