A Polynomial Equation for the Natural Earth Projection Bojan Šavrič

Total Page:16

File Type:pdf, Size:1020Kb

A Polynomial Equation for the Natural Earth Projection Bojan Šavrič A Polynomial Equation for the Natural Earth Projection Bojan Šavrič, Bernhard Jenny, Tom Patterson, Dušan Petrovič, Lorenz Hurni ABSTRACT: The Natural Earth projection is a new projection for representing the entire Earth on small-scale maps. It was designed in Flex Projector, a specialized software application that offers a graphical approach for the creation of new projections. The original Natural Earth projection defines the length and spacing of parallels in tabular form for every five degrees of increasing latitude. It is a pseudocylindrical projection, and is neither conformal nor equal-area. In the original definition, piece-wise cubic spline interpolation is used to project intermediate values that do not align with the five-degree grid. This paper introduces alternative polynomial equations that closely approximate the original projection. The polynomial equations are considerably simpler to compute and program, and require fewer parameters, which should facilitate the implementation of the Natural Earth projection in geospatial software. The polynomial expression also improves the smoothness of the rounded corners where the meridians meet the horizontal pole lines, a distinguishing trait of the Natural Earth projection that suggests to readers that the Earth is spherical in shape. Details on the least squares adjustment for obtaining the polynomial formulas are provided, including constraints for preserving the geometry of the graticule. This technique is applicable to similar projections that are defined by tabular parameters. For inverting the polynomial projection the Newton-Raphson root finding algorithm is suggested. KEYWORDS: Projections, Natural Earth projection, Flex Projector The Natural Earth Projection he Natural Earth projection was The Natural Earth projection is an amalgam of developed by Tom Patterson in 2007 out the Kavraiskiy VII and Robinson projections, Tof dissatisfaction with existing projections with additional enhancements (Figure 1). for displaying physical data on small-scale world These two projections most closely fulfilled the maps (Jenny et al. 2008). Flex Projector, a requirement for representing small-scale physical freeware application for the interactive design data on world maps, but each had at least one and evaluation of map projections, was the Copyright (c) Cartography and Geographic Information Society. All rights reserved. undesirable characteristic (Jenny et al. 2008). means for creating the Natural Earth projection. The Kavraiskiy VII projection exaggerates the The graphical user interface in Flex Projector size of high latitude areas, resulting in oversized allows cartographers to adjust the length, shape, representation of polar regions. The Robinson and spacing of parallels and meridians of new projection, on the other hand, has a height-to- Delivered by Publishing Technology to: Oregon State University IP: 128.193.162.72 on: Thu, 01 Nov 2012 16:50:57 projections in a graphical design process (Jenny width ratio close to 0.5, resulting in a slightly too and Patterson 2007). wide graticule with outward bulging sides and Bojan Šavrič and Dušan Petrovič, Faculty of Civil and Geo- too much shape distortion near the map edges. detic Engineering, University of Ljubljana, Slovenia, Email: <[email protected]>, <[email protected]>; Bern- Creating the Natural Earth projection required hard Jenny, College of Earth, Ocean and Atmospheric Sciences, three major adjustments: Firstly, starting from Oregon State University, Corvallis, Oregon, USA, Email: <jennyb@ geo.oregonstate.edu>; Tom Patterson, US National Park Service, the Robinson projection, its vertical extension Harpers Ferry, West Virginia, USA, Email: <tom_patterson@nps. was slightly increased to give it more height. gov>; Lorenz Hurni, Institute of Cartography and Geoinformation, Secondly, using the Kavraiskiy VII as a template, ETH Zürich, Switzerland, Email: <[email protected]>. DOI: http://dx.doi.org/10.1559/15230406384363 the parallels were slightly increased in length. Cartography and Geographic Information Science, Vol. 38, No. 4, 2011, pp. 363-372 And thirdly, the length of the pole lines was Table 1. Parameters for the Natural Earth projection: Rela- decreased by a small amount to give the corners tive lengths of parallels and relative distance from the equator for every 5 degrees (after Jenny et al. 2008). at pole lines a rounded appearance. Designing Latitude Relative length of Relative distance of the Natural Earth projection in this way required [degrees] parallels parallels from equator trial-and-error experimentation and visual 0 1 0 assessment of the appearance of continents in 5 0.988 0.062 an iterative process (Jenny et al. 2008). The result of this procedure, the Natural Earth projection, 10 0.9953 0.124 is a true pseudocylindrical projection, i.e., a 15 0.9894 0.186 projection with regularly distributed meridians 20 0.9811 0.248 and straight parallels (Snyder 1993:189). As 25 0.9703 0.310 a compromise projection, the Natural Earth 30 0.9570 0.372 projection is neither conformal nor equal area, 35 0.9409 0.434 but its distortion characteristics are comparable 40 0.9222 0.4958 to other well known projections (Jenny et al. 45 0.9006 0.5571 2008). All three projections exaggerate the size 50 0.8763 0.6176 of high latitude areas (Figure 1). Appendix A 55 0.8492 0.6769 provides further details about the distortion 60 0.8196 0.7346 characteristics of the Natural Earth projection. 65 0.7874 0.7903 The shape of the graticule of any projection 70 0.7525 0.8435 designed with Flex Projector is defined by 75 0.7160 0.8936 tabular sets of parameters. For the Natural 80 0.6754 0.9394 Earth projection, two parameter sets are used for specifying (1) the relative length of the parallels, 85 0.6270 0.9761 and (2) the relative distance of parallels from 90 0.5630 1 the equator. Equation 1 defines the original (Robinson 1974). In making the Natural Earth Natural Earth projection, transforming spherical projection, Jenny et al. (2010) provide numerical coordinates into Cartesian X/Y coordinates, and values for the tabular parameters that define lᵩ Table 1 provides the parameter values (Jenny et and dᵩ in Equation 1 for every five degrees. For al. 2008; 2010): intermediate spherical coordinates that do not X = R ∙ s ∙ lᵩ ∙ λ lᵩ ∈ [0, 1], (Eq. 1) align with the five-degree grid, values for lᵩ and Y = R ∙ s ∙ dᵩ ∙ k ∙ π dᵩ ∈ [-1, 1], dᵩ need to be interpolated. The Flex Projector where: application uses a piece-wise cubic spline X and Y are projected coordinates; interpolation, with each piece of the spline R is the radius of the generating globe; curve covering five degrees. While this type of s = 0.8707 is an internal scale factor; interpolation is rapid to evaluate, it is relatively lᵩ is the relative length of the parallel at latitude intricate to program and requires a large number Copyright (c) Cartography and Geographic Information Society. All rights reserved. φ, with φ ∈ [-π/2, π/2], lᵩ = 1 for the equator of parameters—factors that are likely to impede and the slope of lᵩ is 63.883° at the poles; the widespread implementation of the Natural dᵩ is the relative distance of the parallel at latitude Earth projection in geospatial software. Seeking φ from the equator, with φ ∈ [-π/2, π/2] and greater efficiency, the remainder of this paper with dᵩ = ±1 for the pole lines, and dᵩ = 0 for Delivered by Publishing Technology to: Oregon State University IP: 128.193.162.72 on: Thu, 01 Nov 2012 16:50:57 discusses a compact analytical expression that the equator; approximates Equation 1 with two simple poly- λ is the longitude with λ ∈ [-π, π]; and k = 0.52 is the height-to-width ratio of the nomial expressions. projection. Analytical Expressions for the Arthur H. Robinson proposed the structure of Robinson Projection Equation 1 and the associated graphical approach Robinson and Patterson used an identical to the design of small-scale map projections approach for the design of their pseudocylindrical when he developed his eponymous projection projections. Both defined their projection by Vol. 38, No. 4 364 Kavraiskiy VII Natural Earth Robinson Figure 1: The polynomial Natural Earth projection compared to the Kavraiskiy VII and Robinson projections (after Jenny et al. 2008). if deviations to the approximated values are small. Canters and Decleir (1989) present two adjusting the appearance of the projected five- polynomial equations for approximating the degree graticule in an iterative process—Robinson Robinson projection (Equation 2). For the X sketching the graticule with pen and paper, and coordinates they use even powers up to the order Patterson fine-tuning it in Flex Projector. In the four, and for the Y coordinates odd powers up past, various authors have tackled the problem to the order five. Each expression contains three of finding an analytical expression for the coefficients, and the constants k, s and π of Robinson projection. Since the two projections Equation 1 are integrated with lᵩ and dᵩ. Their are closely related, this section reviews existing solution contains only six parameters, and is fast mathematical models of Robinson’s projection. and simple to compute. Polynomial approximation is recommended, 2 4 X = R ∙ λ ∙ (A0 + A2 ∙ φ + A4 ∙ φ ) (Eq. 2) which is applied to the Natural Earth projection 3 5 Y = R ∙ (A1 ∙ φ + A3 ∙ φ + A5 ∙ φ ) in the next section. where: Two general approaches exist for mathemati- X and Y are projected coordinates; cally modeling graphically defined projections: φ and λ are the latitude and longitude; (1) interpolation and (2) approximation. The R is the radius of the generating globe; Robinson projection has had both approaches A0 = 0.8507; applied. A1 = 0.9642; Interpolating methods use a function that A2 = -0.1450; passes exactly through the reference points. A3 = -0.0013; Ipbüker (2004; 2005) presents a method based A4 = -0.0104; and on multiquadric interpolation for the forward A5 = -0.0129.
Recommended publications
  • Portraying Earth
    A map says to you, 'Read me carefully, follow me closely, doubt me not.' It says, 'I am the Earth in the palm of your hand. Without me, you are alone and lost.’ Beryl Markham (West With the Night, 1946 ) • Map Projections • Families of Projections • Computer Cartography Students often have trouble with geographic names and terms. If you need/want to know how to pronounce something, try this link. Audio Pronunciation Guide The site doesn’t list everything but it does have the words with which you’re most likely to have trouble. • Methods for representing part of the surface of the earth on a flat surface • Systematic representations of all or part of the three-dimensional Earth’s surface in a two- dimensional model • Transform spherical surfaces into flat maps. • Affect how maps are used. The problem: Imagine a large transparent globe with drawings. You carefully cover the globe with a sheet of paper. You turn on a light bulb at the center of the globe and trace all of the things drawn on the globe onto the paper. You carefully remove the paper and flatten it on the table. How likely is it that the flattened image will be an exact copy of the globe? The different map projections are the different methods geographers have used attempting to transform an image of the spherical surface of the Earth into flat maps with as little distortion as possible. No matter which map projection method you use, it is impossible to show the curved earth on a flat surface without some distortion.
    [Show full text]
  • Maps and Cartography: Map Projections a Tutorial Created by the GIS Research & Map Collection
    Maps and Cartography: Map Projections A Tutorial Created by the GIS Research & Map Collection Ball State University Libraries A destination for research, learning, and friends What is a map projection? Map makers attempt to transfer the earth—a round, spherical globe—to flat paper. Map projections are the different techniques used by cartographers for presenting a round globe on a flat surface. Angles, areas, directions, shapes, and distances can become distorted when transformed from a curved surface to a plane. Different projections have been designed where the distortion in one property is minimized, while other properties become more distorted. So map projections are chosen based on the purposes of the map. Keywords •azimuthal: projections with the property that all directions (azimuths) from a central point are accurate •conformal: projections where angles and small areas’ shapes are preserved accurately •equal area: projections where area is accurate •equidistant: projections where distance from a standard point or line is preserved; true to scale in all directions •oblique: slanting, not perpendicular or straight •rhumb lines: lines shown on a map as crossing all meridians at the same angle; paths of constant bearing •tangent: touching at a single point in relation to a curve or surface •transverse: at right angles to the earth’s axis Models of Map Projections There are two models for creating different map projections: projections by presentation of a metric property and projections created from different surfaces. • Projections by presentation of a metric property would include equidistant, conformal, gnomonic, equal area, and compromise projections. These projections account for area, shape, direction, bearing, distance, and scale.
    [Show full text]
  • Adaptive Composite Map Projections
    IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 18, NO. 12, DECEMBER 2012 2575 Adaptive Composite Map Projections Bernhard Jenny Abstract—All major web mapping services use the web Mercator projection. This is a poor choice for maps of the entire globe or areas of the size of continents or larger countries because the Mercator projection shows medium and higher latitudes with extreme areal distortion and provides an erroneous impression of distances and relative areas. The web Mercator projection is also not able to show the entire globe, as polar latitudes cannot be mapped. When selecting an alternative projection for information visualization, rivaling factors have to be taken into account, such as map scale, the geographic area shown, the mapʼs height-to-width ratio, and the type of cartographic visualization. It is impossible for a single map projection to meet the requirements for all these factors. The proposed composite map projection combines several projections that are recommended in cartographic literature and seamlessly morphs map space as the user changes map scale or the geographic region displayed. The composite projection adapts the mapʼs geometry to scale, to the mapʼs height-to-width ratio, and to the central latitude of the displayed area by replacing projections and adjusting their parameters. The composite projection shows the entire globe including poles; it portrays continents or larger countries with less distortion (optionally without areal distortion); and it can morph to the web Mercator projection for maps showing small regions. Index terms—Multi-scale map, web mapping, web cartography, web map projection, web Mercator, HTML5 Canvas.
    [Show full text]
  • Map Projections
    MAP PROJECTIONS Methods of presenting the curved surface of the Earth on a flat map. MAP PROJECTIONS On your notebook paper, create a graphic organizer as illustrated below…Title it MAP PROJECTIONS Map Name Illustration Strength Weakness Used For?? Are all Maps created equally? Imagine trying to flatten out a globe; you would have to stretch it here, compress it there. Because of this, it is quite common for sizes, shapes, and even distances to be misrepresented in the transition from three dimensions to two. Large distortion if you are looking at a hemisphere or the entire world. Smaller distortion/inaccuracies - At the scale of a city or even a small country, Mercator Projection Cylinder shape Meridians stretched apart & parallel to each other instead of meeting at the poles. Landmasses at high latitudes appears LARGER Landmasses at lower latitudes appears relatively SMALLER. Conic Projection Designed as if a cone had been placed over the globe. Arctic regions portrayed accurately. Further you get from the top of the cone, the more distorted sizes and distances become. Great for aeronautical plotting - latitudes are more accurate. Flat Plane/Azumithal Projection Distances measured from the center are accurate. Distortion increases as you get further away from the center point. Used by airline pilots & ship navigators to find the shortest distance between 2 places. Equal Area Map Projection An interrupted view of the globe. Land masses are proportional - giving the correct perspective of size. Not usable for navigation - longitude & latitude are stretched apart in order to conform to sizes. Gall-Peters Projection Landmasses in this projection are kept accurate and in proportion.
    [Show full text]
  • Cylindrical Projections 27
    MAP PROJECTION PROPERTIES: CONSIDERATIONS FOR SMALL-SCALE GIS APPLICATIONS by Eric M. Delmelle A project submitted to the Faculty of the Graduate School of State University of New York at Buffalo in partial fulfillments of the requirements for the degree of Master of Arts Geographical Information Systems and Computer Cartography Department of Geography May 2001 Master Advisory Committee: David M. Mark Douglas M. Flewelling Abstract Since Ptolemeus established that the Earth was round, the number of map projections has increased considerably. Cartographers have at present an impressive number of projections, but often lack a suitable classification and selection scheme for them, which significantly slows down the mapping process. Although a projection portrays a part of the Earth on a flat surface, projections generate distortion from the original shape. On world maps, continental areas may severely be distorted, increasingly away from the center of the projection. Over the years, map projections have been devised to preserve selected geometric properties (e.g. conformality, equivalence, and equidistance) and special properties (e.g. shape of the parallels and meridians, the representation of the Pole as a line or a point and the ratio of the axes). Unfortunately, Tissot proved that the perfect projection does not exist since it is not possible to combine all geometric properties together in a single projection. In the twentieth century however, cartographers have not given up their creativity, which has resulted in the appearance of new projections better matching specific needs. This paper will review how some of the most popular world projections may be suited for particular purposes and not for others, in order to enhance the message the map aims to communicate.
    [Show full text]
  • The Mercator Projection: Its Uses, Misuses, and Its Association with Scientific Information and the Rise of Scientific Societies
    ABEE, MICHELE D., Ph.D. The Mercator Projection: Its Uses, Misuses, and Its Association with Scientific Information and the Rise of Scientific Societies. (2019) Directed by Dr. Jeff Patton and Dr. Linda Rupert. 309 pp. This study examines the uses and misuses of the Mercator Projection for the past 400 years. In 1569, Dutch cartographer Gerard Mercator published a projection that revolutionized maritime navigation. The Mercator Projection is a rectangular projection with great areal exaggeration, particularly of areas beyond 50 degrees north or south, and is ill-suited for displaying most reference and thematic world maps. The current literature notes the significance of Gerard Mercator, the Mercator Projection, the general failings of the projection, and the twentieth century controversies that arose as a consequence of its misuse. This dissertation illustrates the path of the institutionalization of the Mercator Projection in western cartography and the roles played by navigators, scientific societies and agencies, and by the producers of popular reference and thematic maps and atlases. The data are pulled from the publication record of world maps and world maps in atlases for content analysis. The maps ranged in date from 1569 to 1900 and displayed global or near global coverage. The results revealed that the misuses of the Mercator Projection began after 1700, when it was connected to scientists working with navigators and the creation of thematic cartography. During the eighteenth century, the Mercator Projection was published in journals and reports for geographic societies that detailed state-sponsored explorations. In the nineteenth century, the influence of well- known scientists using the Mercator Projection filtered into the publications for the general public.
    [Show full text]
  • Types of Projections
    Types of Projections Conic Cylindrical Planar Pseudocylindrical Conic Projection In flattened form a conic projection produces a roughly semicircular map with the area below the apex of the cone at its center. When the central point is either of Earth's poles, parallels appear as concentric arcs and meridians as straight lines radiating from the center. Usually used for maps of countries or continents in the middle latitudes (30-60 degrees) Cylindrical Projection A cylindrical projection is a type of map in which a cylinder is wrapped around a sphere (the globe), and the details of the globe are projected onto the cylindrical surface. Then, the cylinder is unwrapped into a flat surface, yielding a rectangular-shaped map. Generally used for navigation, but this map is very distorted at the poles. Very Northern Hemisphere oriented. Planar (Azimuthal) Projection Planar projections are the subset of 3D graphical projections constructed by linearly mapping points in three-dimensional space to points on a two-dimensional projection plane. Generally used for polar maps. Focused on a central point. Outside edge is distorted Oval / Pseudo-cylindrical Projection Pseudo-cylindrical maps combine many cylindrical maps together. This reduces distortion. Each cylinder is focused on a particular latitude line. Generally used to show world phenomenon or movement – quite accurate because it is computer generated. Famous Map Projections Mercator Winkel-Tripel Sinusoidal Goode’s Interrupted Homolosine Robinson Mollweide Mercator The Mercator projection is a cylindrical map projection presented by the Flemish geographer and cartographer Gerardus Mercator in 1569. this map accurately shows the true distance and the shapes of landmasses, but as you move away from the equator the size and distance is distorted.
    [Show full text]
  • GCTP General Cartographic Transformation Package
    National Mapping Program Technical Instructions GCTP General Cartographic Transformation Package Software Documentation U.S. Department of the Interior U.S. Geological Survey National Mapping Division Software Documentation for the General Cartographic Transformation Package CONTENTS Page 1. General information. 1 1.1 Summary . 1 1.2 Environment . 1 1.3 References. 1 2. Package description. 3 2.1 System description. 3 2.2 Subroutine GTPZ0, primary access routine to the package . 5 2.3 Function ADJLZ0, adjusts longitude to range -180° to +180°. 11 2.4 Function ASINZ0, checks arc sin argument before calling DASIN . 12 2.5 Function DMSPZ0, converts an angle to +DDDMMMSSS.SSS format . 13 2.6 Function E0FNZ0, computes constant "e0" for distance along meridian . 14 2.7 Function E1FNZ0, computes constant "e1" for distance along meridian . 15 2.8 Function E2FNZ0, computes constant "e2" for distance along meridian . 16 2.9 Function E3FNZ0, computes constant "e3" for distance along meridian . 17 2.10 Function E4FNZ0, computes constant "e4" for Polar Stereographic . 18 2.11 Function MLFNZ0, computes "M," distance Equator to PHI. 19 2.12 Function MSFNZ0, computes "m," radius of parallel of latitude divided by semimajor axis . 20 2.13 Function PAKCZ0, converts +DDDMMSS.SSS to +DDDMMMSSS.SSS. 21 2.14 Function PAKDZ0, converts +DDDMMMSSS.SSS to degrees, minutes, seconds. 22 2.15 Function PAKRZ0, converts +DDDMMMSSS.SSS angle format to radians. 23 2.16 Function PAKSZ0, converts +DDDMMMSSS.SSS angle format to seconds. 24 2.17 Function PHI1Z0, computes latitude in inverse of Albers Equal-Area 25 2.18 Function PHI2Z0, computes latitude in inverses in Lambert Conformal Conic and Polar Stereographic.
    [Show full text]
  • MAP PROJECTIONS Simple Rules for Simple Maps
    BILL’S QUICK GUIDE TO MAP PROJECTIONS Simple rules for simple maps A full catalog of all the projections available in ArcGIS is available on my website. The recommendations below are a simplification of what’s on the web. The goal here is to make quick, easy reference maps for illustrations, not to cover every special case or technicality. Keep in mind that there is no such thing as a map projection without distortion. Every map must have distortion, since the earth is curved and paper is flat. The goal is simply to minimize distortion for the particular task at hand. In general, there are two main considerations. One, how large is the area you want to show? And two, do you need an equal- area projection, or not? On an equal-area projection, every square inch of paper represents the same area of land or water, anywhere on the map. (So, for example, the area of Australia will always appear – correctly – as 3½ times that of Greenland, even if both are distorted.) You should use an equal-area projection if you’re mapping something that’s fundamentally tied to area, such as crop acreage, population density, the size of empires, and so on. Local Maps For maps of cities or small regions, the choice is easy: use the Mercator projection. Yes, that’s right – the “evil Mercator.” It has three great advantages. First, at local scales there is negligible distortion (more technically, the Mercator is a conformal projection). This is why the Mercator is used on Google Maps: it’s quite distorted at the global scale, but when you zoom in the map is always undistorted.
    [Show full text]
  • Assessing Raster Representation Accuracy Using a Scale Factor Model
    Assessing Raster Representation Accuracy Using a Scale Factor Model Jeong Chang Seong and E. Lynn Usery Abstract using six equal-area projections: Interrupted Goode Homolos- Raster datasets of global and continental extent are subject to ine, Interrupted Mollweide, Wagner IV, Wagner W, Lambert error resulting from projection transformation. This paper Azimuthal Equal Area, and Oblated Equal-Area projections. examines the error problem from a theoretical perspective and They quantified and graphically depicted shape and scale dis- develops a model to calculate the extent of the errors. The tortions caused by reprojection. However, because their theoretical examination indicates that error results in two research used sample grids that were drawn on already pro- forms, areal size change of pixels and categorical error re- jected maps, the application is limited since no theoretical sulting from loss or duplication of pixels. A scale factor model, background or models to estimate and simulate the pixel value based on the horizontal and vertical scale factors of the changes in various projection change situations were pre- projection, is developed to provide a computation of the sented. It is the purpose of this research to investigate the effect resulting error from specific projections. The model is of projection distortion on raster representation at a global scale experimentally tested with the cylindrical equal area, and develop a scale factor model to simulate the effect. The sinusoidal, and Mollweide projections. Results indicate that next three sections of this paper provide a theoretical approach the model predicts error within one percent of actual values to the assessment of raster representation accuracy based on a and that the sinusoidal projection is subject to smaller errors scale factor model.
    [Show full text]
  • Introduction to Map Projections
    Introduction to Cartographical Map Projections Education Abroad Asia eduabroadasia.com 808-135 THAI GEOGRAPHY Steven Andrew Martin, PhD Faculty of International Studies Prince of Songkla University https://www.facebook.com/EducationAbroadAsia What is a Map Projection? 2-Dimensional Representation of a 3-Dimensional World --- Flattening the Earth --- Because the Earth is spherical in shape, its surface cannot be shown precisely on a flat surface... Only a globe can accurately represent shapes, areas, sizes, and directions on the Earth's surface χάρτης Cartography γράφειν From Greek Khartēs, = Map Graphein = Write . Measuring Earth’s shape and features . Collecting and storing information about terrain, places, people, etc. Representing the three-dimensional planet . Designing conventions for graphical representation of data . Printing and publishing information Early Tools of Cartography NEW SCHOOL MAPPING REMOTE SENSING AND GIS Phanom Kulen, Cambodia Laem Pakarang, Thailand The Cartographic Challenge A wide variety of map “projections” are used by cartographers and map makers... “Projections” involve compromises in which some curved aspects are distorted while others are shown accurately Projection Concepts Cylindrical Types of Projections Properties Regularly-spaced meridians to equally spaced vertical lines, and parallels to horizontal lines. Conformal Pseudo-cylindrical Preserves angles locally, Central meridian and parallels as straight lines. Other meridians are curves (or possibly straight from implying that locally pole to equator), regularly spaced along parallels. shapes are not distorted. Conic Equal Area Maps meridians as straight lines, and parallels as arcs of circles. Areas are conserved. Pseudo-conical Represents the central meridian as a straight line, other meridians as complex curves, and parallels as Compromise circular arcs.
    [Show full text]
  • Map Projection Article on Wikipedia
    Map Projection Article on Wikipedia Miljenko Lapaine a, * a University of Zagreb, Faculty of Geodesy, [email protected] * Corresponding author Abstract: People often look up information on Wikipedia and generally consider that information credible. The present paper investigates the article Map projection in the English Wikipedia. In essence, map projections are based on mathematical formulas, which is why the author proposes a mathematical approach to them. Weaknesses in the Wikipedia article Map projection are indicated, hoping it is going to be improved in the near future. Keywords: map projection, Wikipedia 1. Introduction 2. Map Projection Article on Wikipedia Not so long ago, if we were to find a definition of a term, The contents of the article Map projection at the English- we would have left the table with a matching dictionary, a language edition of Wikipedia reads: lexicon or an encyclopaedia, and in that book asked for 1 Background the term. However, things have changed. There is no 2 Metric properties of maps need to get up, it is enough with some search engine to 2.1 Distortion search that term on the internet. On the monitor screen, the search term will appear with the indication that there 3 Construction of a map projection are thousands or even more of them. One of the most 3.1 Choosing a projection surface famous encyclopaedias on the internet is certainly 3.2 Aspect of the projection Wikipedia. Wikipedia is a free online encyclopaedia, 3.3 Notable lines created and edited by volunteers around the world. 3.4 Scale According to Wikipedia (2018a) “The reliability of 3.5 Choosing a model for the shape of the body Wikipedia (predominantly of the English-language 4 Classification edition) has been frequently questioned and often assessed.
    [Show full text]