Tourism Climate Index (TCI): Historical (1981-2020) And Projected (2020-2100) Values
Joint Research Centre
@ecjrc.af97f546_8e9d_4977_9ce3_72e3ed54f3cc
Joint Research Centre
@ecjrc.af97f546_8e9d_4977_9ce3_72e3ed54f3cc
NUTS2-level, monthly frequency values of the Tourism Climate Index (TCI) i.Historical values for the period 1981-2020 obtained from ERA5 daily climate reanalysis data. ii.Projections over the time horizon 2011-2100, driven by an ensemble of 10 EURO-CORDEX climate models forced by two different emission scenarios: RCP4.5 and RCP8.5.
Publisher name: Joint Research Centre
Publisher URL: https://commission.europa.eu/about/departments-and-executive-agencies/joint-research-centre
Last updated: 2024-10-09T19:03:44Z
CREATE TABLE tci_historical_values_1981_2020 (
"unnamed_0" BIGINT -- Unnamed: 0,
"nuts2" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"tci" DOUBLE
);CREATE TABLE tci_projected_values_2021_2100 (
"unnamed_0" BIGINT -- Unnamed: 0,
"nuts2" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"tci" VARCHAR,
"model" VARCHAR,
"rcp" DOUBLE
);Anyone who has the link will be able to view this.