Radar data on AWS S3
The up-to-date weather radar from the FMI radar network is available as Open Data.
The following data is available for Finnish radar composite:
radar reflectivity (dbz), conversion: Z[dBZ] = 0.5 * pixel value - 32
rainfall intensity (rr), conversion: rr[mm/h] = 0.01 * pixel value
1 hour precipitation (rr1h), conversion: rr1h[mm] = 0.01 * pixel value
12 hour precipitation (rr12h)
24 hour precipitation (rr24h)
For single radars, the following data can be retrieved:
radar reflectivity (dbz)
radial velocity (vrad)
rain classification (hclass), conversion: 0=no signal, 1=non met, 2=rain, 3=wet snow, 4=dry snow, 5=graupel, 6=hail
cloud top height (etop_20), conversion: height[km] = 0.1 * pixel value - 0.1
Volume data from single radars are also available in HDF5-format. The data contain following parameters:
Logged horizontally-polarized total reflectivity factor (DBZH): Zh [dBZ]
Logged horizontally-polarized total (corrected) reflectivity factor (DBZHC): Zh [dBZ]
Logged polarized reflectivity factor (DBZX): Zh [dBZ]
Hydro Class, Hydrometeor classification (HCLASS)
Specific differential phase (KDP): K [degrees/km]
Differential phase (PHIDP): φ [degrees]
Correlation between Zh and Zv (RHOHV): ρhv [0-1]
Normalized signal-to-noise ratio (SNR): SNR [0-1]
Signal Quality Index (SQI): SQI [0-1]
Logged horizontally-polarized total eflectivity factor (TH): T [dBZ]
Logged horizontally-polarized total (TX): T [dBZ]
Radial velocity (VRAD): V [m/s]
Radial velocity (corrected) (VRADC): V [m/s]
Spectral width of radial velocity (WRAD): W [m/s]
Logged differential reflectivity (ZDR): ZDR [dBZ]
Logged differential reflectivity (corrected) (ZDRC): ZDR [dBZ]
The detailed information about HDF5-data can be found at OPERA HDF5 description
Radar data becomes available as soon as it's received from the radar and pre-processed into deliverable formats. Typically the most recent radar data was collected less than 5 minutes ago. Both single radar data and radar composites over Finland are made available.
FMI provides the same data via FMI Open data portal and AWS Public Datas Sets. The data is licensed by the Creative Commons Attribution 4.0 International license (CC BY 4.0).
Accessing the Data on AWS
Data is uploaded into two AWS S3 Buckets:
fmi-opendata-radar-geotiff
fmi-opendata-radar-volume-hdf5
Data naming convention:
Single radar products:
{year}/{month}/{day}/{site}/{timestamp}_{site}_{product}_{parameter}_{quantity}_{qualitycontrol}.tif
Composite products:
{year}/{month}/{day}/{site}/{timestamp}_{site}_composite_{product}_{parameter}_{quantity}_{qualitycontrol}.tif
The parameters are explained below:
timestamp is given as ${year}${month}${day}${hour}${minute}
site is the radar site name in case of single radar products and the area name in case of composite products
product is the type of radar product, for instance ppi, etop, cappi.
parameter further defines the product.
For ppi products parameter defines the measurement angle in degrees
For cappi products parameter defines the height of the cappi in meters
For etop products parameter defines the dbzh threshold used when defining etop
quantity is the physical quantity for instance dbzh, vrad, zdr, hclass
qualitycontrol is a flag if the product has gone through anomaly detection and removal process.
qc means quality control was used
raw means quality control was not used
Product name examples:
Single radar:
2024/09/17/fivim/202409171145_fivim_ppi_9.0_dbzh_qc.tif
Composite:
2024/09/17/finrad/202409171145_finrad_composite_cappi_600_dbzh_qc.tif
Content of the buckets can be browsed here:
http://fmi-opendata-radar-geotiff.s3-website-eu-west-1.amazonaws.com
http://fmi-opendata-radar-volume-hdf5.s3-website-eu-west-1.amazonaws.com
SNS
Public Amazon SNS topics are available for every new object added to the Amazon S3.
arn:aws:sns:eu-west-1:916174725480:fmi-opendata-radar-geotiff-object_created
arn:aws:sns:eu-west-1:916174725480:fmi-opendata-radar-volume-hdf5-object_created
For more information on subscribing to SNS topics, visit http://docs.aws.amazon.com/sns/latest/dg/SubscribeTopic.html.
For more information on the Amazon S3 event message structure, visit http://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html.
Tools to handle the data
GeoTIFF images may be handled with several tools QGIS and GDAL being the most common ones. Several python libraries can also be used to process the data. The following list is not comprehensive but gives some starting point:
HDF5 data may be processed, for example, with python libraries:
Here are some tutorials on how to handle the data: