Closed ayoung012 closed 4 years ago
See above commit @ayoung012 with the required info.
Note that a separate URL is not required for the embers file, it is actually part of the Phoenix grid output, where the fire shape is given by the HOUR_BURNT
attribute, and the ember front by HOUR_SPOT
. So both should be drawn from the same shape. If this is not how the UI currently does it, could you please make it so (and track in a separate issue).
Thanks @dhixsingh , please see issue #21 and associated commits resolving your ember data comment.
Region, fire event and population data are consolidated on the server. You may experience about a minutes delay in being able to select fire event/populations in the UI while the ees-server 'wakes up'.
Currently the fire datasets and their information are spread across the server and UI source. Adding more datasets requires the project source to be rebuilt and redeployed.
The solution is to consolidate this to a central point to be managed/updated as required. The structure should be along the lines of the following:
The ees-server should take these as a single source of truth, and provide endpoints for the UI to list the current fires/populations available for a given region, and get further details on a specific fire event or population.
fire index file example:
Individual fire metadata:
The population index file and individual population metadata should follow a similar pattern
Individual population metadata:
@dhixsingh to provide urls to working sets of fire event and population index files, and ensure he is able to edit them without changing the url