2022-06-10

近即時的全球土地利用與覆蓋10m圖資

 Dynamic World, Near real-time global 10 m land use land cover mapping

https://www.nature.com/articles/s41597-022-01307-4#ref-CR23 近即時的全球土地利用與覆蓋10m圖資 透過開放遙測衛星 Sentinel-2 L1C 搭配 GEE 與labelbox.com等技術 產製全球近即時的土地利用與覆蓋圖資 專家標記約 4,000筆資料 非專家標記約 20,000筆資料 #NRT Near real-time 近即時 #LULC land use land cover 土地利用土地覆蓋 在 #Zenodo 存放專家資料集 在 #PANGEA 存放非專家資料集 GEE 資料集 標註資料: ee.ImageCollection('projects/wri-datalab/dynamic_world/v1/DW_LABELS') 影像: ee.ImageCollection('GOOGLE/DYNAMICWORLD/V1') 範例code: https://code.earthengine.google.com/710e2ae9d03cd994c6e8dc9213257cbc 相關訓練資料與程式 https://doi.org/10.5281/zenodo.5602141 #土地利用 #土地覆蓋 #DynamicWorld #EarthEngine

QGIS Raster to Vector use Python console step2

資料處理步驟: 1.讀取 Raster 並計算 25 等級等值線級距 2.用 GDAL 產生等值線(Contour Lines) 3.Polygonize:Raster 轉等值面多邊形 4.將多邊形圖層載入 QGIS 5.為每個 polygon 計算其 VALUE 所屬級距(LE...