Some questions occurred about committing data to the MATSim project on SourceForge. To clarify, what kind of data is allowed to commit and where to put it, here a short guideline:
src" and its subdirectories. Do not commit any data files under "src"!config.xml" files are allowed under "src/playground/<username>".test/src", you are allowed to add required data to "test/input" or "test/scenario". Then please follow the following constraints:
test/scenario".test/input" or "test/scenario". Note that bigger files may be compressed with gzip since MATSim supports reading and writing gzipped files with org.matsim.utils.io.IOUtils.getBufferedReader() and IOUtils.getBufferedWriter() respectively.test/input" or "test/scenario". Remember: SourceForge is public to everyone!So, to make it short: You are not allowed to add any data to the SourceForge repository except:
config.xml-files in your playgroundtest/input/<name of your test>" or "test/scenario/…".