cnct_forest_percentage_evolution_by_country_CLC
National factsheet | Forest cover change[vis_perct_evol_cntry_clc] /* Connector: cnct_forest_percentage_evolution_by_country_clc Visualization: vis_perct_evol_cntry_clc Definition: Gives the forest tree cover change (as percentage of country area) Variables: - country (String): Name of the country - NUTS_CODE (String): Code of the country - year (integer): Year of the data - perct_for (float): Percentage of forest, round to 2 decimals. Area divided by total area for each country multiplied by 100. */
cnct_forest_percentage_evolution_by_country_CLC
SELECT country, NUTS_CODE, year, perct_for FROM [FISE].[latest].[v_cnct_forest_percentage_evolution_by_country_clc] ORDER BY country, year
No data