POLITECNICO DI TORINO Repository ISTITUZIONALE

Total Page:16

File Type:pdf, Size:1020Kb

POLITECNICO DI TORINO Repository ISTITUZIONALE POLITECNICO DI TORINO Repository ISTITUZIONALE The Analysis of Open Source Software and Data for Establishment of GIS Services Throughout the Network in a Mapping Organization at National or International Level Original The Analysis of Open Source Software and Data for Establishment of GIS Services Throughout the Network in a Mapping Organization at National or International Level / JAFARI SALIM, Mehrdad. - (2014). Availability: This version is available at: 11583/2540693 since: Publisher: Politecnico di Torino Published DOI:10.6092/polito/porto/2540693 Terms of use: Altro tipo di accesso This article is made available under terms and conditions as specified in the corresponding bibliographic description in the repository Publisher copyright (Article begins on next page) 04 August 2020 POLITECNICO DI TORINO Doctorate school PhD in Environment and Territory - Environmental Protection and Management XXV cycle Final Dissertation The analysis of open source software and Data for establishment of GIS services throughout the network in a mapping organization at National or International level MEHRDAD JAFARI SALIM Tutor: Prof. Piero Boccardo FEB 2014 TABLE OF CONTENTS TABLE OF CONTENTS ............................................................................................................................ I INTRODUCTION................................................................................................................................... 1 1. Spatial Data Infrastructure Components and Considerations ....................................................... 3 1.1 Introduction ........................................................................................................................ 3 1.2 Driving Factors toward implementation of SDI ..................................................................... 3 1.2.1 Need to Be More Responsive to Key Partners and Clients ............................................ 3 1.2.2 Demand for Greater Accountability .............................................................................. 4 1.2.3 Opportunities Provided by New Technologies .............................................................. 4 1.2.4 Electronic Exchange of Data and Information ............................................................... 4 1.3 SDI Benefits ......................................................................................................................... 4 1.4 Components of a Spatial Data Infrastructure ....................................................................... 5 1.5 GIS software needs in SDIs ................................................................................................... 6 1.6 Concluding remarks ............................................................................................................. 7 2. The State Of The Art Available Software & Solution ..................................................................... 9 2.1 Open Geospatial Consortium (OGC) standard ...................................................................... 9 2.2 Open Source Software ....................................................................................................... 13 2.3 GNU GPL (General Public License) ...................................................................................... 13 2.4 The Free Software Definition ............................................................................................. 14 2.5 The list of available GIS software ....................................................................................... 14 2.5.1 Open Source GIS Software ......................................................................................... 16 2.5.2 Software Manufacturers and Projects ........................................................................ 57 2.5.3 Selecting Free and Open Source GIS Software ............................................................ 58 2.6 CONCLUSION ..................................................................................................................... 61 3. GeoNode A Web Application For Data Sharing .......................................................................... 62 3.1 Introduction ...................................................................................................................... 62 3.2 GeoNode Functionalities.................................................................................................... 64 3.2.1 Data Sharing .............................................................................................................. 65 INTRODUCTION 3.2.2 Data Uploading .......................................................................................................... 65 3.2.3 Data downloading ...................................................................................................... 66 3.2.4 Map creating ............................................................................................................. 67 3.2.5 Metadata management ............................................................................................. 67 3.2.6 Data sensitivity .......................................................................................................... 69 3.3 GeoNode and The Mapping Organization .......................................................................... 69 3.4 GeoNode Components ...................................................................................................... 70 3.4.1 GeoNode and PostgreSQL/PostGIS ............................................................................. 71 3.4.2 GeoServer .................................................................................................................. 72 3.4.3 GeoNetwork .............................................................................................................. 72 3.4.4 GeoExplorer ............................................................................................................... 74 3.4.5 OpenLayers ................................................................................................................ 76 3.4.6 Django ....................................................................................................................... 76 3.5 Malawi Disaster And Natural Resources Spatial Data Sharing Platform .............................. 80 3.6 Conclusion ......................................................................................................................... 81 4. Review Of Available Open Source Geospatial Data .................................................................... 82 4.1 Introduction ...................................................................................................................... 82 4.2 INVENTORY OF AVAILABLE GLOBALLY CONSISTENT DATA SOURCES .................................. 82 4.2.1 The VMAP0, VMAP1: ................................................................................................. 85 4.2.2 GADM database of Global Administrative Areas......................................................... 87 4.2.3 The GAUL: .................................................................................................................. 88 4.2.4 The WVS+ .................................................................................................................. 89 4.2.5 The Global Map ......................................................................................................... 90 4.2.6 The Relational World Data Bank II (RWDBII) ............................................................... 90 4.2.7 The GSHHG ................................................................................................................ 91 4.2.8 SRTM Water Body Data (SWBD) ................................................................................. 91 4.2.9 ASTER DEM ................................................................................................................ 91 4.2.10 LandScan ................................................................................................................... 92 4.2.11 CORE DATASETS ......................................................................................................... 94 4.2.12 THEMATIC DATASETS ................................................................................................ 102 4.3 Conclusion ........................................................................................................................ 109 5. Open Source Data Quality Assessment Protocol ....................................................................... 111 II TABLE OF CONTENTS 5.1 DATA QUALITY Definition................................................................................................. 111 5.2 DATA QUALITY assessment protocol ................................................................................ 112 5.3 DATA QUALITY INDICATORS DEFININTION ....................................................................... 113 5.3.1 Geographic Extent.................................................................................................... 113 5.3.2 Licensing and Constraints ......................................................................................... 113 5.3.3 Scale Denominator ................................................................................................... 113 5.3.4 Update ....................................................................................................................
Recommended publications
  • Automatic Generation of a 3D City Model
    UNIVERSITY OF CASTILLA-LA MANCHA ESCUELA SUPERIOR DE INFORMÁTICA COMPUTER ENGINEERING DEGREE DEGREE FINAL PROJECT Automatic generation of a 3D city model David Murcia Pacheco June, 2017 AUTOMATIC GENERATION OF A 3D CITY MODEL Escuela Superior de Informática UNIVERSITY OF CASTILLA-LA MANCHA ESCUELA SUPERIOR DE INFORMÁTICA Information Technology and Systems SPECIFIC TECHNOLOGY OF COMPUTER ENGINEERING DEGREE FINAL PROJECT Automatic generation of a 3D city model Author: David Murcia Pacheco Director: Dr. Félix Jesús Villanueva Molina June, 2017 David Murcia Pacheco Ciudad Real – Spain E-mail: [email protected] Phone No.:+34 625 922 076 c 2017 David Murcia Pacheco Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". i TRIBUNAL: Presidente: Vocal: Secretario: FECHA DE DEFENSA: CALIFICACIÓN: PRESIDENTE VOCAL SECRETARIO Fdo.: Fdo.: Fdo.: ii Abstract HIS document collects all information related to the Degree Final Project (DFP) of Com- T puter Engineering Degree of the student David Murcia Pacheco, tutorized by Dr. Félix Jesús Villanueva Molina. This work has been developed during 2016 and 2017 in the Escuela Superior de Informática (ESI), in Ciudad Real, Spain. It is based in one of the proposed sub- jects by the faculty of this university for this year, called "Generación automática del modelo en 3D de una ciudad".
    [Show full text]
  • Pyqgis Developer Cookbook Release 2.18
    PyQGIS developer cookbook Release 2.18 QGIS Project April 08, 2019 Contents 1 Introduction 1 1.1 Run Python code when QGIS starts.................................1 1.2 Python Console............................................2 1.3 Python Plugins............................................3 1.4 Python Applications.........................................3 2 Loading Projects 7 3 Loading Layers 9 3.1 Vector Layers.............................................9 3.2 Raster Layers............................................. 11 3.3 Map Layer Registry......................................... 11 4 Using Raster Layers 13 4.1 Layer Details............................................. 13 4.2 Renderer............................................... 13 4.3 Refreshing Layers.......................................... 15 4.4 Query Values............................................. 15 5 Using Vector Layers 17 5.1 Retrieving information about attributes............................... 17 5.2 Selecting features........................................... 18 5.3 Iterating over Vector Layer...................................... 18 5.4 Modifying Vector Layers....................................... 20 5.5 Modifying Vector Layers with an Editing Buffer.......................... 22 5.6 Using Spatial Index......................................... 23 5.7 Writing Vector Layers........................................ 23 5.8 Memory Provider........................................... 24 5.9 Appearance (Symbology) of Vector Layers............................. 26 5.10 Further
    [Show full text]
  • Development of an Extension of Geoserver for Handling 3D Spatial Data Hyung-Gyu Ryoo Pusan National University
    Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings Volume 17 Boston, USA Article 6 2017 Development of an extension of GeoServer for handling 3D spatial data Hyung-Gyu Ryoo Pusan National University Soojin Kim Pusan National University Joon-Seok Kim Pusan National University Ki-Joune Li Pusan National University Follow this and additional works at: https://scholarworks.umass.edu/foss4g Part of the Databases and Information Systems Commons Recommended Citation Ryoo, Hyung-Gyu; Kim, Soojin; Kim, Joon-Seok; and Li, Ki-Joune (2017) "Development of an extension of GeoServer for handling 3D spatial data," Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings: Vol. 17 , Article 6. DOI: https://doi.org/10.7275/R5ZK5DV5 Available at: https://scholarworks.umass.edu/foss4g/vol17/iss1/6 This Paper is brought to you for free and open access by ScholarWorks@UMass Amherst. It has been accepted for inclusion in Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings by an authorized editor of ScholarWorks@UMass Amherst. For more information, please contact [email protected]. Development of an extension of GeoServer for handling 3D spatial data Optional Cover Page Acknowledgements This research was supported by a grant (14NSIP-B080144-01) from National Land Space Information Research Program funded by Ministry of Land, Infrastructure and Transport of Korean government and BK21PLUS, Creative Human Resource Development Program for IT Convergence. This paper is available in Free and Open Source Software for Geospatial (FOSS4G) Conference Proceedings: https://scholarworks.umass.edu/foss4g/vol17/iss1/6 Development of an extension of GeoServer for handling 3D spatial data Hyung-Gyu Ryooa,∗, Soojin Kima, Joon-Seok Kima, Ki-Joune Lia aDepartment of Computer Science and Engineering, Pusan National University Abstract: Recently, several open source software tools such as CesiumJS and iTowns have been developed for dealing with 3-dimensional spatial data.
    [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]
  • Perfeccionamiento De Un Nuevo Simulador Interactivo, Bajo Software
    Perfeccionamiento de un nuevo simulador interactivo, bajo software libre gnu/linux, como desarrollo de una nueva herramienta en la enseñanza y aprendizaje de la física Harley J. Orjuela Ballesteros1, Alejandro Hurtado Márquez1 1Grupo de Investigación Física e Informática Fisinfor, Facultad de Ciencias y Educación, Universidad Distrital Francisco José de Caldas,, Carrera 3 No.26 A - 40, Bogotá, Colombia. E-mail: [email protected], [email protected] (Recibido el 22 de Diciembre de 2009; aceptado el 23 de Enero de 2010) Resumen Con el fin de proponer nuevos mecanismos e instrumentos en la enseñanza de la física este documento pretende divulgar el simulador físico Interactivo STEP, creado bajo ambiente GNU/Linux (código abierto), por el grupo The KDE Education Project (Kde-Edu) y modificado e implementado (bajo la autorización y cooperación de Kde-Edu) por el grupo de investigación colombiano Fisinfor, pues con el fin de lograr comprender y explicar las ciencias físicas se requiere el manejo adecuado de diferentes aspectos como lo son: el lenguaje verbal y matemático, los implementos de laboratorio, aplicación, manejo y desarrollo de nuevas herramientas didácticas como aplicativos, "fislet" (physlet) y software educativo. Palabras clave: Física General, Enseñanza, Software. Abstract With the purpose of proposing new mechanisms and instruments in the teaching of the physics this document it seeks to disclose the Interactive physical pretender STEP, created ambient first floor GNU/Linux (open code), for the group The KDE Education Project (Kde-Edu) and modified and implemented (under the authorization and cooperation of Kde-Edu) for the group of investigate-ción Colombian Fisinfor, because with the purpose of being able to understand and to explain the physical sciences the appropriate handling of different aspects it is required like they are it: the verbal and mathematical language, the laboratory implements, application, handling and development of new didactic tools as application, "fislet" (physlet) and educational software.
    [Show full text]
  • The Use of GIS and Remote Sensing for Environment Statistics Contents
    UNITED NATIONS STATISTICS DIVISION (UNSD) Workshop on Environment Statistics in support of the implementation of the Framework for the Development of Environment Statistics, Arusha, Tanzania, 6-10 July 2015 The use of GIS and remote sensing for environment statistics Contents • Temporal and spatial considerations • GIS data • Geospatial information • Data collections • Remote sensing • GIS Tools • Demos Temporal and spatial considerations • From FDES 2013 – Environment statistics require the simultaneous consideration of a number of temporal and spatial issues. – Important to align the temporal aggregations of environmental data with those used in economic and social statistics to ensure their proper integration, often a uniform calendar or fiscal year do not fit the diversity of natural phenomena; – therefore the use of different time scales, longer or shorter time periods is also necessary for the aggregation of environmental data over time. Spatial and Temporal • Spatial - Anything/event that occur in space has a spatial dimension – e.g environmental phenomena like air pollution, biodiversity conservation… • Temporal – anything/event relating to or limited by time, e.g disasters in 2014, hourly PM10 concentration at a specific site… Temporal and spatial considerations • For example, in fluid environmental phenomena, the temporal dimension is needed since there can be ebbs and flows, droughts and floods, snow and runoffs which all influence measurements. • Sometimes daily variations and at other times seasonal variations depending on what is being measured. Seasonal variations can be seen in the fluctuations in certain types of fish biomass, surface water levels, ice cap surface or the incidence of fires – monitoring focused more during some months • Temporal statistics often point out the maximum, the minimum and/or other ways of describing the relevant phenomenon and its levels below or above certain benchmarks, and are not restricted to a sum or an average over a longer period.
    [Show full text]
  • Anexaminationofthebenefitsofus
    An Examination 1 Running head: AN EXAMINATION OF THE BENEFITS OF USING OPEN SOURCE An Examination of the Benefits of Using Open Source Software in Schools Charles E. Craig, Jr. Tennessee Tech University July 21, 2011 An Examination 2 Abstract This research is an examination of ways that open source software can bring educational value and significant cost savings to K-12 schools. Existing case studies and other research are examined. Particular attention is given to K-12 schools which have implemented the free and open source Linux operating system to replace Microsoft Windows on older computers, as well as schools which have replaced Microsoft Office with OpenOffice. An Examination 3 Table of Contents Abstract …………………………………………………………………………………………2 List of Tables/Figures ………………………………………………………………………….. 4 Chapter I. Introduction …………………………………………………………………………..5 Chapter II. Methodology ………………………………………………………………………...8 Chapter III. A Comparison and Contrast of Proprietary Software and Open Source Software …9 Chapter IV. Educational Benefits of Open Source Software …………………………………..12 Chapter V. Cost Benefits of Open Source Software ……………………………………….…..29 Chapter VI. Summary, Conclusions, Recommendations …………...………………………….33 References ……………………………………………………………………………………...38 An Examination 4 List of Tables/Figures TABLES: Table 1. A Comparison of RAM and CPU Usage in Various Linux Desktop Environments and Window Managers …………………………………………………………………...….14 FIGURES: Figure 1. The Ubuntu Linux desktop……………………………………………………………13 Figure 2. A screenshot of the LibreOffice Writer word processor running in Linux……………17 Figure 3. A screenshot of the Kalzium periodic table software ..……………………………….18 Figure 4. Kanagram ……………………………………………………………………………..19 Figure 5. KGeography ………………………………………………………………………..…20 Figure 6. The KStars desktop planetarium ………………………………………………..…….21 Figure 7. The TuxMath interactive educational game …………………………………………..22 Figure 8. TuxPaint ……………………………………………………………………………....23 Figure 9. Peppermint OS Two running on an eight year old Dell desktop ……………………..35 Figure 10.
    [Show full text]
  • Oracle Spatial 11G Release 2 New Features Deep Dive Siva Ravada Director of Development, Oracle Spatial
    Title of Presentation Oracle Spatial 11g Release 2 New Features Deep Dive Siva Ravada Director of Development, Oracle Spatial Michael Smith US Army Corps of Engineers Agenda • Introduction to Oracle Spatial <Insert Picture Here> • Spatial Engine • SQL Developer • GeoRaster • Network Data Model • Moving Objects • 3D Support Oracle Spatial Features – Oracle Locator: Feature of Oracle Database XE, SE, EE – Oracle Spatial: Priced option to HTTP Oracle Database EE Fusion Middleware – MapViewer*: Java application and map rendering feature of Fusion MapViewer Middleware – Bundled Map Content: Major roads, JDBC administrative boundaries (city, county, state, country) - worldwide Oracle Database coverage from Navteq Oracle Locator Oracle Spatial Bundled Map Content Supports all Geospatial Data types Polygons (admin, sales territories, Locations high risk zones) Networks (points of interest) (roads, utilities) Data Imagery 3D data type (satellite imagery) Topology (city models) (data provider) LIDAR Data Type TIN Data Type Open Platform for Leading Applications and Tools MapInfo Leica ADE Bentley Manifold Oracle Spatial 11g Enabled Applications Scrollable, Interactive Maps Spatial Web Services 3D, Point Clouds, and LIDAR Geocoding & Routing Oracle BI Dashboards Raster Imagery Spatial Engine Spatial on Exadata • We achieve performance improvements based on the exploitation of the processing power, bandwidth, and parallelism of the Exadata machine • Parallel query and partitioning help improve Spatial performance • All the row level functions are also parallel enabled to take advantage of parallel query • Speedups of up to 40 times (compared to a 1-core CPU box) for the typical SDO_ANYINTERACT spatial query • Spatial predicates are not currently pushed into the Exadata storage nodes 9 Spatial Index Parallel Creation on Exadata • Build a Local Spatial Index on Partitioned Table: each slave can build a different index partition in parallel.
    [Show full text]
  • Establishing Your School's First Computer System
    COMPUTER SYSTEM SUSTAINABILITY TOOLKIT UNIT 3: Establishing Your School’s First Computer System: Planning for Success 3 UNIT 3: ESTABLISHING YOUR SCHOOL’S FIRST COMPUTER SYSTEM: PLANNING FOR SUCCESS Page 3 This unit will help the leadership and staff at schools that do not yet have a computer system or lab make decisions about establishing a new computer system at their school. This unit may also be useful for SPTs at schools that already have computers and are thinking about buying more computer equipment or establishing additional computer labs. If your school already has a computer system and you are not considering expanding it at this time, you may wish to skip Unit 3 and jump to Unit 4. Why do we want to establish a computer effectively, you may want to stop the small system or lab at our school? group discussions and have each group This is an important question for the SPT briefly present the main points and answers to discuss and answer. At first, the answer to the questions its members have discussed. to this question may appear to be simple. Members of the SPT may answer, “Yes, we The questions that follow should help you should establish a computer system at our determine if your school should establish a school.” However, before you jump to this computer system or lab. Before starting the conclusion, it is important for you and the discussion, it would be helpful to present SPT to consider, discuss, and answer a few this list of questions to the SPT and ask if other related questions.
    [Show full text]
  • JULIO GABRIEL CHILELA +1 (832) 212-4501 ~ [email protected]
    JULIO GABRIEL CHILELA +1 (832) 212-4501 ~ [email protected] EDUCATION: UNIVERSITY OF HOUSTON, College of Technology United States Of America, TX Internship: WEB Geographic Information Systems (WebGIS) for Smart Campus and Facility Management. Development of a cross-platform application to integrate smart door, smart HVAC and Volunteer Geographic Information. September 2015 – September 2016 UNIVERSITY OF COIMBRA Portugal, Coimbra Master of Geographic Information Technology October 2014 – June 2016 INSTITUTO SUPERIOR DE CIENCIAS DA EDUCACAO, ISCED Angola, Lubango Bachelors Degree in Computer Science for Education March 2008 – November 2012 LANGUAGES (Scale 0-5): Portuguese: spoken and written(5), English: spoken and written(3.5), French: spoken and written(2). EXPERIENCE: UNIVERSITIY MANDUME YA NDEMUFAIO, Department of Informatics and Computer Engeneering Angola, Lubango Teacher July 2013 § Subjects: Computation Technology, Introduction to Computer and Software Development, Introduction to Software Development and Problem Solving. HIGH-SCHOOL POLYTECHNICAL INSTITUTE OF NAMIBE, Department of Computer Science Angola, Namibe Teacher 2011 - 2014 § Subject: Technical of Software Development TECHNICAL PROFICIENCY: § Technical Certificate at Microsoft Certified Partner CompuClass, Sao Paulo, Brazil May, 2013 o Windows Server o SQL Server Level I (User) o SQL Server Level II (Admin) o PHP+MYSQL+JavaScript+CSS+HTML § Co-author of the School Software Management named as OSIKOLA. On behalf of the Angolan Television, Semba Communications held a report on its functions and advantages: Youtube: https://www.youtube.com/watch?v=d2fnhE6nB-Q § Last websites developed: o www.gestaodeigrejas.info (Created with Django Framework) o www.siblubango.com (Created with ASP.NET) § Amazon Web Services: o EC2, Route53. § Technical Knowledge: o Computer Networks; Computer maintenance and Repair; Software development, website development.
    [Show full text]
  • The State of Open Source GIS
    The State of Open Source GIS Prepared By: Paul Ramsey, Director Refractions Research Inc. Suite 300 – 1207 Douglas Street Victoria, BC, V8W-2E7 [email protected] Phone: (250) 383-3022 Fax: (250) 383-2140 Last Revised: September 15, 2007 TABLE OF CONTENTS 1 SUMMARY ...................................................................................................4 1.1 OPEN SOURCE ........................................................................................... 4 1.2 OPEN SOURCE GIS.................................................................................... 6 2 IMPLEMENTATION LANGUAGES ........................................................7 2.1 SURVEY OF ‘C’ PROJECTS ......................................................................... 8 2.1.1 Shared Libraries ............................................................................... 9 2.1.1.1 GDAL/OGR ...................................................................................9 2.1.1.2 Proj4 .............................................................................................11 2.1.1.3 GEOS ...........................................................................................13 2.1.1.4 Mapnik .........................................................................................14 2.1.1.5 FDO..............................................................................................15 2.1.2 Applications .................................................................................... 16 2.1.2.1 MapGuide Open Source...............................................................16
    [Show full text]
  • Technical Paper on Spatial Data Infrastructure Standards
    Integrated Spatial Planning Toolkit Module X: Technical Paper on Spatial Data Infrastructure Standards Draft October 28 2009 - for circulation and comment Prepared by: Dr Melissa Burgess Integrated Spatial Planning and Communications Specialist United Nations Development Programme Regional Center Bangkok Email: [email protected] Background: The United Nations Development Program - Regional Centre in Bangkok (UNDP-RCB) is managing a project funded by the Government of Japan titled “Better Informed Environmental Decision Making through Integrated Spatial Planning”, which is under implementation in the Asia-Pacific Region. A Toolkit designed to assist governments develop their capacity for Integrated Spatial Planning is being developed as part of this project. This document comprises the first draft of Module X of this Integrated Spatial Planning Toolkit, on Spatial Data Infrastructure Standards. Integrated Spatial Planning Toolkit Module X: Spatial Data Infrastructure Standards Page 1 Technical Paper on Spatial Data Introduction Spatial Data Infrastructure standards Spatial Data Infrastructure (SDI) comprise of those policies, organisational remits, data, technologies, standards, delivery mechanisms, and financial and human resources necessary to ensure that users of spatial data are supported in meeting their objectives by improving capacity for geographic information exchanges, harmonization and integration. SDI Standards describe objects, features and items that are collected, automated or affected by the activities or the functions of organisations. The development, publication and acceptance of data standards are important goals of an integrated information management solution. Such standards are essential for all users and producers of data and information. They are particularly important in any co-management, co-maintenance or partnership arrangements where data and information need to be shared or aggregated.
    [Show full text]