Skip to content

Commit

Permalink
Dustin finalizing (hopefully) formatting of blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-duncan committed Sep 6, 2024
1 parent 1c0aa22 commit 70c5c73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file removed content/images/banners/orange_peel_earth.jpg
Binary file not shown.
Binary file modified content/images/banners/orange_peel_earth_crop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions content/news/crs_deep_dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ menu:
<div style="height: 10px;"></div>
<h5 style="margin-top: 0;">What is a Coordinate Reference System?</h5>

<p>Coordinate reference systems can refer to either geographic coordinate systems or projected coordinate systems. Geographic coordinate systems are used along with a specified map projection to create a projected coordinate system, which displays data relative to other data on a two-dimensional surface [(1)](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/coordinate-systems-and-projections.htm). Where geographic coordinate systems use angular units for measurement, projected coordinate reference systems use linear units such as feet, meters, or kilometers as coordinates.</p>
<p>Coordinate reference systems require an origin (0,0) point, which is defined by projection parameters and allows users to further define where a point of interest exists on their map versus its real location on Earth. For example, (128, 14) has no meaning to a user unless they know where the origin on the map is. Origins also allow users to utilize different sources of spatial data by defining how they should be aligned and integrated [(2)](https://www.earthdatascience.org/courses/earth-analytics/spatial-data-r/intro-to-coordinate-reference-systems/). Broadly, coordinate reference systems store data in a way that allows other spatial data to be seamlessly integrated into a map to provide meaningful interpretation.</p>
<p>Coordinate reference systems can refer to either geographic coordinate systems or projected coordinate systems. Geographic coordinate systems are used along with a specified map projection to create a projected coordinate system, which displays data relative to other data on a two-dimensional surface <a href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/coordinate-systems-and-projections.htm"> (1) </a>. Where geographic coordinate systems use angular units for measurement, projected coordinate reference systems use linear units such as feet, meters, or kilometers as coordinates.</p>
<p>Coordinate reference systems require an origin (0,0) point, which is defined by projection parameters and allows users to further define where a point of interest exists on their map versus its real location on Earth. For example, (128, 14) has no meaning to a user unless they know where the origin on the map is. Origins also allow users to utilize different sources of spatial data by defining how they should be aligned and integrated <a href="https://www.earthdatascience.org/courses/earth-analytics/spatial-data-r/intro-to-coordinate-reference-systems/"> (2) </a>. Broadly, coordinate reference systems store data in a way that allows other spatial data to be seamlessly integrated into a map to provide meaningful interpretation.</p>

![](/images/wgs_1984_Aitoff.jpg)

Expand All @@ -33,16 +33,16 @@ Example of the <a href="https://support.esri.com/en-us/knowledge-base/why-are-my
<div style="height: 10px;"></div>
<h5 style="margin-top: 0;">Widely used Coordinate Reference Systems</h5>

<p>Some of the more widely used geographic coordinate reference systems are WGS 84 (World Geodetic System 1984), NAD83 (North American Datum 1983) and UTM (Universal Transverse Mercator), whereas commonly used projected coordinate systems are SPCS (State Plane Coordinate System) in the United States, and LCC (Lambert Conformal Conic) [(3)](https://www.geographyrealm.com/geographic-coordinate-system/).
<p>Some of the more widely used geographic coordinate reference systems are WGS 84 (World Geodetic System 1984), NAD83 (North American Datum 1983) and UTM (Universal Transverse Mercator), whereas commonly used projected coordinate systems are SPCS (State Plane Coordinate System) in the United States, and LCC (Lambert Conformal Conic) <a href="https://www.geographyrealm.com/geographic-coordinate-system/"> (3) <a/>.
WGS 84 is the most commonly used geographic coordinate system; it is used by GPS receivers and is the standard for most GIS applications. UTM is a common plane grid system, although generally which projected coordinate system is used depends on the specific application.</p>
<p>Different projected coordinate systems are used because one of the fundamental challenges of working with spatial data is representing 3D coordinates on a 2D plane. One could replicate this problem at home with an orange and some aluminum foil. Take a square of aluminum foil, draw three straight vertical lines and three straight horizontal lines, creating 12 squares on the foil. Then attempt to wrap the orange inside of it without creasing or tearing the aluminum foil. It is impossible to link both ends of each straight line without creasing or tearing the foil. Similarly, when converting a 3D representation of an ellipsoid or sphere (Earth) to a 2D representation of that same object (map of Earth), one must introduce some distortion to how the 3D object is presented in the 2D plane so that locations from the 2D plane accurately reflect those from the 3D plane. Different map projections distort certain aspects of a map so that the target aspect of the 3D surface is maintained.</p>

<div style="height: 10px;"></div>
<h5 style="margin-top: 0;">Tradeoffs Between Coordinate Reference Systems</h5>

<p>Tradeoffs between projected coordinate reference systems primarily refer to the type of distortion introduced. Different projections will either distort shape, area, distance, or direction. In addition, there are some projections that attempt to minimize overall distortion, which are called compromise projections [(4)](https://support.esri.com/en-us/gis-dictionary/compromise-projection).</p>
<p>Conformal projections attempt to preserve local shapes and angles. One example is Lambert’s Conformal Conic projection, which maintains angles, shapes, and direction at small scales. However, distances, scale and area are increasingly distorted away from standard parallels [(5)](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/lambert-conformal-conic.htm#:~:text=Lambert%20conformal%20conic%20is%20a,away%20from%20the%20standard%20parallels). Another example of a conformal projection is the Mercator projection. Both of these map projections are well suited to east-west orientation at mid-latitudes; the distortion present in either projection can be seen by comparing the size ratio of Greenland to Africa on one of these projections compared to an equal-area projection [(6)](https://map-projections.net/compare.php?p1=albers-equal-area-conic&p2=lambert-conformal-conic).</p>
<p>The following three types of projections are relatively straightforward in what they attempt to preserve when displaying 3D data on a 2D plane: equal-area projections attempt to accurately represent areas of objects on a map. In preserving areas, these map projections may distort other aspects of the map [(7)](https://support.esri.com/en-us/gis-dictionary/equal-area-projection). Two examples of equal-area projections are Albers equal-area projection and Mollweide equal-area projection. Both of these trade off equivalence for general distortion of shape, angles, distance, and direction [(8)](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/mollweide.htm). Equidistant projections attempt to maintain accurate distance and direction along certain lines or from specific points [(9)](https://support.esri.com/en-us/gis-dictionary/equidistant-projection). One of the most common equidistant projections is the Azimuthal Equidistant Projection, which preserves both distance and direction from the center point (aspect) of the map [(10)](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/azimuthal-equidistant.htm#:~:text=The%20azimuthal%20equidistant%20projection%20preserves,any%20point%20on%20the%20globe). Equidistant projections are not typically conformal or equal area; additionally, scale is only true along straight lines from the center point, and all azimuthal projections preserve direction along these lines. Other map projections also are able to preserve compass bearing, such as the Mercator projection which was originally created for sea travel [(11)](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/mercator.htm#:~:text=Sources-,Description,correctly%20defined%20at%20infinitesimal%20scale).</p>
<p>Tradeoffs between projected coordinate reference systems primarily refer to the type of distortion introduced. Different projections will either distort shape, area, distance, or direction. In addition, there are some projections that attempt to minimize overall distortion, which are called compromise projections <a href="https://support.esri.com/en-us/gis-dictionary/compromise-projection"> (4) <a/>.</p>
<p>Conformal projections attempt to preserve local shapes and angles. One example is Lambert’s Conformal Conic projection, which maintains angles, shapes, and direction at small scales. However, distances, scale and area are increasingly distorted away from standard parallels <a href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/lambert-conformal-conic.htm#:~:text=Lambert%20conformal%20conic%20is%20a,away%20from%20the%20standard%20parallels"> (5) <a/>. Another example of a conformal projection is the Mercator projection. Both of these map projections are well suited to east-west orientation at mid-latitudes; the distortion present in either projection can be seen by comparing the size ratio of Greenland to Africa on one of these projections compared to an equal-area projection <a href="https://map-projections.net/compare.php?p1=albers-equal-area-conic&p2=lambert-conformal-conic"> (6) <a/>.</p>
<p>The following three types of projections are relatively straightforward in what they attempt to preserve when displaying 3D data on a 2D plane: equal-area projections attempt to accurately represent areas of objects on a map. In preserving areas, these map projections may distort other aspects of the map <a href="https://support.esri.com/en-us/gis-dictionary/equal-area-projection"> (7) <a/>. Two examples of equal-area projections are Albers equal-area projection and Mollweide equal-area projection. Both of these trade off equivalence for general distortion of shape, angles, distance, and direction <a href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/mollweide.htm"> (8) <a/>. Equidistant projections attempt to maintain accurate distance and direction along certain lines or from specific points <a href="https://support.esri.com/en-us/gis-dictionary/equidistant-projection"> (9) <a/>. One of the most common equidistant projections is the Azimuthal Equidistant Projection, which preserves both distance and direction from the center point (aspect) of the map <a href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/azimuthal-equidistant.htm#:~:text=The%20azimuthal%20equidistant%20projection%20preserves,any%20point%20on%20the%20globe"> (10) <a/>. Equidistant projections are not typically conformal or equal area; additionally, scale is only true along straight lines from the center point, and all azimuthal projections preserve direction along these lines. Other map projections also are able to preserve compass bearing, such as the Mercator projection which was originally created for sea travel <a href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/mercator.htm#:~:text=Sources-,Description,correctly%20defined%20at%20infinitesimal%20scale"> (11) <a/>.</p>

![](/images/mercator_projection.jpg)

Expand Down

0 comments on commit 70c5c73

Please sign in to comment.