(GIS) Softwares. Geographic Information System

Total Page:16

File Type:pdf, Size:1020Kb

(GIS) Softwares. Geographic Information System Geographic Information System (GIS) Outline: I. Spatial reference systems and projections. II. Geographic Information System (GIS) softwares. Datum How to locate a position on Earth ? - Cartesian coordinates XYZ → relatively inconvenient except in a few cases. - Geographic reference system → longitude, latitude (+altitude). Z - XYZ depend on the origin and axis directions. - Lon,Lat depend on the origin, axis directions + the shape of the ellipsoid Y → a clear and precise definition is required. X To define a geographic reference system or datum: - Origin (position with respect to the Earth gravity center) and directions of the axes (one is the pole axis and one crosses the central/origin meridian). Or - Fundamental point on Earth surface; azimuth of the North direction; and central meridian. + Ellipsoid shape defined by the semi-major axis and flattening Datum For a global reference system: Position of For a local reference system: the origin + definition of the ellipsoid that Position of the fundamental point + best approximates the geoid at global azimuth + definition of the ellipsoid scale. that best approximates the geoid near the fundamental point. Tangent at the fundamental point Ellipsoid point Gravity centre Geoid Exemples of Datum Example of ellipsoid: - WGS84: used by the GPS system - IAG-GRS80: used in France and Europe. Very similar to WGS 84 (same semi-major axis and flattening) - NAD83: used in North America. Example of datum: - Nouvelle triangulation de la France (NTF) : official in France until Dec 2000 ; most IGN maps are still in this old system based on Clarke 1880 IGN's ellipsoid. The fundamental point is the Panthéon in Paris. - Réseau géodésique français (RGF) 1993 : Official in France, based on IAG-GRS80 ellipsoid - European Datum (ED) 50 : widely used in Europe based on Hayford 1909 ellipsoid. It is obsolete. - ETRS89: based on IAG-GRS80. Now official in Europe. - World Geodetic System (WGS84) : global datum used for GPS, based on WGS84 ellipsoid. The precision is adequate for conventional GPS but is insufficient for geodesic applications. ITRS datum is the accurate equivalent of WGS84 to use for geodesy. RGF 1993, ETRS89 and WGS84 can be assumed equivalent for most conventional applications. Examples of Datum Latitudes and longitudes are different in all these systems, differences up to hundreds of meters between « old » data (e.g. NTF) and the new generation of data (WGS84 and equivalent). Be carefull when using « old » datum. Detailled information for converting between data: http://www.crs-geo.eu/ In addition, these systems move respectively to each other due to continent drift. For instance, ETRS89 uses the same ellipsoid as WGS84 but it is attached to a point in UK while WGS84 is not attached to any particular point on Earth (it is defined by Earth rotation angular speed). For a precision better than 1m, differences between ETRS89 and WGS84 may be significant. Remark: this course is insufficient for geodesic applications. Conclusion: Spatial data are/have to be associated to a well-defined datum. Altitudes Measuring the altitude is a complex subject. In short, the minimum that you should know: Attitude can be measured with respect to: - geoid (equipotential near the mean sea level): Orthometric Altitude and normal Altitude. - ellipsoid (altitude given by GPS for instance): Ellipsoid Altitude Altitude of geoid with respect to ellipsoid is up to 140m at global scale. To work with altitude data, it is necessary to Simplified scheme know: - the kind of reference surface (ellipsoid or geoid). - the characteristics of the particular geoid or ellipsoid used as reference. → vertical datum Schéma simplifié Map projections Projections allow to represent the sphere or ellipsoid surface onto a surface that can be directly a plane or a surface that can be unambiguously unwrapped onto a plane (i.e. cylinder or cone). Mathematical transformation: (lon,lat) → (x,y) Northing y Easting O x x and y are in meters and defined with respect to the origin of the map. The interest of a particular projection for a given usage depends upon the mathematical properties of the projection. Map projections Numerous types of projection. They all causes distortions somewhere. Criteria to consider when choosing a projection for a given application: - scale of the map: In general, the coarser the scale, the more significant the distortions are. However, fine-scale maps are usually used for applications that require high precision... - usage of the map: in statistics: preserve surface area, in navigation: preserve angles (bearing, direction), … - region of the Earth (e.g. polar or not) - legal or historical reasons. - Use the common projection to most of your data to avoid re-projection that may degrade information (in the case of raster data, see further). The projections can be classified with respect to the surface used for the projection. - cylindrical projections. - conic projections. - azimuthal projections (onto a plane). - unique projections: all the other cases. Some of these projections are not associated to any surface. Additional attributes: normal, transverse, oblique Remark: These classification and attributes are insufficient to fully define a projection (see further). Map projections Important properties: - equal-area projections (projection équivalente en Francais) locally preserve surface areas. - conformal projections (projection conforme en Francais) locally preserve angles and shapes. - other projections are called aphylactic. No projection can be 100% equal-area and conformal. Another property: Equidistant: the distance is preserved along some lines. These lines are called “standard lines”. Examples of projection types Examples of projection types: Azimuthal Equidistant Projection Gnomonic Projection Orthographic Projection Geostationary Projection Near-Sided Perspective Projection Mollweide Projection Robinson Projection Sinusoidal Projection Equidistant Cylindrical Projection Cassini Projection Mercator Projection Transverse Mercator Projection Oblique Mercator Projection Polyconic Projection Miller Cylindrical Projection Gall Stereographic Projection Lambert Conformal Projection Lambert Azimuthal Equal Area Projection Stereographic Projection Equidistant Conic Projection http://www.progonos.com/furuti/MapProj/CartIndex/cartIndex.html Albers Equal Area Projection Polar Stereographic Projection Polar Lambert Azimuthal Projection Polar Azimuthal Equidistant Projection McBryde-Thomas Flat Polar Quartic van der Grinten Projection http://matplotlib.sourceforge.net/basemap/doc/html/ Examples of projection types Credits: Basemap site Conformal: useful in navigation. Often use for global maps but it does not fairly represent the world. The surface area on the map of countries near the equator are smaller than at higher latitudes. Examples of projection types Lambert conformal conic. Abbreviation: lcc Official projection in France (see further) Tissot's Indicatrice Examples of projection types The most simple projection as: x=longitude, y=latitude Meridians are standard lines Examples of projection types Equidistant: the shortest path from the centre point toward any point on the map is the straight line. Examples of projection types Equal-area: useful in statistics because two countries/regions having the same surface area on Earth are represented with the same surface area on the map. Statistics are simple to calculated. Examples of projection types Conformal: projection used for the UTM system (see later). Coordinate reference system A projection is well-defined by: - the type/family of projection. - the parameters (origin meridian, true latitude, primary standard parallel, ...). The lists of required parameters depends on the type of projection. E.g: - polar stereographic projection: Origin latitude, true latitude, origin meridian, ... - Lambert Conical Conformal: Primary, secondary and origin latitudes, origin meridian, ... Coordinate reference system (CRS) or spatial reference system (SRS): - the projection and its parameters. - the datum. The CRS is a comprehensive set of data needed to project points or to produce maps. In GIS softwares, the CRS of any spatial data to be imported must be known. UTM system Universal Transverse Mercator: - a projection type adequate for small-scale areas (fine resolution): Transverse Mercator - projection parameters depend on the location on Earth and are defined for ~1200 zones. UTM system - 20 bands in latitude (entre 84°N – 80°S) and 60 bands in longitude (→ 1200 zones). - most zones are regular, some exceptions... Coordinates (x,y) gives the position . “y” is in meter from the equator. “x” from the central meridian of the zone. However, in order to avoid negative numbers, a “false easting” of 500000m is added to x. For the points in the Southern hemisphere a “false northing” of 10000000 m (10000km) is added. UTM coordinates are uniquely defined by: - Zone Number - The hemisphere (N, S) or the letter of the zone - x,y coordinates in meter. Lambert's projections in France Since 2000: In metropolitan France: Lambert 93 ( Lambert Conformal Conic) with the RTF93 datum (close to WGS84 datum and GPS system). http://lambert93.ign.fr/ Since 2006: To improve the accuracy of the Lambert 93 system: 9 zones with specific parameters are defined (CC42 to CC50). In practice, the “old” Lambert I, II, III, IV and Lambert étendue are still used. Be careful, old Lambert projections use the NTF datum which is significantly different from the RTF93 datum and GPS coordinates. Projections
Recommended publications
  • Mollweide Projection and the ICA Logo Cartotalk, October 21, 2011 Institute of Geoinformation and Cartography, Research Group Cartography (Draft Paper)
    Mollweide Projection and the ICA Logo CartoTalk, October 21, 2011 Institute of Geoinformation and Cartography, Research Group Cartography (Draft paper) Miljenko Lapaine University of Zagreb, Faculty of Geodesy, [email protected] Abstract The paper starts with the description of Mollweide's life and work. The formula or equation in mathematics known after him as Mollweide's formula is shown, as well as its proof "without words". Then, the Mollweide map projection is defined and formulas derived in different ways to show several possibilities that lead to the same result. A generalization of Mollweide projection is derived enabling to obtain a pseudocylindrical equal-area projection having the overall shape of an ellipse with any prescribed ratio of its semiaxes. The inverse equations of Mollweide projection has been derived, as well. The most important part in research of any map projection is distortion distribution. That means that the paper continues with the formulas and images enabling us to get some filling about the liner and angular distortion of the Mollweide projection. Finally, the ICA logo is used as an example of nice application of the Mollweide projection. A small warning is put on the map painted on the ICA flag. It seams that the map is not produced according to the Mollweide projection and is different from the ICA logo map. Keywords: Mollweide, Mollweide's formula, Mollweide map projection, ICA logo 1. Introduction Pseudocylindrical map projections have in common straight parallel lines of latitude and curved meridians. Until the 19th century the only pseudocylindrical projection with important properties was the sinusoidal or Sanson-Flamsteed.
    [Show full text]
  • An Efficient Technique for Creating a Continuum of Equal-Area Map Projections
    Cartography and Geographic Information Science ISSN: 1523-0406 (Print) 1545-0465 (Online) Journal homepage: http://www.tandfonline.com/loi/tcag20 An efficient technique for creating a continuum of equal-area map projections Daniel “daan” Strebe To cite this article: Daniel “daan” Strebe (2017): An efficient technique for creating a continuum of equal-area map projections, Cartography and Geographic Information Science, DOI: 10.1080/15230406.2017.1405285 To link to this article: https://doi.org/10.1080/15230406.2017.1405285 View supplementary material Published online: 05 Dec 2017. Submit your article to this journal View related articles View Crossmark data Full Terms & Conditions of access and use can be found at http://www.tandfonline.com/action/journalInformation?journalCode=tcag20 Download by: [4.14.242.133] Date: 05 December 2017, At: 13:13 CARTOGRAPHY AND GEOGRAPHIC INFORMATION SCIENCE, 2017 https://doi.org/10.1080/15230406.2017.1405285 ARTICLE An efficient technique for creating a continuum of equal-area map projections Daniel “daan” Strebe Mapthematics LLC, Seattle, WA, USA ABSTRACT ARTICLE HISTORY Equivalence (the equal-area property of a map projection) is important to some categories of Received 4 July 2017 maps. However, unlike for conformal projections, completely general techniques have not been Accepted 11 November developed for creating new, computationally reasonable equal-area projections. The literature 2017 describes many specific equal-area projections and a few equal-area projections that are more or KEYWORDS less configurable, but flexibility is still sparse. This work develops a tractable technique for Map projection; dynamic generating a continuum of equal-area projections between two chosen equal-area projections.
    [Show full text]
  • Rcosmo: R Package for Analysis of Spherical, Healpix and Cosmological Data Arxiv:1907.05648V1 [Stat.CO] 12 Jul 2019
    CONTRIBUTED RESEARCH ARTICLE 1 rcosmo: R Package for Analysis of Spherical, HEALPix and Cosmological Data Daniel Fryer, Ming Li, Andriy Olenko Abstract The analysis of spatial observations on a sphere is important in areas such as geosciences, physics and embryo research, just to name a few. The purpose of the package rcosmo is to conduct efficient information processing, visualisation, manipulation and spatial statistical analysis of Cosmic Microwave Background (CMB) radiation and other spherical data. The package was developed for spherical data stored in the Hierarchical Equal Area isoLatitude Pixelation (Healpix) representation. rcosmo has more than 100 different functions. Most of them initially were developed for CMB, but also can be used for other spherical data as rcosmo contains tools for transforming spherical data in cartesian and geographic coordinates into the HEALPix representation. We give a general description of the package and illustrate some important functionalities and benchmarks. Introduction Directional statistics deals with data observed at a set of spatial directions, which are usually positioned on the surface of the unit sphere or star-shaped random particles. Spherical methods are important research tools in geospatial, biological, palaeomagnetic and astrostatistical analysis, just to name a few. The books (Fisher et al., 1987; Mardia and Jupp, 2009) provide comprehensive overviews of classical practical spherical statistical methods. Various stochastic and statistical inference modelling issues are covered in (Yadrenko, 1983; Marinucci and Peccati, 2011). The CRAN Task View Spatial shows several packages for Earth-referenced data mapping and analysis. All currently available R packages for spherical data can be classified in three broad groups. The first group provides various functions for working with geographic and spherical coordinate systems and their visualizations.
    [Show full text]
  • 5–21 5.5 Miscellaneous Projections GMT Supports 6 Common
    GMT TECHNICAL REFERENCE & COOKBOOK 5–21 5.5 Miscellaneous Projections GMT supports 6 common projections for global presentation of data or models. These are the Hammer, Mollweide, Winkel Tripel, Robinson, Eckert VI, and Sinusoidal projections. Due to the small scale used for global maps these projections all use the spherical approximation rather than more elaborate elliptical formulae. 5.5.1 Hammer Projection (–Jh or –JH) The equal-area Hammer projection, first presented by Ernst von Hammer in 1892, is also known as Hammer-Aitoff (the Aitoff projection looks similar, but is not equal-area). The border is an ellipse, equator and central meridian are straight lines, while other parallels and meridians are complex curves. The projection is defined by selecting • The central meridian • Scale along equator in inch/degree or 1:xxxxx (–Jh), or map width (–JH) A view of the Pacific ocean using the Dateline as central meridian is accomplished by running the command pscoast -R0/360/-90/90 -JH180/5 -Bg30/g15 -Dc -A10000 -G0 -P -X0.1 -Y0.1 > hammer.ps 5.5.2 Mollweide Projection (–Jw or –JW) This pseudo-cylindrical, equal-area projection was developed by Mollweide in 1805. Parallels are unequally spaced straight lines with the meridians being equally spaced elliptical arcs. The scale is only true along latitudes 40˚ 44' north and south. The projection is used mainly for global maps showing data distributions. It is occasionally referenced under the name homalographic projection. Like the Hammer projection, outlined above, we need to specify only
    [Show full text]
  • Bibliography of Map Projections
    AVAILABILITY OF BOOKS AND MAPS OF THE U.S. GEOlOGICAL SURVEY Instructions on ordering publications of the U.S. Geological Survey, along with prices of the last offerings, are given in the cur­ rent-year issues of the monthly catalog "New Publications of the U.S. Geological Survey." Prices of available U.S. Geological Sur­ vey publications released prior to the current year are listed in the most recent annual "Price and Availability List" Publications that are listed in various U.S. Geological Survey catalogs (see back inside cover) but not listed in the most recent annual "Price and Availability List" are no longer available. Prices of reports released to the open files are given in the listing "U.S. Geological Survey Open-File Reports," updated month­ ly, which is for sale in microfiche from the U.S. Geological Survey, Books and Open-File Reports Section, Federal Center, Box 25425, Denver, CO 80225. Reports released through the NTIS may be obtained by writing to the National Technical Information Service, U.S. Department of Commerce, Springfield, VA 22161; please include NTIS report number with inquiry. Order U.S. Geological Survey publications by mail or over the counter from the offices given below. BY MAIL OVER THE COUNTER Books Books Professional Papers, Bulletins, Water-Supply Papers, Techniques of Water-Resources Investigations, Circulars, publications of general in­ Books of the U.S. Geological Survey are available over the terest (such as leaflets, pamphlets, booklets), single copies of Earthquakes counter at the following Geological Survey Public Inquiries Offices, all & Volcanoes, Preliminary Determination of Epicenters, and some mis­ of which are authorized agents of the Superintendent of Documents: cellaneous reports, including some of the foregoing series that have gone out of print at the Superintendent of Documents, are obtainable by mail from • WASHINGTON, D.C.--Main Interior Bldg., 2600 corridor, 18th and C Sts., NW.
    [Show full text]
  • 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]
  • Map Projections and Coordinate Systems Datums Tell Us the Latitudes and Longi- Vertex, Node, Or Grid Cell in a Data Set, Con- Tudes of Features on an Ellipsoid
    116 GIS Fundamentals Map Projections and Coordinate Systems Datums tell us the latitudes and longi- vertex, node, or grid cell in a data set, con- tudes of features on an ellipsoid. We need to verting the vector or raster data feature by transfer these from the curved ellipsoid to a feature from geographic to Mercator coordi- flat map. A map projection is a systematic nates. rendering of locations from the curved Earth Notice that there are parameters we surface onto a flat map surface. must specify for this projection, here R, the Nearly all projections are applied via Earth’s radius, and o, the longitudinal ori- exact or iterated mathematical formulas that gin. Different values for these parameters convert between geographic latitude and give different values for the coordinates, so longitude and projected X an Y (Easting and even though we may have the same kind of Northing) coordinates. Figure 3-30 shows projection (transverse Mercator), we have one of the simpler projection equations, different versions each time we specify dif- between Mercator and geographic coordi- ferent parameters. nates, assuming a spherical Earth. These Projection equations must also be speci- equations would be applied for every point, fied in the “backward” direction, from pro- jected coordinates to geographic coordinates, if they are to be useful. The pro- jection coordinates in this backward, or “inverse,” direction are often much more complicated that the forward direction, but are specified for every commonly used pro- jection. Most projection equations are much more complicated than the transverse Mer- cator, in part because most adopt an ellipsoi- dal Earth, and because the projections are onto curved surfaces rather than a plane, but thankfully, projection equations have long been standardized, documented, and made widely available through proven programing libraries and projection calculators.
    [Show full text]
  • 1 Diagnosis of Cylindrical Projections and Analysis of Suitability For
    The Journal of Engineering and Exact Sciences – jCEC, Vol. 0X N. 0Y (202Z) journal homepage: https://periodicos.ufv.br/ojs/jcec ISSN: 2527-1075 Diagnosis of cylindrical projections and analysis of suitability for the territorial area of South America Diagnóstico de projeções cilíndricas e análise de adequabilidade para área territorial da América do Sul Article Info: Article history: Received 2021-03-29 / Accepted 2021-03-29 / Available online 2021-03-30 doi: 10.18540/jcecvl7iss1pp12068-01-09e Leonardo Carlos Barbosa ORCID: https://orcid.org/0000-0002-0377-1527 Universidade Federal do Sul e Sudeste do Pará, Brasil E-mail: [email protected] Luiz Filipe Campos do Canto ORCID: https://orcid.org/0000-0002-2439-9429 Universidade Federal de Pernambuco, Brasil E-mail: [email protected] Willian dos Santos Ferreira ORCID: https://orcid.org/0000-0003-1153-9071 Universidade Federal do Sul e Sudeste do Pará, Brasil E-mail: [email protected] Max Vinicius Esteves Torres ORCID: https://orcid.org/0000-0001-8257-0274 Universidade Federal do Sul e Sudeste do Pará, Brasil E-mail: [email protected] Andresa Ayara Torres e Silva ORCID: https://orcid.org/0000-0003-2310-4665 Universidade Federal do Sul e Sudeste do Pará, Brasil E-mail: [email protected] Resumo A projeção cartográfica pode ser definida como a relação matemática entre a posição de um modelo da superfície terrestre e a superfície plana. As projeções cilíndricas são empregadas em todo o mundo, levando em consideração suas propriedades e características especiais. O objetivo deste estudo foi identificar a projeção cartográfica que melhor representa a superfície terrestre da América do Sul, focalizando principalmente a área do continente, determinada pelo Conselho de Defesa Sul- Americano.
    [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]
  • 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]
  • Healpix IDL Facilities Overview
    HEALPix IDL Facilities Overview Revision: Version 3.80; June 22, 2021 Prepared by: Eric Hivon, Anthony J. Banday, Benjamin D. Wan- delt, Frode K. Hansen and Krzysztof M. Góorski Abstract: This document is an overview of the HEALPix IDL facilities. https://healpix.sourceforge.io http://healpix.sf.net 2 HEALPix IDL Facilities Overview TABLE OF CONTENTS Using the HEALPix-IDL facilities.........................5 Using HEALPix-IDL together with other IDL libraries.............5 Using GDL or FL instead of IDL..........................6 What is available?..................................6 Maps related tools..................................6 Pixels related tools..................................7 Power spectrum, alm, beam and pixel window functions.............7 Other tools......................................7 Changes in release 3.80................................8 Previous changes...................................8 alm_i2t........................................ 13 alm_t2i........................................ 15 alm2fits........................................ 17 ang2vec........................................ 20 angulardistance.................................... 22 azeqview........................................ 24 beam2bl........................................ 26 bin_llcl........................................ 28 bl2beam........................................ 30 bl2fits......................................... 32 cartcursor....................................... 34 cartview........................................ 35 change_polcconv..................................
    [Show full text]
  • Conformal Cartographic Representations
    Treball final de grau GRAU DE MATEMATIQUES` Facultat de Matem`atiquesi Inform`atica Universitat de Barcelona Conformal Cartographic Representations Autor: Maite Fabregat Director: Dr. Xavier Massaneda Realitzat a: Departament de Matem`atiques i Inform`atica Barcelona, June 29, 2017 Abstract Maps are a useful tool to display information. They are used on a daily basis to locate places, orient ourselves or present different features, such as weather forecasts, population distributions, etc. However, every map is a representation of the Earth that actually distorts reality. Depending on the purpose of the map, the interest may rely on preserving different features. For instance, it might be useful to design a map for navigation in which the directions represented on the map at a point concide with the ones the map reader observes at that point. Such map projections are called conformal. This dissertation aims to study different conformal representations of the Earth. The shape of the Earth is modelled by a regular surface. As both the Earth and the flat piece of paper onto which it is to be mapped are two-dimensional surfaces, the map projection may be described by the relation between their coordinate systems. For some mathematical models of the surface of the Earth it is possible to define a parametrization that verifies the conditions E = G and F = 0, where E, F and G denote the coefficients of the first fundamental form. In this cases, the mapping problem is shown to reduce to the study of conformal functions from the complex plane onto itself. In particular, the Schwarz-Christoffel formula for the mapping of the upper half-plane on a polygon is applied to cartography.
    [Show full text]