Open FloEdelmann opened 5 months ago
Thanks, I'm currently on vacation and will take care of that when I'll be back.
Thanks,
I had a closer look into the data and, from PTNA's automation process point of view, the data misses important information.
curl -sI "https://gitlab.com/digitaltransport/data/africa/addis-ababa/-/raw/master/Addis%20Ababa%20GTFS_2023/et-addisababa.zip"
does not show the "last modified" header for the dataSo I can't figure out when the data has been created / last modified. This is essential for PTNA.
curl …
does not show the "last modified" header for the data
Indeed, that seems to be a missing GitLab feature. But I see that they send an etag
header, which could be used to check for changes since the last fetch. But I understand if you don't want to implement that extra check only for this feed. So feel free to just close this issue.
Yeah, the etag
could be an option, but the release-date
(defined by the feed owner) is essential for PTNA.
So, PTNA could read the release-date either
stat -c '%y' filename
) of the files in the *.zip
feed_version
'
I created an issue: https://gitlab.com/digitaltransport/data/africa/addis-ababa/-/issues/1 Let's see if they can change anything to make this usable in PTNA.
I'm not sure if they are useful or already used at https://ptna.openstreetmap.de/results/ET/index.php, but I wanted to share it with you anyway.