agentsoz / ees

Emergency Evacuation Simulator
MIT License
9 stars 6 forks source link

Allow PhoenixGridModel to take gzipped fire GeoJson as input #42

Closed dhixsingh closed 4 years ago

dhixsingh commented 4 years ago

The Phoenix fire input GeoJson files are often large, for instance Anglesea_evac_test_ffdi104_phx5_2016data_minsup_fh2017_grid_epsg32754.json which is 13.6MB uncompressed. Update PhoenixGridModel to take .json.gz input files, so that compressed fire GeoJson can be passed in directly.