OPEN SOURCE GIS: a GRASS GIS APPROACH, Second Edition

Total Page:16

File Type:pdf, Size:1020Kb

OPEN SOURCE GIS: a GRASS GIS APPROACH, Second Edition Open Source GIS: A GRASS GIS Approach OPEN SOURCE GIS: A GRASS GIS APPROACH Second Edition MARKUS NETELER ITC-irst – Centro per la Ricerca Scientifica e Tecnologica, Italy HELENA MITASOVA North Carolina State University, U.S.A. KLUWER ACADEMIC PUBLISHERS NEW YORK, BOSTON, DORDRECHT, LONDON, MOSCOW eBook ISBN: 1-4020-8065-4 Print ISBN: 1-4020-8064-6 ©2005 Springer Science + Business Media, Inc. Print ©2004 Kluwer Academic Publishers Boston All rights reserved No part of this eBook may be reproduced or transmitted in any form or by any means, electronic, mechanical, recording, or otherwise, without written consent from the Publisher Created in the United States of America Visit Springer's eBookstore at: http://ebooks.kluweronline.com and the Springer Global Website Online at: http://www.springeronline.com to our friends and to all GRASS developers, present and past Contents List of Figures xiii List of Tables xix Foreword xxi Preface to the First Edition xxv Preface to the Second Edition xxvii Acknowledgments xxix 1. OPEN SOURCE SOFTWARE AND GIS 1 1.1 Open Source concept 1 1.2 GRASS as an Open Source GIS 3 1.3 How to read this book 4 2. GIS CONCEPTS 7 2.1 General GIS principles 7 2.1.1 Geospatial data models 7 2.1.2 Organization of GIS data 11 2.1.3 GIS functionality 12 2.2 Map projections and coordinate systems 13 2.2.1 Map projection principles 14 2.2.2 Common coordinate systems 17 2.2.3 North American and European Datums 20 3. GETTING STARTED WITH GRASS 23 3.1 First steps 23 3.1.1 Download and install GRASS 23 3.1.2 Database and command structure 25 3.1.3 Starting GRASS with demo database Spearfish 28 3.1.4 GRASS file and location management 31 3.2 Starting GRASS with a new project 34 3.2.1 Latitude-Longitude 35 3.2.2 Universal Transverse Mercator 39 viii OPEN SOURCE GIS 3.2.3 State Plane 42 3.2.4 Non-georeferenced xy coordinate system 44 3.3 Coordinate system transformations 45 3.3.1 Coordinates lists 46 3.3.2 Map layers 48 3.3.3 Reprojecting with GDAL/OGR tools 49 4. GRASS DATA MODELS AND DATA EXCHANGE 53 4.1 Raster data 53 4.1.1 GRASS raster data model 53 4.1.2 Managing raster map resolution and boundaries 55 4.1.3 Import of georeferenced raster data 57 4.1.4 Import and geocoding of scanned maps 61 4.1.5 Export 67 4.2 Vector data 68 4.2.1 GRASS vector data model 68 4.2.2 Import of vector data 70 4.2.3 Export of vector data 78 4.3 Sites data 80 4.3.1 GRASS sites data model 80 4.3.2 Import of sites data 81 4.3.3 Export of sites data 83 5. WORKING WITH RASTER DATA 85 5.1 Viewing and managing raster map layers 85 5.1.1 Displaying raster data and assigning a color table 85 5.1.2 Raster map queries and profiles 87 5.1.3 Zooming and generating subsets from raster maps 88 5.1.4 Managing metadata of raster maps 90 5.1.5 Reclassification of raster maps 91 5.1.6 Assigning category labels 93 5.1.7 Masking and handling of no-data values 97 5.2 Raster map algebra 99 5.3 Raster data transformation and interpolation 105 5.3.1 Automated vectorization of discrete raster data 105 5.3.2 Generating isolines representing continuous fields 107 5.3.3 Raster data transformation to sites 108 5.3.4 Interpolation of raster data and resampling 108 5.3.5 Recoding of raster map types and value replacements 110 5.4 Spatial analysis with raster data 111 5.4.1 Map statistics and neighborhood analysis 111 5.4.2 Overlaying and merging raster maps 115 Contents ix 5.4.3 Buffering of raster features 118 5.4.4 Cost surfaces 120 5.4.5 DEM and watershed analysis 123 5.4.6 Landscape structure analysis and modeling 129 6. WORKING WITH VECTOR DATA 131 6.1 Digitizing vector data 131 6.1.1 General principles for digitizing topological data 132 6.1.2 Digitizing in GRASS 133 6.2 Metadata and attributes management 139 6.2.1 Managing metadata of vector maps 140 6.2.2 Map attributes modifications 140 6.3 Viewing and analysis 141 6.3.1 Displaying vector map layers 141 6.3.2 Intersecting and clipping vector maps 142 6.3.3 Map reclassification 144 6.3.4 Feature extraction from vector data 145 6.4 Vector data transformations to/from raster and sites 145 6.4.1 Automatic vectorization of raster data 146 6.4.2 Direct transformation of vector data to raster or sites 147 6.4.3 Interpolating raster surfaces from contour lines 147 7. WORKING WITH SITE DATA 151 7.1 Creating site data 151 7.1.1 Digitizing site data 151 7.1.2 Generating site data within GRASS 152 7.2 Viewing and managing site data 154 7.2.1 Displaying site data and creating subsets 154 7.2.2 Computing basic statistics 156 7.3 Transformation from sites to rasters and spatial interpolation 157 7.3.1 Selecting an interpolation method 157 7.3.2 Interpolating with RST: tuning the parameters 160 7.3.3 Estimating accuracy 165 7.3.4 Interpolating large data sets 166 7.3.5 Surfaces with faults 171 7.3.6 Adding third variable: precipitation with elevation 171 7.3.7 Volume and volume-temporal interpolation 174 7.3.8 Geostatistics and splines 175 8. GRAPHICAL OUTPUT AND VISUALIZATION 177 8.1 Two-dimensional display and animation 177 8.1.1 Displaying map layers using the GRASS monitor 177 8.1.2 Creating a 2D shaded elevation map 180 x OPEN SOURCE GIS 8.1.3 Monitor output to PNG and HTML files 181 8.1.4 Animations in 2D space 183 8.2 Visualization in 3D space with NVIZ 184 8.2.1 Viewing multiple map layers 184 8.2.2 Querying and analyzing data in nviz 189 8.2.3 Creating animations in 3D space 191 8.2.4 Visualizing volumes 195 8.3 Creating hardcopy maps 196 8.3.1 Map generation with ps.map 196 8.3.2 Map design with Xfig and Skencil 198 9. SATELLITE IMAGE PROCESSING 201 9.1 Remote sensing basics 201 9.1.1 Spectrum and remote sensing 201 9.1.2 Satellite sensors 203 9.2 Satellite data import and export 206 9.2.1 Import of raw and geocoded satellite data 206 9.2.2 Export of multi-channel data sets 209 9.3 Understanding a satellite data set 209 9.3.1 Managing channels and colors 209 9.3.2 The feature space and image groups 213 9.4 Geometric and radiometric preprocessing 215 9.4.1 Geometric preprocessing 215 9.4.2 Radiometric preprocessing 222 9.4.3 Application: Deriving a surface temperature map from thermal channel 228 9.5 Radiometric transformations and image enhancements 231 9.5.1 Image ratios 231 9.5.2 Principal Component Transformation 231 9.6 Geometric feature analysis 233 9.6.1 Matrix filter: Spatial convolution filtering 234 9.6.2 Edge detection 236 9.7 Image fusion 237 9.7.1 Introduction to RGB and IHS color model 237 9.7.2 RGB color composites 238 9.7.3 Image fusion with IHS transformation 239 9.7.4 Image fusion with Brovey transformation 241 9.8 Thematic reclassification of satellite data 242 9.8.1 Unsupervised radiometric reclassification 245 9.8.2 Supervised radiometric reclassification 248 9.8.3 Supervised SMAP reclassification 251 Contents xi 10. PROCESSING OF AERIAL PHOTOS 253 10.1 Brief introduction to aerial photogrammetry 253 10.2 From aerial photo to orthophoto 257 10.3 Orthophoto generation 257 10.3.1 Aerial photo and LOCATIONs preparation 258 10.3.2 Orthophoto generation from vertical aerial photos 260 10.3.3 Generating orthophotos from oblique aerial photos 266 10.4 Segmentation and pattern recognition for aerial images 268 11. NOTES ON GRASS PROGRAMMING 271 11.1 GRASS programming environment 271 11.1.1 GRASS source code 272 11.1.2 Methods of GRASS programming 273 11.1.3 Level of integration 273 11.2 Script programming 274 11.3 Automated usage of GRASS 280 11.4 Notes on programming GRASS modules in C 282 12. USING GRASS: APPLICATION EXAMPLES 289 12.1 Working with Digital Elevation Models: erosion risk assessment 289 12.1.1 Computation of the LS factor 290 12.1.2 Estimating R, K, and C factors 296 12.1.3 Computing and analyzing erosion risk 298 12.2 GIS modeling for land management 301 12.2.1 Building the GIS database 302 12.2.2 Deriving new map layers 308 12.2.3 Land use analysis, problems and solutions 316 13. USING GRASS WITH OTHER OPEN SOURCE TOOLS 327 13.1 Geostatistics with GRASS and gstat 328 13.2 Spatial data analysis with GRASS and R 333 13.2.1 Spearfish data set analysis 335 13.2.2 Maas river bank soils data analysis 344 13.2.3 Using R in batch mode 352 13.3 GPS data handling 354 13.4 WebGIS applications with UMN/MapServer 356 References 359 Appendices 367 A Using UNIX text tools for GIS data preparation 367 xii OPEN SOURCE GIS B Selected equations used in GRASS modules 371 B.1 Basic Statistics 371 B.2 Interpolation 372 B.3 Topographic analysis 373 B.4 Insolation 378 C UMN/MapServer sample configuration 383 C.1 UMN/MapServer definition file 383 C.2 UMN/MapServer HTML template 386 Index 389 List of Figures 1.1 GRASS Development Model 4 2.1 Data models in GIS: raster, vector, point data and attributes 8 2.2 Data dimensions in a GIS 11 2.3 Earth’s surface representation in map projections and coordinate systems 15 2.4 Example for Gauss-Krüger Grid System 20 3.1 Organization of GRASS DATABASE, LOCATIONs and MAPSETs 26 3.2 Graphical startup of GRASS 29 3.3 GRASS used in the KDE environment on GNU/Linux 30 3.4 Spearfish soil raster map with overlayed vector streams and archeological sites 31 3.5 GRASS text-based startup screen 34 3.6 Definition of a xy and a projected LOCATION 36 3.7 Definition of a region for xy LOCATION suitable for importing an image or scanned map 45 4.1 Types of raster data 54 4.2 Sample workflow to import GIS data and to geocode scanned maps 63 4.3 Geocoding of a scanned map 65 4.4 Vector types in GIS: vector line and vector area 68 5.1 “Moving window” method for neighborhood opera- tions in raster map algebra 101 5.2 Modules for transformation of different types of raster data to vector
Recommended publications
  • Gpsbabel Documentation Gpsbabel Documentation Table of Contents
    GPSBabel Documentation GPSBabel Documentation Table of Contents Introduction to GPSBabel ................................................................................................... xx The Problem: Too many incompatible GPS file formats ................................................... xx The Solution ............................................................................................................ xx 1. Getting or Building GPSBabel .......................................................................................... 1 Downloading - the easy way. ....................................................................................... 1 Building from source. .................................................................................................. 1 2. Usage ........................................................................................................................... 3 Invocation ................................................................................................................. 3 Suboptions ................................................................................................................ 4 Advanced Usage ........................................................................................................ 4 Route and Track Modes .............................................................................................. 5 Working with predefined options .................................................................................. 6 Realtime tracking ......................................................................................................
    [Show full text]
  • GPLIGC & OGIE Version 1.9 Manual
    GPLIGC & OGIE Version 1.9 Manual Hannes Kruger¨ December 16, 2010 1 47.0789◦N 11.3060◦E CONTENTS 3 Contents 1 Introduction 5 1.1 GPLIGC..............................................5 1.2 OGIE...............................................6 1.3 Contact, Bug reports, feature requests.............................6 2 Requirements 6 3 Installation 7 3.1 General Linux and Unix installation procedure........................7 3.1.1 Compiling OGIE.....................................8 3.2 OpenBSD.............................................8 3.3 Gentoo Linux...........................................8 3.4 Mac OS X.............................................9 3.4.1 General..........................................9 3.4.2 Matthew's howto, using fink...............................9 3.4.3 Michael Schlotter's howto................................ 10 3.5 Windows NT/2000/2003/XP/Vista/2008/Win7........................ 10 3.6 Update installation........................................ 11 3.7 Additional Perl modules..................................... 11 3.7.1 Image::ExifTool...................................... 11 3.8 Digital Elevation Model..................................... 12 3.8.1 GTOPO30, SRTM30................................... 12 3.8.2 ETOPO2 (and merging it into the GTOPO30).................... 13 3.8.3 GLOBE.......................................... 13 3.8.4 SRTM30 Plus (TOPO30)................................ 13 3.8.5 SRTM-1 and SRTM-3.................................. 13 3.8.6 SRTM-1 and SRTM-3 finished from seamless server................
    [Show full text]
  • Google Earth User Guide
    Google Earth User Guide ● Table of Contents Introduction ● Introduction This user guide describes Google Earth Version 4 and later. ❍ Getting to Know Google Welcome to Google Earth! Once you download and install Google Earth, your Earth computer becomes a window to anywhere on the planet, allowing you to view high- ❍ Five Cool, Easy Things resolution aerial and satellite imagery, elevation terrain, road and street labels, You Can Do in Google business listings, and more. See Five Cool, Easy Things You Can Do in Google Earth Earth. ❍ New Features in Version 4.0 ❍ Installing Google Earth Use the following topics to For other topics in this documentation, ❍ System Requirements learn Google Earth basics - see the table of contents (left) or check ❍ Changing Languages navigating the globe, out these important topics: ❍ Additional Support searching, printing, and more: ● Making movies with Google ❍ Selecting a Server Earth ❍ Deactivating Google ● Getting to know Earth Plus, Pro or EC ● Using layers Google Earth ❍ Navigating in Google ● Using places Earth ● New features in Version 4.0 ● Managing search results ■ Using a Mouse ● Navigating in Google ● Measuring distances and areas ■ Using the Earth Navigation Controls ● Drawing paths and polygons ● ■ Finding places and Tilting and Viewing ● Using image overlays Hilly Terrain directions ● Using GPS devices with Google ■ Resetting the ● Marking places on Earth Default View the earth ■ Setting the Start ● Location Showing or hiding points of interest ● Finding Places and ● Directions Tilting and
    [Show full text]
  • Remotely Execute GRASS GIS Scripts on Your Server
    g.remote Remotely execute GRASS GIS scripts on your server Vaclav Petras Center for Geospatial Analytics OSGeo Research and Education Laboratory North Carolina State University May 7, 2015 cba GRASS GIS: g.remote NCSU Center for Geospatial Analytics 1 / 12 Server for everybody there are servers, HPC clusters, clouds lying around once somebody set it up, it’s easy to get to it if you know what ssh -X means and you also want to work locally in the same environment GRASS GIS: g.remote NCSU Center for Geospatial Analytics 2 / 12 Tangible Landscape currently locked to MS Windows desktop needs powerful processing backend for larger simulations pure in-cloud or client-server with WPS would be overkill GRASS GIS: g.remote NCSU Center for Geospatial Analytics 3 / 12 g.remote developed for hybrid desktop-server workflow tests of processing or part of processing locally store and process the big data on a server synchronous processing easily to integrate into scripts GRASS GIS: g.remote NCSU Center for Geospatial Analytics 4 / 12 Usage Basic call in command line g.remote user=john server=example.com \ grassdata=/grassdata \ location=nc_spm mapset=practice1 \ grass_script=/path/to/script.py data are stored on the server Python script is local and transferred to the server GRASS GIS: g.remote NCSU Center for Geospatial Analytics 5 / 12 Usage Addition of inputs and outputs g.remote ... \ raster=elevation \ output_raster=waterflow data are transfered to and from the server GRASS GIS: g.remote NCSU Center for Geospatial Analytics 6 / 12 Usage GRASS GIS: g.remote NCSU Center for Geospatial Analytics 7 / 12 Architecture Three layers connection to server (class) Paramiko ssh + scp (OpenSSH Client) can accommodate web-based applications or local programs GRASS session (class) runs GRASS modules, scripts and Python code inside GRASS session using the connection transports GRASS data (maps, region, .
    [Show full text]
  • Assessmentof Open Source GIS Software for Water Resources
    Assessment of Open Source GIS Software for Water Resources Management in Developing Countries Daoyi Chen, Department of Engineering, University of Liverpool César Carmona-Moreno, EU Joint Research Centre Andrea Leone, Department of Engineering, University of Liverpool Shahriar Shams, Department of Engineering, University of Liverpool EUR 23705 EN - 2008 The mission of the Institute for Environment and Sustainability is to provide scientific-technical support to the European Union’s Policies for the protection and sustainable development of the European and global environment. European Commission Joint Research Centre Institute for Environment and Sustainability Contact information Cesar Carmona-Moreno Address: via fermi, T440, I-21027 ISPRA (VA) ITALY E-mail: [email protected] Tel.: +39 0332 78 9654 Fax: +39 0332 78 9073 http://ies.jrc.ec.europa.eu/ http://www.jrc.ec.europa.eu/ Legal Notice Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use which might be made of this publication. Europe Direct is a service to help you find answers to your questions about the European Union Freephone number (*): 00 800 6 7 8 9 10 11 (*) Certain mobile telephone operators do not allow access to 00 800 numbers or these calls may be billed. A great deal of additional information on the European Union is available on the Internet. It can be accessed through the Europa server http://europa.eu/ JRC [49291] EUR 23705 EN ISBN 978-92-79-11229-4 ISSN 1018-5593 DOI 10.2788/71249 Luxembourg: Office for Official Publications of the European Communities © European Communities, 2008 Reproduction is authorised provided the source is acknowledged Printed in Italy Table of Content Introduction............................................................................................................................4 1.
    [Show full text]
  • Uploading of Points of Interest in GPX Formats 1
    Uploading of Points of Interest in GPX formats 1. GPX GPX or GPS eXchange Format is an XML schema for transferring GPS data between applications and Internet Web services. They can be used to describe Waypoints, tracks, or routes. The main advantages of GPX are the following: . Allows exchange between more programs for Windows, MacOs, Linux, Palm and PocketPc. It can be converted into any format using a Web page or application. It is based on the XML standard, so many programs that are used could normally read GPX files. It allows the development of new features to use data from GPS receivers. There is no specific program for GPX transfer, but there are several programs that can be used: . Garmin BaseCamp (https://www.garmin.com/es-ES/software/basecamp/), . GPS TrackMaker (https://www.gpsu.co.uk/index.html/), . GPSUtility (http://www.gpsu.co.uk/download.html), . GPSBabel (http://www.gpsbabel.org/), . GARtrip (http://www.gartrip.de/), . GPSMapEdit (www.geopainting.com/en/), . EasyGPS (http://www.easygps.com/). In this case, we will describe the steps for transferring GPX files using Garmin BaseCamp and GPS TrackMaker. 2. Garmin BaseCamp Software Garmin BaseCamp is free software that, among other features, allows planning and managing trips, organising user data and transferring information between the user's computer and compatible devices. The devices that are compatible with Garmin BaseCamp are the Garmin devices. However, Garmin BaseCamp is not compatible with the following Garmin devices: eTrex and eTrex H. eTrex Vista, Legend, Venture, Mariner, Summit and Camo. Foretrex 101 and 201. Geko 201 and 301.
    [Show full text]
  • Graphicconverter 6.6
    User’s Manual GraphicConverter 6.6 Programmed by Thorsten Lemke Manual by Hagen Henke Sales: Lemke Software GmbH PF 6034 D-31215 Peine Tel: +49-5171-72200 Fax:+49-5171-72201 E-mail: [email protected] In the PDF version of this manual, you can click the page numbers in the contents and index to jump to that particular page. © 2001-2009 Elbsand Publishers, Hagen Henke. All rights reserved. www.elbsand.de Sales: Lemke Software GmbH, PF 6034, D-31215 Peine www.lemkesoft.com This book including all parts is protected by copyright. It may not be reproduced in any form outside of copyright laws without permission from the author. This applies in parti- cular to photocopying, translation, copying onto microfilm and storage and processing on electronic systems. All due care was taken during the compilation of this book. However, errors cannot be completely ruled out. The author and distributors therefore accept no responsibility for any program or documentation errors or their consequences. This manual was written on a Mac using Adobe FrameMaker 6. Almost all software, hardware and other products or company names mentioned in this manual are registered trademarks and should be respected as such. The following list is not necessarily complete. Apple, the Apple logo, and Macintosh are trademarks of Apple Computer, Inc., registered in the United States and other countries. Mac and the Mac OS logo are trademarks of Apple Computer, Inc. Photo CD mark licensed from Kodak. Mercutio MDEF copyright Ramon M. Felciano 1992- 1998 Copyright for all pictures in manual and on cover: Hagen Henke except for page 95 exa- mple picture Tayfun Bayram and others from www.photocase.de; page 404 PCD example picture © AMUG Arizona Mac Users Group Inc.
    [Show full text]
  • GRASS GIS 6.3 Command List
    d.erase Erase the contents of the active display frame with user defined color d.extend Set window region so that all currently displayed raster, vector and sites maps can be shown in a monitor. d.extract Select and extract vectors with mouse into new vector map d.font.freetype Selects the font in which text will be displayed on the user’s graphics monitor. d.font Selects the font in which text will be displayed on the user’s graphics monitor. d.frame Manages display frames on the user’s graphics monitor. GRASS GIS 6.3 Command list d.geodesic Displays a geodesic line, tracing the shortest distance between two geographic points 20 Novermber 2006 along a great circle, in a longitude/latitude data set. d.graph Program for generating and displaying simple graphics on the display monitor. d.grid Overlays a user-specified grid in the active display frame on the graphics monitor. Command types: d.his Displays the result obtained by combining hue, intensity, and saturation (his) values from user-specified input raster map layers. d.* display commands d.histogram Displays a histogram in the form of a pie or bar chart for a user-specified raster file. db.* database commands d.info Display information about the active display monitor g.* general commands d.labels Displays text labels (created with v.label) to the active frame on the graphics monitor. i.* imagery commands d.legend Displays a legend for a raster map in the active frame of the graphics monitor. m.* miscellanous commands d.linegraph Generates and displays simple line graphs in the active graphics monitor display ps.* postscript commands frame.
    [Show full text]
  • Qgis-1.0.0-User-Guide-En.Pdf
    Quantum GIS User, Installation and Coding Guide Version 1.0.0 ’Kore’ Preamble This document is the original user, installation and coding guide of the described software Quantum GIS. The software and hardware described in this document are in most cases registered trademarks and are therefore subject to the legal requirements. Quantum GIS is subject to the GNU General Public License. Find more information on the Quantum GIS Homepage http://qgis.osgeo.org. The details, data, results etc. in this document have been written and verified to the best of knowledge and responsibility of the authors and editors. Nevertheless, mistakes concerning the content are possible. Therefore, all data are not liable to any duties or guarantees. The authors, editors and publishers do not take any responsibility or liability for failures and their consequences. Your are always welcome to indicate possible mistakes. This document has been typeset with LATEX. It is available as LATEX source code via subversion and online as PDF document via http://qgis.osgeo.org/documentation/manuals.html. Translated versions of this document can be downloaded via the documentation area of the QGIS project as well. For more information about contributing to this document and about translating it, please visit: http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner Links in this Document This document contains internal and external links. Clicking on an internal link moves within the document, while clicking on an external link opens an internet address. In PDF form, internal links are shown in blue, while external links are shown in red and are handled by the system browser.
    [Show full text]
  • From GDAL to SAGA: Tips & Tricks from the World of Open Source
    From GDAL to SAGA: Tips & Tricks from the World of Open Source Trevor Hobbs Resource Information Manager Huron-Manistee National Forests From GDAL to SAGA: Tips & Tricks from the World of Open Source Trevor Hobbs Resource Information Manager Director of Location Intelligence Huron-Manistee National Forests Purpose of this Presentation • Provide a brief introduction to a variety of open source GIS software • Serve as a reference to links and documentation • DEMO– LiDAR data processing using Open Source GIS • Relate open source GIS workflows to ESRI workflows • Promote greater awareness of open source GIS at IMAGIN Application Soft Launch – Michigan Forest Viewer, LiDAR Derivative Products served as WMTS layers through Amazon Web Services What is “Open Source” GIS? From the Open Source Geospatial Foundation… Technical • Open Source: a collaborative approach to Geospatial software development Documentation Release • Open Data: freely available information to use as you wish Collaborative Sustainable • Open Standards: avoid lock-in with interoperable Open Source Participatory software Social Open Developers Fair • Open Education: Removing the barriers to Community Guide learning and teaching Open Source Geospatial Foundation https://www.osgeo.org/ My Journey to Open Source… • Think geo-centric solutions, not software-centric solutions • International community of geospatial professionals from all backgrounds • Transparency builds trust Where do I get the Software? OSGeo Installation… • Link to download… https://qgis.org/en/site/forusers/download.html
    [Show full text]
  • Unedited Version
    Table of contents Preface Chapter: I. Introduction A. Foreword and rationale for handbook B. Scope, purpose & outline of the handbook C. Chapter-by-chapter summaries II. Managerial Considerations: For NSO Heads and Other Decision-Makers A. Introduction B. The role of maps in the census C. From maps to geographic databases: the mapping revolution continues D. Increasing demand for disaggregated statistical data E. Investing in geospatial technology: costs and benefits F. Critical success factors for geospatial implementation in the NSO G. Planning the census process using geospatial tools H. Needs assessment and determination of geographic options 1. User needs assessment 2. Determination of products 3. Geographic data options 4. Human resources and capacity building I. Institutional cooperation: NSDIs: Ensuring compatibility with other government departments J. Standards K. Collaboration L. Summary and conclusions Textboxes: 1. four country case studies 2. technical and cost hurdles 3. data sharing agreements and collaborations 4. international agency participation and coordination III. Constructing an EA-Level Database for the Census A. Introduction B. Definition of the national census geography 1. Administrative hierarchy 2. Relationship between administrative and other statistical reporting or management units 3. Criteria and process for ground delineation of enumeration areas (EAs) 4. Delineation of supervisory (crew leader) areas 5. Geographic coding (“geocoding”) of EAs 6. Components of a census database 7. Consistency of EA design
    [Show full text]
  • Mapaction Field Guide to Humanitarian Mapping
    Field Guide to Humanitarian Mapping Second Edition, 2011 This field guide was produced by MapAction to help humanitarian organisations to make use of mapping methods using Geographic Information Systems (GIS) and related technologies. About MapAction MapAction has, since 2003, become the most experienced international NGO in using GIS and related matters in the field in sudden-onset natural disasters as well as complex emergencies. When disaster strikes a region, a MapAction team arrives quickly at the scene and creates a stream of unique maps that depict the situation as the crisis unfolds. Aid agencies rely on these maps to coordinate the relief effort. MapAction regularly gives training and guidance to staff of aid organisations at national, regional and global levels in using geospatial methods. This second edition of the Field Guide expands the content of the highly successful first edition published in 2009. For further details on MapAction, emergency maps or to make a donation please visit - www.mapaction.org, or email - [email protected]. Lime Farm Office Little Missenden Bucks HP7 0RQ UK Copyright © 2011 MapAction. Any part of this field guide may be cited, copied, adapted, translated and further distributed for non-commercial purposes without prior permission from MapAction, provided the original source is clearly stated. Field Guide to Humanitarian Mapping MapAction Second Edition, July 2011 Field Guide to Humanitarian Mapping Preface: How to use this field guide There are now many possible ways to create maps for humanitarian work, with an ever-growing range of hardware and software tools available. This can be a problem for humanitarian field workers who want to collect and share mappable data and make simple maps themselves during an emergency.
    [Show full text]