agentsoz / ees-ui

Emeregency Evacuation Simulator (EES) - Web Client
3 stars 2 forks source link

Population visualisation with geojson point features #12

Closed ayoung012 closed 10 months ago

ayoung012 commented 5 years ago

@ayoung012 to test render performance of large numbers of randomly generated geojson points across a region (or town?)

@dhixsingh to provide details on the geojson format of population features for an arbitrary region

ayoung012 commented 4 years ago

Static population plans can be previewed in the main simulation setup page.

An initial simulation output event visualisation will follow.

ayoung012 commented 4 years ago

output playthrough can be viewed at https://agentsoz.github.io/ees-ui/#/output Unfortunately the current server is unable to load the events xml into memory without crashing. To test on a local machine, install both ees-server and ees-ui. Checkout and run ees-server on branch feature/output-processing:

cd ees-server
git checkout feature/output-processing
npm run build && npm run server