cnct_patch_size_distribution

-- Connector: cnct_patch_size_distribution
-- Visualization: vis_forest-size-patch-distribution
--  Definition: Gives the distribution of the size of the forest patches, % of country forest cover.
--  Variables: 
--     - country (String): Name of the country
--     - NUTS_CODE (String): Code of the country
--     - PERC (float): Percent of the size in the patch, round to 2 decimals
--     - STAT (string): Patch size (25-50, 50-100, 100-500, 500-2000, 2000-10000, 10000-50000, >50000)
--     - ORDER_COL (integer): Order of the column
SELECT * FROM [FISE].[latest].[v_cnct_patch_size_distribution]
ORDER BY NUTS_CODE, ORDER_COL

No data