У нас вы можете посмотреть бесплатно Area and Percentage calculation of a LULC class in QGIS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
When we do certain kind of raster analysis like LULC , watershed delineation or any other overlay we get certain classes. We have a desire to know how much area does a particular class occupies. We also want to know what percentage of share does this particular class has in the raster. This tutorial is the answer for all these questions. This video is about calculation of area and percentage value of each classes of a raster, LULC. The technique shown here can also be applied to any other kind of raster overlay having some classes. -------------------------------------------------------------------------------- NOTE: I forgot to mention this thing have a look. For calculating percentage of each class "sum" / sum("sum") * 100 For calculating features count percentage "count" / sum("count") * 100 ----------------------------------------------------------------------------- Copy below code CASE WHEN "DN" =1 THEN to_string( 'WaterBodies') WHEN "DN" =2 THEN to_string( 'Forest') WHEN "DN" =5 THEN to_string( 'Agriculture') WHEN "DN" =7 THEN to_string( 'Urban') WHEN "DN" =8 THEN to_string( 'Bare') WHEN "DN" =11 THEN to_string( 'Shrub') ELSE 0 END 0:00 Intro 1:49 How to convert a raster into a vector? (Vectorize) 4:18 Creating a LULC class name field 9:23 How to calculate area of each polygon features of a LULC ? 12:22 How to calculate total area of each LULC class using statistics by categories in QGIS ? 18:32 How to calculate total percentage of each LULC class using statistics by categories in QGIS? 21:16 Wrap up Watch our other tutorials ---------------------------------------- Election map in QGIS with qualitative data: • How to make a simple map in QGIS? | E... Choropleth map visualizing population density: • How to make Choropleth map in QGIS?| ... Geoprocessing tools in QGIS: • How to use geoprocessing tools in QGI... Lets get connected on ------------------------------------ Facebook: / spatialsight Twitter: / krbspatial