メインコンテンツ

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

座標参照系

座標参照系の表現、座標の投影と逆投影、歪みの分析

座標参照システム (CRS) は、現実世界の場所を定義するためのフレームワークを提供します。地理的 CRS を使用して緯度経度データを表すか、投影された CRS を使用して x-y マップ データを表します。

さまざまな投影法を使用して、システム間で座標を変換。すべての投影法では歪みが生じますが、適切な投影法を選択することで、面積、形状、方向などの属性を保持できます。

関数

すべて展開する

CRS オブジェクト

geocrsGeographic coordinate reference system object
projcrsProjected coordinate reference system object
wktstringWell-known text string

地図投影構造

defaultmCreate or reset map projection structure
geotiff2mstructConvert GeoTIFF information structure to map projection structure
maplistMap projection support for axesm-based maps and map projection structures
mapsList map projections for axesm-based maps and map projection structures
projlistGeoTIFF info structure support for projfwd and projinv
utmgeoidSelect ellipsoids for given UTM zone
utmzoneUTM zone from latitude and longitude
utmzoneuiIdentify UTM zone by clicking map
projfwd緯度経度座標をx-yの地図座標に投影します
projinvx-y の地図座標を緯度経度座標に逆投影します
vfwdtranTransform azimuth on ellipsoid to direction on map
vinvtranTransform direction on map to azimuth on ellipsoid
mdistortDisplay contours of constant map distortion on axesm-based map
distortcalcDistortion parameters for map projections
tissotProject Tissot indicatrices on axesm-based map
rotatemTransform vector map data to new origin and orientation
newpoleOrigin vector to place specific point at pole
putpoleOrigin vector to place north pole at specified point
org2polLocation of north pole in rotated map

トピック

地図投影

プロジェクトデータ

ユニバーサル横メルカトル図法(UTM)

  • Create UTM Maps
    Create a map for a zone in the Universal Transverse Mercator (UTM) system.
  • Set UTM Parameters Interactively
    You can interact with a map of the world to select a UTM zone and adjust map settings, such as the limits, origin, parallels, and aspect.
  • Work in UTM Without a Displayed Map
    This example shows how to select a UTM zone by specifying the coordinate of a location. You can then create a UTM coordinate system using the suggested ellipsoid vector of the zone.
  • Use the Transverse Aspect to Map Across UTM Zones
    This example shows how to display areas that extend across more than one UTM zone by using the Mercator projection in a transverse aspect.

歪みを解析

  • Map Projections and Distortions
    A map projection transforms a curved surface such as the Earth onto a two-dimensional plane. All map projections introduce distortions compared to maps on globes.
  • Visualize Spatial Error Using Tissot Indicatrices
    A standard method of visualizing map projection distortion is to project small circles spaced at regular intervals across the globe.
  • Quantify Map Distortions at Point Locations
    You can calculate quantitative position-specific map error statistics, such as area scale, angular deformation of right angles, and directional scale distortions along meridians and parallels.

地図表示の向きを回転する

  • Projection Aspect
    A projection aspect is the orientation of a map on the page or display screen. An orientation vector controls the map projection aspect.
  • Rotational Transformations on the Globe
    You can redefine a coordinate system and transform all points to the new coordinate system. The transformation can be useful independent of map displays.