UNWTO Environmental And Economic Aspects Of Tourism
@owid.unwto_environment
@owid.unwto_environment
Implementation of standards accounting tools to monitor the economic and environmental aspects of tourism sustainability (indicator 12.b.1). Indicator 12.b.1 shows the preparedness of countries to “develop and implement tools to monitor sustainable development impacts for sustainable tourism” called for in target 12.b under Goal 12 on Sustainable Consumption and Production. More specifically, it tracks the implementation of the most relevant Tourism Satellite Account (TSA) and System of Environmental Economic Accounting (SEEA) tables.
CREATE TABLE owid_unwto_environment_1 (
"index" BIGINT,
"country" VARCHAR,
"year" INTEGER,
"seea_tables" INTEGER,
"tsa_tables" INTEGER,
"total_tables" INTEGER
);CREATE TABLE owid_unwto_environment_2 (
"country" VARCHAR,
"year" INTEGER,
"seea_tables" INTEGER,
"tsa_tables" INTEGER,
"total_tables" INTEGER
);Anyone who has the link will be able to view this.