メインコンテンツ

このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。

ラスター データ

グリッドデータの地理参照、解析、変換

ラスター データ(データ グリッドとも呼ばれます) は、マップ データをマトリックスとして保存します。通常のデータ グリッドには、データ ポイントのサンプリングと場所を記述する参照オブジェクト、ベクトル、またはマトリックスが必要です。地理位置情報付きデータ グリッドは、すべての行と列の緯度と経度の座標を明示的に識別します。

関数

すべて展開する

参照オブジェクトと緯度経度グリッド

georefcellsラスターセルを地理座標に参照する
georefpostingsReference raster postings to geographic coordinates
refmatToGeoRasterReferenceConvert referencing matrix to geographic raster reference object
refvecToGeoRasterReferenceConvert referencing vector to geographic raster reference object
geoloc2gridConvert geolocated data array to regular data grid

データの解析と操作

geointerpInterpolation for geographic raster
georesampleResample geographic raster (R2025a 以降)
geocropCrop geographic raster
georesizeResize geographic raster
mergetilesMerge adjacent raster tiles (R2024a 以降)
containsDetermine if geographic or map raster contains points
geopeaksGenerate synthetic data set on sphere
imbedmEncode data points into regular data grid
filtermFilter latitudes and longitudes based on underlying data grid
findmLatitudes and longitudes of nonzero data grid elements
changem配列内の値を置き換える
encodemFill in regular data grid from seed values and locations

参照オブジェクト

maprefcellsReference raster cells to map coordinates
maprefpostingsReference raster postings to map coordinates
refmatToMapRasterReferenceConvert referencing matrix to map raster reference object

データの解析と操作

mapinterpInterpolation for planar map raster
mapresampleResample planar map raster (R2025a 以降)
mapcropCrop planar map raster
mapresizeResize planar map raster
mergetilesMerge adjacent raster tiles (R2024a 以降)
containsDetermine if geographic or map raster contains points
mapoutlineOutline of georeferenced image or data grid
changem配列内の値を置き換える
encodemFill in regular data grid from seed values and locations
georasterref(Not recommended) Create geographic raster reference object
maprasterref(Not recommended) Create map raster reference object
refmatToWorldFileMatrixConvert referencing matrix to world file matrix

オブジェクト

GeographicCellsReferenceReference raster cells to geographic coordinates
GeographicPostingsReferenceReference raster postings to geographic coordinates
MapCellsReference Reference raster cells to map coordinates
MapPostingsReference Reference raster postings to map coordinates

トピック

ラスター形式の地理データ入門

通常のデータグリッド

  • Construct a Global Data Grid
    This example shows how to store a matrix in a geographic referencing object. Display the matrix on a map, and specify display properties such as the projection, axes labels, and color map.

地理位置情報付きデータグリッド

  • Geolocated Data Grids
    A geolocated data grid is defined by three matrices giving latitude and longitude coordinates and indices associated with the mapped region.
  • Geographic Interpretations of Geolocated Grids
    The dimensions of a map matrix and associated latitude and longitude matrices determines the interpretation of the geographic map data.

グリッド化された地理データの応用

注目の例