eqasim-org / ile-de-france

An open synthetic population of Île-de-France for agent-based transport simulation
GNU General Public License v2.0
47 stars 69 forks source link

Meta output is not coherent #155

Closed sebhoerl closed 1 year ago

sebhoerl commented 1 year ago

The meta.json is not always coherent. We need to define

This is problematic because we write the creation date into the meta.json. Maybe we should have just one file for the MATSim data and another one of the CSV data.

Second point is that rewriting the meta.json is not triggered by changing the commit in git. Because the commit ID is just obtained inside the stage, but a changed commit does not devalidate the stage. We should add the testing for the current commit into the validate function. We could just check whether there already is the target file and verify if we have the same output or not.