From a8c061869df03c821d0d56a654afa3834675015c Mon Sep 17 00:00:00 2001 From: Ioannis Sifnaios <88548539+IoannisSifnaios@users.noreply.github.com> Date: Tue, 22 Oct 2024 05:36:11 +0200 Subject: [PATCH] Add info to metadata page (#240) * add irradiance letters explanation to metadata * Revert "add irradiance letters explanation to metadata" This reverts commit 8971627c9adcac0502b09cefd6cc922f92a8facb. * Update station_metadata.md * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- docs/station_metadata.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/station_metadata.md b/docs/station_metadata.md index 555dd421..1d473dba 100644 --- a/docs/station_metadata.md +++ b/docs/station_metadata.md @@ -18,7 +18,26 @@ The time period should identify for which years data is available, which is usef A station that started operating in 2013 which does not have data for 2014 and 2017, but is still active would have a time period entry of: `2013&2015-2016&2018-`. For BSRN stations the time period should be identified based on the available data, which can be seen [here](https://dataportals.pangaea.de/bsrn/). In case it is unknown if a station is still in operation, a question mark is added at the end of the time period, e.g., `2012-?`. ## Instruments and components -Metadata concerning the instrumentation and which components are measured is highly useful when determining if a station is of interest for a particular study. The instrument column denotes whether irradiance is measured using traditional thermopile instruments or using special instruments (such as SPN1 or rotating shadowband pyranometers (RSR or RSI). In the components column, the measured components are denoted by one or more letters separated by semicolons. An example could be `G;B;D;UV;IR` (the order of components should be given as in the example). +Metadata concerning the instrumentation and which components are measured is highly useful when determining if a station is of interest for a particular study. The instrumentation column denotes the type of instruments deployed at a site, from which the measured components can be derived. The possible components are: +* Global horizontal irradiance (GHI) +* Direct normal irradiance (DNI) +* Direct horizontal irradiance (DHI) +* Ultraviolet irradiance (UV) +* Longwave downwelling irradiance (LWD) +* Photosynthetic active radiation (PAR) + +The following instrument options are available: +| Instrumentation | Description | Components measured | +|---|---|---| +| `G` | Unshaded thermopile pyranometer | GHI | +| `B` | Thermopile pyrheliometer mounted on a solar tracker | DNI | +| `D` | Shaded thermopile pyranometer mounted on a solar tracker | DHI | +| `Ds` | Thermopile pyranometer shaded by a shadowring | DHI | +| `IR` | Pyrgeometer| LWD | +| `UV`/`UVA`/`UVB` | UV radiometer | UV | +| `PAR` | Radiometer sensitive to photoactive radiation (PAR) | PAR | +| `SPN1` | Multi-sensor pyranometer from Delta-T | GHI/DNI/DHI | +| `RSR`/`RSI`/`RSP` | Rotating shadowband radiometer/pyranometer | GHI/DNI/DHI | ## Latitude and longitude -The latitude and longitude of the station should be specified with at least four decimals. This guarantees an [accuracy](http://wiki.gis.com/wiki/index.php/Decimal_degrees) of +/- 5.6 m, which allows users to identify the location of the solar tracker/platform on the map. +The latitude and longitude of the station should be specified with at least four decimals. This guarantees an [accuracy](http://wiki.gis.com/wiki/index.php/Decimal_degrees) of +/- 5.6 m, which allows users to identify the precise location of a station on a map.