Spatial Data

Rainfall

This page outlines the NASA POWER (Prediction of Worldwide Energy Resources) monthly rainfall dataset that Codera hosts on EconData. The dataset provides total monthly rainfall (in millimetres) for selected South African cities.

ID: RAINFALL

Supplier source page

AttributeDescription
Source DatasetNASA POWER
Unit of measureMillimeter (mm)
FrequencyMonthly

Dimensions

The series key contains two concepts, each separated by a full stop.

  1. Mnemonic
  2. Region

1. Mnemonic: P

This is the series ID used for the rainfall quantity dataflow.

2. Region

Codelist: CL_MUNICIPALITY

This dimension assigns a code to each municipality. Below is a list of each city name with its corresponding municipality name and municipality code:

City NameMunicipality NameMunicipality Code
BloemfonteinMangaungMAN
DurbanEthekwiniETH
JohannesburgCity of JohannesburgJHB
Cape TownCity of CapetownCPT
PretoriaCity of TshwaneTSH
GqeberhaNelson Mandela BayNMA
East LondonBuffalo CityBUF
PolokwanePolokwaneLIM354
MbombelaMbombelaMP322
KimberleySol PlaatjieNC091
PietermaritzburgThe MsunduziKZN225
GeorgeGeorgeWC044
NewcastleEmadlangeniKZN253
UpingtonMierNC081

Attributes

1. Frequency

The dataflow contains data at a monthly frequency.

2. Unit of Measure

The dataflow contains rainfall data measured in millilitres (mm) per month.

Example

  • Using R, you could access the relevant rainfall data for the Msunduzi municipality using the following:

rainfall <- read_dataset(id = "RAINFALL", series_key = "P.KZN225")

Codera Categories