remilvus / PublicTransportAnalysis2

0 stars 0 forks source link

Filesystem manager #5

Open remilvus opened 2 years ago

remilvus commented 2 years ago

Description:

Implement a module for saving GTFS files. The exact path where a file is kept should be based on a timestamp from GTFS header. For static file a hash of its content may be used to determine the saving path.

What needs to be done:

Additional remarks:

remilvus commented 2 years ago

Instead of creating a 'Module for calculating relevant file properties', I've put property calculation in the persistence module.