Next #ios weekend project:
„Transit & Me“ - mapping still excites so 🤷🏼‍♂️ ...

1st step: create an admin tool to import+filter+export #gtfs data.
Unzipping with https://github.com/weichsel/ZIPFoundation
Parsing CVS with https://github.com/swiftcsv/SwiftCSV
Storing in SQLite via https://github.com/groue/GRDB.swift
= open source is wonderful 🙏🏼

2nd step: next week check if I can visualize the routes on a map with proper polygons, stops and labels:

GitHub - weichsel/ZIPFoundation: Effortless ZIP Handling in Swift

Effortless ZIP Handling in Swift. Contribute to weichsel/ZIPFoundation development by creating an account on GitHub.

GitHub