coordinate reference systems -凯发k8网页登录
representing coordinate reference systems, projecting and unprojecting
coordinates, analyzing distortion
a coordinate reference system (crs) provides a framework for defining real-world locations. represent latitude-longitude data using a geographic crs or x-y map data using a projected crs.
transform coordinates between systems using various projection methods. though all projection methods cause distortion, you can preserve attributes such as area, shape, or direction by choosing an appropriate projection method.
functions
topics
map projections
learn about the map projections supported by the toolbox, and their families and properties.
most map projections can be categorized into three families based on the cylinder, cone, and plane geometric shapes.
map projections are influenced and constrained by five characteristic properties: shape, distance, direction, scale, and area.
variable projection parameters control the appearance of map projections. projection parameters include aspect, origin, and scale.
project data
transform coordinates from a projected crs to a different projected crs that uses the same geographic crs.
project or unproject raster data by referencing the coordinates to a grid, then display the data.
universal transverse mercator (utm) system
create a map for a zone in the universal transverse mercator (utm) system.
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.
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.
this example shows how to display areas that extend across more than one utm zone by using the mercator projection in a transverse aspect.
analyze distortion
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.
a standard method of visualizing map projection distortion is to project small circles spaced at regular intervals across the globe.
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.
rotate orientation of map display
a projection aspect is the orientation of a map on the page or display screen. an orientation vector controls the map projection aspect.
you can redefine a coordinate system and transform all points to the new coordinate system. the transformation can be useful independent of map displays.