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
Hi,
On PR #153@Tristramg mentioned support of various zip compression methods that are not used in Zip. @kylerchin also mentioned the use of LZMA Nested Feeds in SEPTA's GTFS Feed.
Do we have any ideas for an alternate crate?
Thanks.
Edit: Looks like no current GTFS provider has compressed their feed using anything other than store or deflate. #153 (comment)
The text was updated successfully, but these errors were encountered:
The user should handle edge cases where there are nested zip libraries.
Example:
let(gtfs_bus, gtfs_rail) = GTFS::from_multizip()
Still user directed, but for cases like SEPTA where it might be useful for testing in cargo test
A better idea would be returning a Vec with the GTFS structs because my example would only return the 2 GTFS structs.
Hi,

On PR #153 @Tristramg mentioned support of various zip compression methods that are not used in Zip.
@kylerchin also mentioned the use of
LZMANested Feeds in SEPTA's GTFS Feed.Do we have any ideas for an alternate crate?
Thanks.
Edit: Looks like no current GTFS provider has compressed their feed using anything other than store or deflate.
#153 (comment)
The text was updated successfully, but these errors were encountered: