The two new indicators proposed in this project can be integrated into EO Dashboard. I couldn't build source code for integrating within EO Dashboard but have identified requirements for the indicators to build the algorithm.
1. Combined indicator: Users can select multiple indicators in the dashboard to view a resulting dimension. Let's take an example there is a new lockdown indicator, users should be able to add other indicators like mobility data or air quality or covid data to see the impact of lockdown in any region due to the related indicators. Currently, indicators in the dashboard show individual views, and in the graphs, COVID data is added from other data sources at run time. Every indicator has a timelapse where a period is selected, instead if there were covid numbers in place of timeline, then we can see as the covid numbers fluctuate the indicator pattern (mobility/air quality). A combined indicator like lockdown can show an aggregated or proportioned view of selected sub-indicators.
2. Hospital fullness indicator: Need to implement a hospital detection mechanism to identify hospital buildings from Satellite images. In the indicators, the user should be able to select dimensions like :
The number of hospitals by size/type - will show hospitals recognized by satellite.
Hospital capacity - will show color intensity for the hospitals according to the fullness of capacity. Hospital capacity is directly proportional to the parking lot fullness. There exists a car/container activity indicator in the dashboards. Utilizing this along with Covid data, we can present changes in hospital fullness over a period of time and during a pandemic.
These two indicators follow similar inputs like the NO2 air quality indicator where the user can draw a polygon or rectangle area to select an area of interest.
The 2 indicators should be stored in GeoDB. The indicator data could be cached as JSON into AWS S3. The hospital fullness indicator is calculated by aggregating average Hospital parking lot car/container number time series data. For the #1 requirement, unsure of how to build a different dimension like covid numbers instead of timelapse (selecting period data). I haven't started building this yet given the time constraints, but I should be able to explain my idea and work or help the NASA/ESA/JAXA team build it to completion.