diff --git a/packages/@ourworldindata/components/src/IndicatorProcessing/IndicatorProcessing.tsx b/packages/@ourworldindata/components/src/IndicatorProcessing/IndicatorProcessing.tsx new file mode 100644 index 00000000000..9b9c0dfd438 --- /dev/null +++ b/packages/@ourworldindata/components/src/IndicatorProcessing/IndicatorProcessing.tsx @@ -0,0 +1,62 @@ +import React from "react" +import { SimpleMarkdownText } from "../SimpleMarkdownText.js" + +export interface IndicatorProcessingProps { + descriptionProcessing: string | undefined +} + +export const IndicatorProcessing = (props: IndicatorProcessingProps) => { + return ( + <> +
+ All data and visualizations on Our World in Data + rely on data sourced from one or several original + data providers. Preparing this original data + involves several processing steps. Depending on the + data, this can include standardizing country names + and world region definitions, converting units, + calculating derived indicators such as per capita + measures, as well as adding or adapting metadata + such as the name or the description given to an + indicator. +
++ At the link below you can find a detailed + description of the structure of our data pipeline, + including links to all the code used to prepare data + across Our World in Data. +
+
+
- All data and visualizations on - Our World in Data rely on data - sourced from one or several - original data providers. - Preparing this original data - involves several processing - steps. Depending on the data, - this can include standardizing - country names and world region - definitions, converting units, - calculating derived indicators - such as per capita measures, as - well as adding or adapting - metadata such as the name or the - description given to an - indicator. -
-- At the link below you can find a - detailed description of the - structure of our data pipeline, - including links to all the code - used to prepare data across Our - World in Data. -
-