{"id":363462,"date":"2020-08-26T17:56:39","date_gmt":"2020-08-27T00:56:39","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=363462"},"modified":"2020-09-08T20:26:51","modified_gmt":"2020-09-09T03:26:51","slug":"coordinate-systems-whats-the-difference","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference","title":{"rendered":"Coordinate Systems: What&#8217;s the Difference?"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","castos_file_data":"","podmotor_file_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[15202,25022],"tags":[20412],"arcuser_issues":[471312],"class_list":["post-363462","arcuser","type-arcuser","status-publish","format-standard","hentry","category-cartography","category-hands-on","tag-map-projections","arcuser_issues-summer-2020"],"acf":{"short_description":"Knowledge of coordinate systems is fundamental for GIS specialists, but there are so many confusing terms.","pdf":{"host_remotely":false,"file":"","file_url":""},"flexible_content":[{"acf_fc_layout":"pdf","file":363482},{"acf_fc_layout":"content","content":"Knowledge of coordinate systems is fundamental for GIS specialists, but there are so many confusing terms. In this article, I explain some topics that have confused me at one time or another when working with coordinate systems. Hopefully, these explanations will help clear things up for you by helping you understand the difference between the following terms:\r\n<ul>\r\n \t<li>A GCS and a PCS<\/li>\r\n \t<li>A datum and a geographic coordinate system<\/li>\r\n \t<li>A projection and a projected coordinate system<\/li>\r\n \t<li>WKT and WKID<\/li>\r\n \t<li>The Define Projection tool and the Project tool<\/li>\r\n \t<li>Projection on the fly and geographic transformations<\/li>\r\n \t<li>A spatial reference and a coordinate system<\/li>\r\n<\/ul>\r\n<h3>What\u2019s the Difference between a GCS and a PCS?<\/h3>\r\nA geographic coordinate system (GCS) is a reference framework that defines the locations of features on a model of the earth. It\u2019s shaped like a globe, so its spherical. Its units are angular and are usually degrees.\r\n\r\nA projected coordinate system (PCS) is flat. It contains a GCS, but it converts that GCS into a flat surface, using math (the projection algorithm) and other parameters. Its units are linear, most commonly meters.\r\n\r\nTo learn more, see my ArcGIS Blog post \u201c<a href=\"http:\/\/bit.ly\/30h2tgf\">Geographic vs. Projected Coordinate Systems<\/a>.\u201d\r\n<h3>What\u2019s the Difference between a Datum and a Geographic Coordinate System?<\/h3>\r\nA datum is one parameter in a GCS. It is the part of the GCS that determines which model (spheroid) is used to represent the earth\u2019s surface and where it is positioned relative to the surface. Since the earth\u2019s surface is not perfectly smooth or round, there are many different datums designed for different parts of the world.\r\n\r\nA GCS is the full definition of how coordinate values are tied to real locations on the earth. In addition to a datum, a GCS includes a prime meridian that specifies the location of 0\u00b0 longitude and an angular unit, which is often degrees.\r\n\r\nThe datum includes a spheroid, which is defined by its semi-major axis, semiminor axis, and inverse flattening values.\r\n<h3>What\u2019s the Difference between a Projection and a Projected Coordinate System?<\/h3>\r\nA projection is one parameter in a PCS. The projection is the mathematical algorithm that defines how to present the round earth on a flat map. All the supported map projections available in ArcGIS are listed in the <a href=\"http:\/\/bit.ly\/2XGaytr\">ArcGIS Pro online help<\/a>.\r\n\r\nA PCS is the full definition of how a specific round earth model is projected onto a flat map. In addition to a projection, a PCS includes a geographic coordinate system that defines the earth model; a unit (often meters); and a set of parameter values, such as false easting, central meridian, or standard parallel, that vary depending on the projection. These values can be used to center the PCS on different parts of the world.\r\n\r\nAs its name implies, a PCS is a coordinate system. A projection is not a coordinate system; it\u2019s an algorithm that is used to create a PCS.\r\n<h3>What\u2019s the Difference between WKT and WKID?<\/h3>\r\nWell-known text (WKT) and well-known ID (WKID) both provide ways of identifying coordinate systems, so you can exactly specify parameters.\r\n\r\nWKT is a string that defines all necessary parameters of a coordinate system. If you save the projection file (.prj) for any coordinate system and open it in a text editor, you will see its WKT.\r\n\r\nA WKID is a unique number assigned to a coordinate system. You can find the WKID in the Coordinate Systems Details window by right-clicking the layer in the ArcGIS Pro Contents pane and choosing Properties &gt; Source &gt; Spatial Reference. Once you know this number, it\u2019s a handy way to search for the coordinate system later.\r\n\r\nThe authority for each WKID number will be either Esri or EPSG, which indicates the European Petroleum Survey Group, a now-defunct organization that was absorbed by the Geomatics Committee of the International Association of Oil and Gas Producers in 2005. The numbers from these sources don\u2019t overlap, so there\u2019s no need to worry about which authority defined the WKID.\r\n<h3>What\u2019s the Difference between the Define Projection tool and the Project tool?<\/h3>\r\nThe Define Projection tool is used mainly when data has an unknown coordinate system. It reassigns the coordinate system information in the metadata. It won\u2019t change the actual coordinate values.\r\n\r\nThe Project tool converts all coordinates from one coordinate system to another by unprojecting the data into geographic coordinates (latitude and longitude). It transforms the geographic coordinates of the original projection into the new geographic coordinate system, then it projects these geographic coordinates into the new projected coordinate system. It also updates the metadata information.\r\n<h3>What\u2019s the Difference between Projection on the Fly and Geographic Transformation?<\/h3>\r\nGeographic transformations are one part of the projection-on-the-fly process. Projection on the fly is what ArcGIS does to resolve conflicts when your data is in a different coordinate system than your map's. If you didn\u2019t have projection on the fly, you wouldn\u2019t be able to draw the data without first converting it to the same coordinate system used by the map.\r\n\r\nWhenever projection on the fly includes converting between geographic coordinate systems, the process will include geographic transformations. These are calculations that convert coordinates from one GCS to another. They are sometimes referred to as datum transformations.\r\n\r\nYou can choose which transformation to use. If your data uses a different GCS than your map, and you don\u2019t use a geographic transformation, the data will be drawn in the wrong place.\r\n\r\nTo learn more, see my ArcGIS Blog, \u201c<a href=\"http:\/\/bit.ly\/2BuSf1p\">Projection on the fly and geographic transformations<\/a>.\u201d\r\n<h3>What\u2019s the Difference between a Spatial Reference and a Coordinate System?<\/h3>\r\nThere isn\u2019t one. At least not in Esri products. The terms are used interchangeably. To learn more about all these terms and concepts, watch the \u201c<a href=\"https:\/\/bit.ly\/30a6Fyp\">Introducing Coordinate Systems and Map Projections<\/a>\u201d on YouTube.\r\n<h3>Acknowledgments<\/h3>\r\nMany thanks to Bojan \u0160avric\u02c7 and Melita Kennedy for their help and support in writing this and other recent articles."}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Coordinate Systems: What&#039;s the Difference?<\/title>\n<meta name=\"description\" content=\"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Coordinate Systems: What&#039;s the Difference?\" \/>\n<meta property=\"og:description\" content=\"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-09T03:26:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2020\/08\/whatsdiff_banner.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference\",\n\t            \"name\": \"Coordinate Systems: What's the Difference?\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2020-08-27T00:56:39+00:00\",\n\t            \"dateModified\": \"2020-09-09T03:26:51+00:00\",\n\t            \"description\": \"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Coordinate Systems: What&#8217;s the Difference?\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Coordinate Systems: What's the Difference?","description":"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference","og_locale":"en_US","og_type":"article","og_title":"Coordinate Systems: What's the Difference?","og_description":"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2020-09-09T03:26:51+00:00","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2020\/08\/whatsdiff_banner.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference","name":"Coordinate Systems: What's the Difference?","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2020-08-27T00:56:39+00:00","dateModified":"2020-09-09T03:26:51+00:00","description":"Knowledge of coordinate systems is fundamental for GIS specialists and this article explains some key terms.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/coordinate-systems-whats-the-difference#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Coordinate Systems: What&#8217;s the Difference?"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"12","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/363462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/363462\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=363462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=363462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=363462"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=363462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}