You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often MATSim input/output XML files are compressed. I just tried genet generate-standard-outputs on the command line with a gzipped network XML and it failed. So I'm assuming GeNet can't handle compressed files.
My initial stab would be to load network files into memory using gzip in gent.input.matsim_reader.read_network if they end in .gz. Similarly for schedule and vehicles (less likely to be compressed?)
The text was updated successfully, but these errors were encountered:
Often MATSim input/output XML files are compressed. I just tried
genet generate-standard-outputs
on the command line with a gzipped network XML and it failed. So I'm assuming GeNet can't handle compressed files.My initial stab would be to load network files into memory using
gzip
ingent.input.matsim_reader.read_network
if they end in.gz
. Similarly for schedule and vehicles (less likely to be compressed?)The text was updated successfully, but these errors were encountered: