-
Notifications
You must be signed in to change notification settings - Fork 5
/
main_text
13 lines (10 loc) · 1.14 KB
/
main_text
1
2
3
4
5
6
7
8
9
10
11
12
13
// released under Open Source GPL License Copyright © 2023 Ka Hei Chow
// This script stores the displayed text for the main explorer interface
// Labels to be displayed for each app
exports.urban_heat = "👉 Urban heat is a significant hazard for public health. \n Check out the spatial distribution of urban heat in 2022 summer!";
exports.land_use_cover_ratio = "👉 Vegetation provides important ecoservice for the population. \n Check out how land cover distributed in cities!";
exports.recent_urbanization = "👉 Have a glimpse of the regions where intense urbanization took place (2000-2020)!";
exports.population_density = "👉 Check out urban population density in global cities!";
exports.veg_cover_changes = "👉 Check out the changes of vegetation cover over the last decade";
exports.heat_by_lulc = "👉 Explore the temperature differences between land uses in urban metropolis";
exports.headings = '👋 Welcome to our analysis tool! \n\nTimely satellite data is a powerful way to derive key information for urban planning \nand disaster management. Our tool allows you to evaluate climate hazards \nworldwide with insights from space.';