diff --git a/scripts/codelists2ttl.py b/scripts/codelists2ttl.py index 7ab6918..fab1a66 100644 --- a/scripts/codelists2ttl.py +++ b/scripts/codelists2ttl.py @@ -54,7 +54,11 @@ def gen_skos_subregister(name: str, description: str, 'description': description } - SUBREGISTER += ' .' + if source != '': + SUBREGISTER += ' ;\n rdfs:isDefinedBy "$source" .' + template_vars['source'] = source + else: + SUBREGISTER += ' .' return Template(SUBREGISTER).substitute(template_vars).strip() @@ -84,7 +88,11 @@ def gen_skos_concept(name: str, description: str, source: str = None) -> str: 'description': description } - CONCEPT += ' .' + if source != '': + CONCEPT += ' ;\n rdfs:isDefinedBy "$source" .' + template_vars['source'] = source + else: + CONCEPT += ' .' return Template(CONCEPT).substitute(template_vars).strip() @@ -137,7 +145,8 @@ def process_subdomain_index(relative_path: Path, csv_base_path: Path, if verbose: print(f' creating sub-register {file_name}') ttl = gen_skos_subregister(csv_record['Name'], - csv_record['Description']) + csv_record['Description'], + csv_record['Source']) write_ttl_file(ttl, ttl_base_path, relative_path / file_name) # recursion process_subdomain_index(relative_path / csv_record['Name'], @@ -147,7 +156,8 @@ def process_subdomain_index(relative_path: Path, csv_base_path: Path, print(f' no sub-directory {csv_sub_dir}') print(f' creating concept {file_name}') ttl = gen_skos_concept(csv_record['Name'], - csv_record['Description']) + csv_record['Description'], + csv_record['Source']) write_ttl_file(ttl, ttl_base_path, relative_path / file_name) @@ -208,7 +218,8 @@ def process_subdomain_index(relative_path: Path, csv_base_path: Path, print(f'Generating {concept_ttl_file}') with concept_ttl_file.open('w') as fh4: ttl = gen_skos_concept(row2['Name'], - row2['Description']) + row2['Description'], + row2['Source']) fh4.write(ttl) else: with register_ttl_file.open('w') as fh2: diff --git a/topic-hierarchy.csv b/topic-hierarchy.csv index be7ed93..bd8fba3 100644 --- a/topic-hierarchy.csv +++ b/topic-hierarchy.csv @@ -1,8 +1,8 @@ -Level,Name,Description -1,channel,"Location of where the data originates from (data providers are 'origin' and global services are 'cache')" -2,version,"Alphabetical version of the topic hierarchy, currently 'a'" -3,system,Fixed value of 'wis2' for WIS2 -4,centre-id,Acronym proposed by member and endorsed by WMO Secretariat. -5,notification-type,"WIS2 notification types ('data' or 'metadata')" -6,data-policy,"Data policy as defined by the WMO Unified Data Policy ('core' and 'recommended')" -7,earth-system-discipline,"Seven high-level categories as defined by the WMO Unified Data Policy, Annex 1: 'atmospheric-composition', 'climate', 'cryosphere', 'hydrology', 'ocean', 'space-weather', or 'weather'" \ No newline at end of file +Level,Name,Description,Source +1,channel,"Location of where the data originates from (data providers are 'origin' and global services are 'cache')", +2,version,"Alphabetical version of the topic hierarchy, currently 'a'", +3,system,Fixed value of 'wis2' for WIS2, +4,centre-id,Acronym proposed by member and endorsed by WMO Secretariat, +5,notification-type,"WIS2 notification types ('data' or 'metadata')", +6,data-policy,"Data policy as defined by the WMO Unified Data Policy ('core' and 'recommended')", +7,earth-system-discipline,"Seven high-level categories as defined by the WMO Unified Data Policy, Annex 1: 'atmospheric-composition', 'climate', 'cryosphere', 'hydrology', 'ocean', 'space-weather', or 'weather'", diff --git a/topic-hierarchy/centre-id.csv b/topic-hierarchy/centre-id.csv index a12aaad..fd24a1f 100644 --- a/topic-hierarchy/centre-id.csv +++ b/topic-hierarchy/centre-id.csv @@ -1,20 +1,20 @@ -Name,Description -ca-eccc-msc,"Environment and Climate Change Canada, Meteorological Service of Canada" -ca-eccc-msc-global-discovery-catalogue,"Environment and Climate Change Canada, Meteorological Service of Canada, Global Discovery Catalogue Service" -cn-cma-babj,"China Meteorological Administration (CMA); National Meteorological Information Center (NMIC)" -cu-insmet,Institute of Meteorology of Cuba -data-metoffice-noaa-global-cache,"Met Office / National Oceanic and Atmospheric Administration, Global Cache Service" -de-dwd,Deutscher Wetterdienst -de-dwd-gts-to-wis2,"Deutscher Wetterdienst, GTS to WIS2 Gateway" -de-dwd-global-cache,"Deutscher Wetterdienst, Global Cache Service" -fr-meteo-france,Météo-France -int-ecmwf,European Centre for Medium-Range Weather Forecasts -int-eumetsat,European Organisation for the Exploitation of Meteorological Satellites -it-meteoam,Italian National Centre of Meteorology and Climatology -ma-marocmeteo,Maroc Météo -org-woudc,World Ozone and Ultraviolet Radiation Data Centre -uk-metoffice-nmc,UK Meteorological Office -uk-metoffice-wis2-to-gts,"UK Meteorological Office, WIS2 to GTS Gateway" -us-noaa-nws,"National Oceanic and Atmospheric Administration, National Weather Service" -us-noaa-nws-global-broker,"National Oceanic and Atmospheric Administration, National Weather Service, Global Broker Service" -us-synoptic_data_pbc,Synoptic Data Public Benefit Corporation (PBC) +Name,Description,Source +ca-eccc-msc,"Environment and Climate Change Canada, Meteorological Service of Canada", +ca-eccc-msc-global-discovery-catalogue,"Environment and Climate Change Canada, Meteorological Service of Canada, Global Discovery Catalogue Service", +cn-cma-babj,"China Meteorological Administration (CMA); National Meteorological Information Center (NMIC)", +cu-insmet,Institute of Meteorology of Cuba, +data-metoffice-noaa-global-cache,"Met Office / National Oceanic and Atmospheric Administration, Global Cache Service", +de-dwd,Deutscher Wetterdienst, +de-dwd-gts-to-wis2,"Deutscher Wetterdienst, GTS to WIS2 Gateway", +de-dwd-global-cache,"Deutscher Wetterdienst, Global Cache Service", +fr-meteo-france,Météo-France, +int-ecmwf,European Centre for Medium-Range Weather Forecasts, +int-eumetsat,European Organisation for the Exploitation of Meteorological Satellites, +it-meteoam,Italian National Centre of Meteorology and Climatology, +ma-marocmeteo,Maroc Météo, +org-woudc,World Ozone and Ultraviolet Radiation Data Centre, +uk-metoffice-nmc,UK Meteorological Office, +uk-metoffice-wis2-to-gts,"UK Meteorological Office, WIS2 to GTS Gateway", +us-noaa-nws,"National Oceanic and Atmospheric Administration, National Weather Service", +us-noaa-nws-global-broker,"National Oceanic and Atmospheric Administration, National Weather Service, Global Broker Service", +us-synoptic_data_pbc,Synoptic Data Public Benefit Corporation (PBC), diff --git a/topic-hierarchy/channel.csv b/topic-hierarchy/channel.csv index 126c608..e0985a8 100644 --- a/topic-hierarchy/channel.csv +++ b/topic-hierarchy/channel.csv @@ -1,3 +1,3 @@ -Name,Description -origin,Data downloadable from the original NC/DCPC -cache,Data downloadable from a Global Cache +Name,Description,Source +origin,Data downloadable from the original NC/DCPC, +cache,Data downloadable from a Global Cache, diff --git a/topic-hierarchy/data-policy.csv b/topic-hierarchy/data-policy.csv index d959b5e..820b4fb 100644 --- a/topic-hierarchy/data-policy.csv +++ b/topic-hierarchy/data-policy.csv @@ -1,3 +1,3 @@ -Name,Description -core,Core data -recommended,Recommended data +Name,Description,Source +core,Core data, +recommended,Recommended data, diff --git a/topic-hierarchy/earth-system-discipline/atmospheric-composition/index.csv b/topic-hierarchy/earth-system-discipline/atmospheric-composition/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/atmospheric-composition/index.csv +++ b/topic-hierarchy/earth-system-discipline/atmospheric-composition/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/climate/index.csv b/topic-hierarchy/earth-system-discipline/climate/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/climate/index.csv +++ b/topic-hierarchy/earth-system-discipline/climate/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/cryosphere/index.csv b/topic-hierarchy/earth-system-discipline/cryosphere/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/cryosphere/index.csv +++ b/topic-hierarchy/earth-system-discipline/cryosphere/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/hydrology/index.csv b/topic-hierarchy/earth-system-discipline/hydrology/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/hydrology/index.csv +++ b/topic-hierarchy/earth-system-discipline/hydrology/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/index.csv b/topic-hierarchy/earth-system-discipline/index.csv index ac60a31..8f4ab61 100644 --- a/topic-hierarchy/earth-system-discipline/index.csv +++ b/topic-hierarchy/earth-system-discipline/index.csv @@ -1,8 +1,8 @@ -Name,Description -weather,Weather -climate,Climate -hydrology,Hydrology -atmospheric-composition,Atmospheric Composition -cryosphere,Cryosphere -ocean,Ocean -space-weather,Space Weather +Name,Description,Source +weather,Weather, +climate,Climate, +hydrology,Hydrology, +atmospheric-composition,Atmospheric Composition, +cryosphere,Cryosphere, +ocean,Ocean, +space-weather,Space Weather, diff --git a/topic-hierarchy/earth-system-discipline/ocean/index.csv b/topic-hierarchy/earth-system-discipline/ocean/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/ocean/index.csv +++ b/topic-hierarchy/earth-system-discipline/ocean/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/space-weather/index.csv b/topic-hierarchy/earth-system-discipline/space-weather/index.csv index fde3b9b..1860f2e 100644 --- a/topic-hierarchy/earth-system-discipline/space-weather/index.csv +++ b/topic-hierarchy/earth-system-discipline/space-weather/index.csv @@ -1,2 +1,2 @@ -Name,Description -experimental,Experimental topics +Name,Description,Source +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/weather/aviation/index.csv b/topic-hierarchy/earth-system-discipline/weather/aviation/index.csv index 4994b72..59369c6 100644 --- a/topic-hierarchy/earth-system-discipline/weather/aviation/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/aviation/index.csv @@ -1,4 +1,4 @@ -Name,Description -metar,Aerodrome observation -taf,Aerodrome forecast -qvaci,Quantitative volcanic ash concentration information +Name,Description,Source +metar,Aerodrome observation, +taf,Aerodrome forecast, +qvaci,Quantitative volcanic ash concentration information, diff --git a/topic-hierarchy/earth-system-discipline/weather/index.csv b/topic-hierarchy/earth-system-discipline/weather/index.csv index e979699..af06ae9 100644 --- a/topic-hierarchy/earth-system-discipline/weather/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/index.csv @@ -1,6 +1,6 @@ -Name,Description -advisories-warnings,Advisories and warnings -aviation,Aviation -prediction,"Data sets produced by quantitative algorithms, such as numerical or statistical prediction models, describing the past, present and future meteorological states" -surface-based-observations,Surface based observations -experimental,Experimental topics +Name,Description,Source +advisories-warnings,Advisories and warnings, +aviation,Aviation, +prediction,"Data sets produced by quantitative algorithms, such as numerical or statistical prediction models, describing the past, present and future meteorological states", +surface-based-observations,Surface based observations, +experimental,Experimental topics, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/index.csv index 9ab5992..9ad7bb5 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/index.csv @@ -1,6 +1,6 @@ -Name,Description -medium-range,A prediction system up to the order of 240 hours ahead -nowcasting,A prediction system up to the order of 120 minutes ahead -seasonal,A prediction system up to the order of 6 months ahead -short-range,A prediction system up to the order of 72 hours ahead -subseasonal,A prediction system up to the order of 30 days ahead +Name,Description,Source +medium-range,A prediction system up to the order of 240 hours ahead, +nowcasting,A prediction system up to the order of 120 minutes ahead, +seasonal,A prediction system up to the order of 6 months ahead, +short-range,A prediction system up to the order of 72 hours ahead, +subseasonal,A prediction system up to the order of 30 days ahead, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/medium-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/nowcasting/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/seasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/short-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/analysis/subseasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/index.csv index c4f12fa..9ad7bb5 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/index.csv @@ -1,6 +1,6 @@ -Name,Description -nowcasting,A prediction system up to the order of 120 minutes ahead -short-range,A prediction system up to the order of 72 hours ahead -medium-range,A prediction system up to the order of 240 hours ahead -subseasonal,A prediction system up to the order of 30 days ahead -seasonal,A prediction system up to the order of 6 months ahead \ No newline at end of file +Name,Description,Source +medium-range,A prediction system up to the order of 240 hours ahead, +nowcasting,A prediction system up to the order of 120 minutes ahead, +seasonal,A prediction system up to the order of 6 months ahead, +short-range,A prediction system up to the order of 72 hours ahead, +subseasonal,A prediction system up to the order of 30 days ahead, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/medium-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/nowcasting/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/seasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/short-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/forecast/subseasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/index.csv index 7a39f75..8b89e61 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/index.csv @@ -1,5 +1,5 @@ -Name,Description -short-range,A prediction system up to the order of 72 hours ahead -medium-range,A prediction system up to the order of 240 hours ahead -subseasonal,A prediction system up to the order of 30 days ahead -seasonal,A prediction system up to the order of 6 months ahead \ No newline at end of file +Name,Description,Source +medium-range,A prediction system up to the order of 240 hours ahead, +seasonal,A prediction system up to the order of 6 months ahead, +short-range,A prediction system up to the order of 72 hours ahead, +subseasonal,A prediction system up to the order of 30 days ahead, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/medium-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/seasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/short-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/hindcast/subseasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/index.csv index 33455b6..a392652 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/index.csv @@ -1,5 +1,5 @@ -Name,Description -analysis,Datasets of analyzed meteorological conditions for a specified time or period in the past -forecast,"Datasets of expected meteorological conditions for a specified time or period in the future, typically including the T+0 fields" -hindcast,Datasets of retrospective forecast for a specified time or period in the past -reanalysis,Datasets constructing a record of past conditions +Name,Description,Source +analysis,Datasets of analyzed meteorological conditions for a specified time or period in the past, +forecast,"Datasets of expected meteorological conditions for a specified time or period in the future, typically including the T+0 fields", +hindcast,Datasets of retrospective forecast for a specified time or period in the past, +reanalysis,Datasets constructing a record of past conditions, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/index.csv index 7a39f75..8b89e61 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/index.csv @@ -1,5 +1,5 @@ -Name,Description -short-range,A prediction system up to the order of 72 hours ahead -medium-range,A prediction system up to the order of 240 hours ahead -subseasonal,A prediction system up to the order of 30 days ahead -seasonal,A prediction system up to the order of 6 months ahead \ No newline at end of file +Name,Description,Source +medium-range,A prediction system up to the order of 240 hours ahead, +seasonal,A prediction system up to the order of 6 months ahead, +short-range,A prediction system up to the order of 72 hours ahead, +subseasonal,A prediction system up to the order of 30 days ahead, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/medium-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/seasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/short-range/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/deterministic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/deterministic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/deterministic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/deterministic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/index.csv index baa07b5..5e57189 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/index.csv @@ -1,3 +1,3 @@ -Name,Description -deterministic,Outputs from a prediction system which provides one single scenario -probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information" \ No newline at end of file +Name,Description,Source +deterministic,Outputs from a prediction system which provides one single scenario, +probabilistic,"Outputs from a prediction system which provides multiple scenarios, including probability distribution and uncertainty information", diff --git a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/probabilistic/index.csv b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/probabilistic/index.csv index 75e90f7..f858b2f 100644 --- a/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/probabilistic/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/prediction/reanalysis/subseasonal/probabilistic/index.csv @@ -1,3 +1,3 @@ -Name,Description -global,A prediction system that covers the entire globe -limited-area,A prediction system that does not cover the entire globe \ No newline at end of file +Name,Description,Source +global,A prediction system that covers the entire globe, +limited-area,A prediction system that does not cover the entire globe, diff --git a/topic-hierarchy/earth-system-discipline/weather/surface-based-observations/index.csv b/topic-hierarchy/earth-system-discipline/weather/surface-based-observations/index.csv index 11b67e3..590f11e 100644 --- a/topic-hierarchy/earth-system-discipline/weather/surface-based-observations/index.csv +++ b/topic-hierarchy/earth-system-discipline/weather/surface-based-observations/index.csv @@ -1,3 +1,3 @@ -Name,Description -synop,Surface observations -temp,Upper air observations +Name,Description,Source +synop,Surface observations, +temp,Upper air observations, diff --git a/topic-hierarchy/notification-type.csv b/topic-hierarchy/notification-type.csv index 7fc810b..cae4671 100644 --- a/topic-hierarchy/notification-type.csv +++ b/topic-hierarchy/notification-type.csv @@ -1,3 +1,3 @@ -Name,Description -data,Data notification -metadata,Metadata notification \ No newline at end of file +Name,Description,Source +data,Data notification, +metadata,Metadata notification, diff --git a/topic-hierarchy/system.csv b/topic-hierarchy/system.csv index eb2c051..3b4c2a9 100644 --- a/topic-hierarchy/system.csv +++ b/topic-hierarchy/system.csv @@ -1,2 +1,2 @@ -Name,Description -wis2,WIS2 topic hierarchy +Name,Description,Source +wis2,WIS2 topic hierarchy, diff --git a/topic-hierarchy/version.csv b/topic-hierarchy/version.csv index 79d92e8..14eaf10 100644 --- a/topic-hierarchy/version.csv +++ b/topic-hierarchy/version.csv @@ -1,2 +1,2 @@ -Name,Description -a,Version of the topic hierarchy +Name,Description,Source +a,Version of the topic hierarchy,