Length (km)
7,775
Countries
11
Area (km2)
9,258,231
Pledge (billion Euros)
14
Use the dropdown on the left to explore rainfall data for each year between 2001 and 2023. The rainfall data shown here is based on the Global Precipitation Measurement (GPM) dataset, which is an international satellite mission to provide rainfall data globally. We have aggregated these data on an annual basis, showing median rainfall at administrative level 3 for each country.
{
yield html`loading map…`;
const data = await fetch(countries_gpm);
yield Plot.plot({
width,
height: 450,
projection: {
type: "equirectangular",
domain: {type: "MultiPoint", coordinates: [[-10, 4], [51.5, 3], [-10, 12], [-18, 20]]}
},
color: {
type: "linear",
n: 20,
domain: [100, 2500],
scheme: "BuPu",
label: "Rainfall (mm)",
legend: "ramp",
width: 800,
className: "large-font"
},
marks: [
//Plot.graticule(),
//Plot.sphere(),
Plot.geo(countries_gpm, {fill: gpm_view, stroke: gpm_view, tip: d => d.properties.name}),
Plot.geo(land, {stroke: "#111"}),
]
});
}
Plot.plot({
marginTop: 40,
marginLeft: 80,
marginRight: 40,
width: width,
height: 450,
fx: {
label: "Year",
domain: ["2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023"]
},
y: {
label: "Country",
labelOffset: 80
},
x: {
label: "Rainfall (mm)",
domain: [100, 2500]
},
color: {
type: "linear",
scheme: "BuPu",
domain: [100, 2500]
},
marks: [
Plot.barX(countries_gpm_long, {fx: "year", fill: "rainfall", y: "NAME_0", x: "rainfall"}),
Plot.tip(countries_gpm_long, Plot.pointer({
x: "rainfall",
y: "NAME_0",
fx: "year"
})),
Plot.ruleX([0])
]
})
Plot.plot({
width,
height: 500,
projection: {
type: "equirectangular",
domain: {type: "MultiPoint", coordinates: [[-10, 4], [48, 3], [-10, 12], [-18, 20]]}
},
color: {
type: "diverging",
n: 10,
domain: [1, 100],
pivot: 50,
scheme: "BrBG",
label: "Fractional cover (%)",
legend: "ramp",
width: 600
},
marks: [
Plot.graticule(),
Plot.sphere(),
Plot.geo(lh_admin, {fill: "median_fracveg", tip: d => d.properties, text: {fontSize: 22}}),
Plot.geo(land, {stroke: "#111"})
]
})
Plot.plot({
width,
height: 500,
projection: {
type: "equirectangular",
domain: {type: "MultiPoint", coordinates: [[-10, 4], [48, 3], [-10, 12], [-18, 20]]}
},
color: {
type: "quantize",
n: 10,
domain: [10, 100],
scheme: "YlGn",
label: "Tree cover (%)",
legend: "ramp",
width: 600
},
marks: [
Plot.graticule(),
Plot.sphere(),
Plot.geo(lh_admin, {fill: "median_treecover", tip: d => d.properties.name}),
Plot.geo(land, {stroke: "#111"}),
]
})
Plot.plot({
width,
height: 500,
projection: {
type: "equirectangular",
domain: {type: "MultiPoint", coordinates: [[-10, 4], [48, 3], [-10, 12], [-18, 20]]}
},
color: {
type: "quantize",
n: 10,
domain: [10, 100],
scheme: "Cividis",
label: "Cropland (%)",
legend: "ramp",
width: 600
},
marks: [
Plot.graticule(),
Plot.sphere(),
Plot.geo(lh_admin, {fill: "median_cropland", tip: d => d.properties.name}),
Plot.geo(land, {stroke: "#111"}),
]
})
Coming soon!
Indicators are metrics or properties of a system that we can measure or quantify. They are used to assess the state of a system and to monitor changes over time. Indicators are important because they provide a way to measure and track progress towards a goal, or change over time.
It is important to consider the relevance of the indicators to the system being monitored, their sensitivity to change, and their ease of measurement. Also, it is important to consider the cost of measuring the indicators, and the frequency with which they can or should be measured.
We use ecological indicators to assess the health of ecosystems and the services they provide. These indicators can be used to assess soil health, water or hydrologic function, vegetation dynamics, and land use or management. They allow us to monitor changes in ecosystems over time, including the impacts of human activities. Hence, they provide critically important data and evidence to guide management decisions.
It is also important to consider how numerous environmental indicators can be combined to provide a synoptic view of the state of (eco)systems. This is important because no single indicator can provide a complete picture of the state of a system.
The LDSF indicator framework is designed to be easy to operationalize in the field using simple tools while at the same time providing data on a comprehensive set of indicators that are critical for assessment and monitoring of soil and land health across landscapes.