40. 一位生態學家使用高解析度的衛星影像,透過 GIS 軟體,成功將一個濕地保護區的地表劃分為「水體」、「草澤」、「紅樹林」與「裸露灘地」四種類型。這個過程在 GIS 與遙感探測領域中最可能是什麼?
(A)Geocoding
(B)Spatial Interpolation
(C)Supervised Classification
(D)Coordinate System Definition

答案:登入後查看
統計: A(3), B(9), C(14), D(3), E(0) #3494073

詳解 (共 1 筆)

#6657087

(A)地理編碼(Geocoding) 是一種將人類可讀的地址或地名轉換為地球表面上的地理座標(緯度和經度)的過程。 這使得電腦能夠在地圖上標記位置並進行後續的地圖製作、地理資訊系統(GIS) 和資料分析。 反向地理編碼(Reverse Geocoding) 則執行相反的操作,將地理座標轉換為可讀的地址。 

(B)Spatial interpolation is a geographic technique for estimating unknown values at un-sampled locations using known values from surrounding sample points.

(C)Supervised classification is a machine learning method that uses labeled data to train a model to predict class labels for new, unseen data.

(D)A coordinate system is a framework of numbers, or coordinates, used to define the precise location of a point or object in space relative to a defined origin and reference axes.

0
0