このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。
ラスター データ
グリッドデータの地理参照、解析、変換
ラスター データ(データ グリッドとも呼ばれます) は、マップ データをマトリックスとして保存します。通常のデータ グリッドには、データ ポイントのサンプリングと場所を記述する参照オブジェクト、ベクトル、またはマトリックスが必要です。地理位置情報付きデータ グリッドは、すべての行と列の緯度と経度の座標を明示的に識別します。
関数
オブジェクト
GeographicCellsReference | Reference raster cells to geographic coordinates |
GeographicPostingsReference | Reference raster postings to geographic coordinates |
MapCellsReference | Reference raster cells to map coordinates |
MapPostingsReference | Reference raster postings to map coordinates |
トピック
ラスター形式の地理データ入門
- Raster Geodata
Raster geodata represents map data in matrix format. - Georeferenced Raster Data
Each element of georeferenced raster data corresponds to a defined quadrangle of territory on a planet. - Types of Data Grids and Raster Display Functions
You can display regular and geolocated data grids in many ways, such as a 2-D indexed image where color represents the data value, or as a 3-D surface with light shading. - Spatially Reference Imported Rasters
When you cannot import spatial referencing information using thereadgeorasterfunction, you can manually reference the raster instead. - Merge Multiple Raster Tiles Using Datastore
Merge multiple raster tiles from data sets such as DTED, GTOPO30, or GLOBE DEM by using a custom datastore.
通常のデータグリッド
- 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.
グリッド化された地理データの応用
- Data Grids as Logical Variables
You can perform logic tests on data grid variables to create a binary logical grid.


