arup-group / genet

Manipulate MATSim networks via a Python API.
MIT License
44 stars 9 forks source link

Make geoparquet the new standard for outputs #217

Closed KasiaKoz closed 5 months ago

KasiaKoz commented 10 months ago

GeNet generates a selection of geojson outputs for network eye-ball validation and visualisation. For large networks these can be very slow and clunky. The files also take up more space on disk. So with @Theodore-Chatziioannou suggestion, this PR changes the default output format for standard outputs. It also tidies up the three spatial output file options for networks/schedules. Closes: https://github.com/arup-group/genet/issues/215

Londinium network links output goes from 13.8MB to 2.2MB 🚀

Since I was already in that neck of the woods (standard outputs generation), I stumbled on a known problem and fixed: https://github.com/arup-group/genet/issues/156