Proof of Concept and State of the Art in FOSS Geospatial Technology

Total Page:16

File Type:pdf, Size:1020Kb

Proof of Concept and State of the Art in FOSS Geospatial Technology Field Information Geospatial-database System (FIGS) for the United Nations Office for Coordination of Humanitarian Affairs (OCHA) Proof of concept and state of the art in FOSS Geospatial Technology Report by Sean Ahearn, Ph.D., Hunter College - CUNY David Almeida, Hunter College CUNY Software Engineer, TTSI Mark Gahegan, Ph.D. Pennsylvania State University To Mr. Suha Ulgen Technical Coordinator Field Information Support Project Office for the Coordination of Humanitarian Affairs One UN Plaza DC1-1368 New York, NY 10017 March 2006 FIGS Working Group Document: Proof of Concept and state of the art in FOSS 1 Geospatial Technology 3/15/2006 Table of Contents Page number Executive Summary 5 1.0 Introduction 7 2.0 Purpose of broader project 9 2.1 Phase 1: Proof of Concept and state of the art in FOSS Geospatial Technology 9 2.2 FIGS Development 9 2.3 Phase 3: FIGS Field Implementation 11 3.0 Background 11 4.0 Phase I: Proof of Concept and state of the 12 art in FOSS Geospatial Technology 4.1.1 Initial overview of the use of geospatial 12 technology for disaster relief management. 4.1.2 Introduction: Humanitarian Information Centers (HIC) 13 4.1.3 Tsunami (South-east Asia) 16 4.1.4 Earthquake (Pakistan-India) 17 4.2 Within the context of these emergencies, conduct a 20 preliminary data needs assessment and establish functionality requirements for geospatial query, analysis and cartographic output. 4.2.1 Current software systems used 21 4.2.2 Required functionality of Geospatial environment 21 4.2.3 Critical information needs 22 4.2.4 Operational conditions 24 4.3 Assemble, integrate and test Free Open Source Software 24 (FOSS) systems for storage, maintenance, access and analysis of geospatial information. 4.3.1 State of Geospatial FOSS (core substrates for geo-processing) 24 FIGS Working Group Document: Proof of Concept and state of the art in FOSS 2 Geospatial Technology 3/15/2006 4.3.2 Set up test environment 43 4.3.3 Matrix of Interoperability among software components 46 4.3.4 Integrated stack evaluation 49 4.4 Identify and load a preliminary data set of global, 67 regional and local data into FIGS as part of testing. 4.5 Design FIGS for maximum interoperability with other 68 existing disaster management systems 4.5.1 Geo-Network 69 4.5.2 WDWW 69 4.6 Integration with existing or emerging data and software networks 70 4.6.1 GEON 70 4.6.2 GOOGLE 73 5.0 Conclusion and recommendations 75 6.0 References 78 Appendix A 79 Appendix B: Simple Database Load Script (DOS) 95 Appendix C: JUMP Evaluation: 96 FIGS Working Group Document: Proof of Concept and state of the art in FOSS 3 Geospatial Technology 3/15/2006 List of Figures and Tables Page number Figure 1: Lifecycle of a Humanitarian Information Centre: 14 from emergency to Reconstruction Table 1 Imagery and data available at time of deployment 22 Table 2 Relevant imagery and data obtained in the field 23 Figure 2 Portal and Web Services Implementation Overview showing the 29 various OGC web services. Table 3 Matrix of Interoperability 49 Figure 3 Thin Client Access 50 Figure 4: Map Builder thin client and GeoServer web services tier 51 Figure 5: Zoom in showing UN facilities using MapBuilder client 52 Figure 6 GOOGLE Earth Access 53 Figure 7 Google Earth client showing thin client and Geoserver 54 Figure 8 Google Earth client showing IDP camps, HIC hubs, UNJLC roads 55 and administrative boundaries . Figure 9 Thick Client Access 56 Figure 10: UDIG client with data obtained from PostgreSQL via GeoS 57 Figure 11 ArcMap client with data obtained from PostgreSQL via GeoServer 58 Table 4 Matrix of Functionality 67 Figure 6 GEON project architecture summary. 71 FIGS Working Group Document: Proof of Concept and state of the art in FOSS 4 Geospatial Technology 3/15/2006 Field Information Geospatial-database System (FIGS) for the United Nations Office for Coordination of Humanitarian Affairs (OCHA): Proof of concept and state of the art in FOSS Geospatial Technology Executive Summary Geospatial technology is becoming a critical component in disaster planning, response, recovery and mitigation. This report focuses on the state of Free and Open Source Software (FOSS) for geospatial analysis, their level of maturity, completeness and necessary functionality for providing essential support for disaster management. The context for this analysis will be provided by reviewing how geospatial technologies have been used in two recent major disasters, the Tsunami in Southeast Asia and the earthquake in the Kashmir region of Pakistan and India. As a proof of concept into the capabilities of emerging, open-source, open-standards GIS, a test environment was created which integrated several FOSS components in a multi-tier configuration we will call the FIGS stack . It is composed of three layers: the data tier, the web services tier and the client tier. The data tier is composed of PostgreSQL/PostGIS which forms the heart of the GeoSpatial system. It is the most mature open source object/relational solution available for DBMS and is based on the OGC simple feature specification, which is a non-topological data model. The GiST Spatial indices within PostGIS provide for high-performance spatial indexing as was evident in the ease with which the system handled a 1.2 million polygon data set for New York City. GeoServer 1.3.0-PR1 was the implementation base for the web tier of the FIGS stack. It was chosen because it implements both the WFS/WFS-T and WMS functionality. Our testing showed GeoServer to be quite stable. GeoServer also supports FIGS Working Group Document: Proof of Concept and state of the art in FOSS 5 Geospatial Technology 3/15/2006 a cache of on-board styles to be used with its WMS. A number of SLDs (Styled Layer Description documents) were developed to correspond to UN/OCHA symbology and were illustrated in the FIGS video demo (attached). Both thick and thin clients were implemented in the client tier. A Mozilla Firefox Browser was used to drive a GOOGLE Earth application which tapped into the PostgreSQLql/Post GIS data tier via GeoServer WMS and returned KML via the GeoServer in a combined thin/thick implementation. MapBuilder (thin client), an open-source AJAX-like toolkit, was implemented and tested. Several thick clients, uDig 1.06 and 1.1.1, JUMP, ArcGIS and Quantum GIS were also integrated into the FIGs stack as part of the client tier. The client tier was perhaps the least mature component of the FIGs stack and lacked in sophisticated cartographic, analytic and data management capabilities. The exception was the ArcGIS platform, which is not FOSS, but was included because of its ubiquity. The FIGS stack was tested using several data sets: a 1.2 million polygons tax lot file for New York City, a 200,000 polygons building file for Manhattan, VMAP0 data covering the world, VMAP1 data tiles 132 and 131, covering Pakistan, selected Global Discovery data in OCHA s standard directory format, and Pakistan HIC Data provided by OCHA (shapefiles). The FOSS Geospatial Technologies show real promise, with a solid foundation in the data tier with PostgreSQL/PostGIS, a very impressive web services tier founded on the GeoServer 1.3.0-PR1 technology and a number of interesting options for the client tier. The FIGS stack, in its entirety, is not yet at the stage where it can offer a comprehensive environment for HIC applications that was not the intention of this pilot study. However the data tier and web services tier as implemented here could form the basis of a more comprehensive system. The client tiers are actively being developed by many groups also interested in open-source GIS, and the input of OCHA could very well drive this development effort. FIGS Working Group Document: Proof of Concept and state of the art in FOSS 6 Geospatial Technology 3/15/2006 1.0 Introduction Document s Focus The discussion and analysis that follows will be centered on the integration of a Free and Open Source Software (FOSS) software stack for geo-spatial technology (excluding remote sensing) that can be used for disaster management. Its level of maturity, completeness and necessary functionality for providing essential support for disaster management will be examined in a pilot study that integrates a multi-tier stack of FOSS geospatial technologies. Technology, however, cannot be analyzed without regard for the structure and needs of the operational environment in which it is deployed. Therefore, we will first review how geospatial technologies have been used operationally for disaster management by OCHA in two instances, the Tsunami in Southeast Asia (December 26, 2004) and the earthquake in Pakistan (October 8, 2005). Role of Geospatial technology in disaster management The role of Geospatial technology (instruments, data, information and systems) is increasingly becoming a key component of disaster planning, response and recovery (Cutter et al., 2003). In emergencies, accurate and timely information is essential for saving lives in the initial response to a disaster and to insure a rapid recovery in the restoration and reconstruction phase (GDIN, 1997). Data associated with disasters is inherently spatial (Goodchild, 2003) and geospatial technology has been shown to be central to the integration, analysis, visualization, knowledge generation and communication during an emergency (Leidner, 2005). Due to its complexity, the effective use of geospatial technology for disaster management can fall short of its potential for a number of reasons. These include: (i) a lack of suitable software in place, (ii) a lack of understanding of the technology by responders, (iii) a disconnect between the producers of geospatial data and the consumers of it, (Zerger and Smith, 2003), (iv) poor integration of the information gleaned from this technology into the decision making process (van Borkulo et al., 2005) and (v) the existence of data gaps, scale inconsistencies, data currency (Leidner, 2005) and lack of meta-data.
Recommended publications
  • Package 'Rgdal'
    Package ‘rgdal’ September 16, 2021 Title Bindings for the 'Geospatial' Data Abstraction Library Version 1.5-27 Date 2021-09-16 Depends R (>= 3.5.0), methods, sp (>= 1.1-0) Imports grDevices, graphics, stats, utils LinkingTo sp Suggests knitr, DBI, RSQLite, maptools, mapview, rmarkdown, curl, rgeos NeedsCompilation yes Description Provides bindings to the 'Geospatial' Data Abstraction Li- brary ('GDAL') (>= 1.11.4) and access to projection/transformation opera- tions from the 'PROJ' library. Please note that 'rgdal' will be retired by the end of 2023, plan tran- sition to sf/stars/'terra' functions using 'GDAL' and 'PROJ' at your earliest conve- nience. Use is made of classes defined in the 'sp' package. Raster and vector map data can be im- ported into R, and raster and vector 'sp' objects exported. The 'GDAL' and 'PROJ' libraries are ex- ternal to the package, and, when installing the package from source, must be correctly in- stalled first; it is important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal' 1.5-8, in- stalled with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4, coordinate reference sys- tems use 'WKT2_2019' strings, not 'PROJ' strings. 'Windows' and 'macOS' binaries (includ- ing 'GDAL', 'PROJ' and their dependencies) are provided on 'CRAN'. License GPL (>= 2) URL http://rgdal.r-forge.r-project.org, https://gdal.org, https://proj.org, https://r-forge.r-project.org/projects/rgdal/ SystemRequirements PROJ (>= 4.8.0, https://proj.org/download.html) and GDAL (>= 1.11.4, https://gdal.org/download.html), with versions either (A) PROJ < 6 and GDAL < 3 or (B) PROJ >= 6 and GDAL >= 3.
    [Show full text]
  • Workshop GRASS GIS and RDBMS
    Workshop W-11 GRASS GIS and RDBMS Workshop GRASS GIS and RDBMS by Marco Ciolli, Paolo Zatelli and Clara Tattoni Department of Civil and Environmental Engineering University of Trento Italy FOSS4G2007 Victoria, Canada 24-27 September 2007 Workshop W-11 GRASS GIS and RDBMS GGIISS aanndd DDBBMMSS GISs can manage all the features of geographic information: geometry, topology and attributes. Sometimes it is more efficient to manage some or all of these features with an external Data Base Management System (DBMS). A DBMS can manage the attributes, a DBMS with spatial extension can manage the geometry as well. It is possible to use different DBMS, databases and configurations for different maps in the same dataset or for different layers of the same map. FOSS4G2007 Victoria, Canada 24-27 September 2007 2 Workshop W-11 GRASS GIS and RDBMS GGRRAASSSS,, QQGGIISS aanndd DDBBMMSS GRASS and QGIS can read all formats supported by the OGR library, that is data from the more used DBMS If using OGR Library with GRASS, data can be: – imported (GRASS native format) – linked as read-only external data with pseudotopology (v.external) FOSS4G2007 Victoria, Canada 24-27 September 2007 3 Workshop W-11 GRASS GIS and RDBMS QQGGIISS aanndd DDBBMMSS QGIS can access directly PostgreSQL/PostGIS data both attributes and geometry. In order to use a PostgreSQL/PostGIS layer in QGIS, it must be present a key column of int4. This layer processing speed can be enhanced by indexing that column (if it is a PostgreSQL primary key it is indexed by default). If a view is used, it must contain a type int4 column or a primary key, possibly indexed.
    [Show full text]
  • Comparison of Open Source Virtual Globes
    FOSS4G 2010 Comparison of Open Source Virtual Globes Mathias Walker Pirmin Kalberer Sourcepole AG, Bad Ragaz www.sourcepole.ch FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes About Sourcepole > GIS-Knoppix: first GIS live-CD > QGIS > Core developer > QGIS Mapserver > OGR / GDAL > Interlis driver > schema support for PostGIS driver > Ruby on Rails > MapLayers plugin > Mapfish server plugin FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Overview > Multi-platform Open Source Virtual Globes > Installation > out-of-the-box application > Adding user data > Features > Demo movie > Comparison > User data > Technology > Desired Virtual Globe features FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Open Source Virtual Globes > NASA World Wind Java SDK > ossimPlanet > gvSIG 3D > osgEarth > Norkart Virtual Globe > Earth3D > Marble > comparison to Google Earth FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Test user data > Test data of Austrian skiing region Lech > projection: WGS84 (EPSG:4326) > OpenStreetMap WMS > winter orthophoto > GeoTiff, 20cm resolution, 4.5GB > KML Tile Cache > ski lifts, ski slopes, cable cars and POIs > KML > Shapefile > elevation (ASTER) > GeoTiff, ~30m resolution, 445MB FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes NASA World Wind Java SDK > created by NASA's Learning Technologies project > now developed by NASA staff and open source community developers FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes
    [Show full text]
  • Development of a Web Mapping Application Using Open Source
    Centre National de l’énergie des sciences et techniques nucléaires (CNESTEN-Morocco) Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco Anis Zouagui1, A. Laissaoui1, M. Benmansour1, H. Hajji2, M. Zaryah1, H. Ghazlane1, F.Z. Cherkaoui3, M. Bounsir3, M.H. Lamarani3, T. El Khoukhi1, N. Amechmachi1, A. Benkdad1 1 Centre National de l’Énergie, des Sciences et des Techniques Nucléaires (CNESTEN), Morocco ; [email protected], 2 Institut Agronomique et Vétérinaire Hassan II (IAV), Morocco, 3 Office Régional de la Mise en Valeur Agricole du Gharb (ORMVAG), Morocco. INTERNATIONAL EXPERTS’ MEETING ON ASSESSMENT AND PROGNOSIS IN RESPONSE TO A NUCLEAR OR RADIOLOGICAL EMERGENCY (CN-256) IAEA Headquarters Vienna, Austria 20–24 April 2015 Context In nuclear disaster affecting agriculture, there is a need for rapid, reliable and practical tools and techniques to assess any release of radioactivity The research of hazards illustrates how geographic information is being integrated into solutions and the important role the Web now plays in communication and disseminating information to the public for mitigation, management, and recovery from a disaster. 2 Context Basically GIS is used to provide user with spatial information. In the case of the traditional GIS, these types of information are within the system or group of systems. Hence, this disadvantage of traditional GIS led to develop a solution of integrating GIS and Internet, which is called Web-GIS. 3 Project Goal CRP1.50.15: “ Response to Nuclear Emergency affecting Food and Agriculture” The specific objective of our contribution is to design a prototype of web based mapping application that should be able to: 1.
    [Show full text]
  • Building a Spatial Database in Postgresql
    Building a Spatial Database in PostgreSQL David Blasby Refractions Research [email protected] http://postgis.refractions.net Introduction • PostGIS is a spatial extension for PostgreSQL • PostGIS aims to be an “OpenGIS Simple Features for SQL” compliant spatial database • I am the principal developer Topics of Discussion • Spatial data and spatial databases • Adding spatial extensions to PostgreSQL • OpenGIS and standards Why PostGIS? • There aren’t any good open source spatial databases available • commercial ones are very expensive • Aren’t any open source spatial functions • extremely difficult to properly code • building block for any spatial project • Enable information to be organized, visualized, and analyzed like never before What is a Spatial Database? Database that: • Stores spatial objects • Manipulates spatial objects just like other objects in the database What is Spatial data? • Data which describes either location or shape e.g.House or Fire Hydrant location Roads, Rivers, Pipelines, Power lines Forests, Parks, Municipalities, Lakes What is Spatial data? • In the abstract, reductionist view of the computer, these entities are represented as Points, Lines, and Polygons. Roads are represented as Lines Mail Boxes are represented as Points Topic Three Land Use Classifications are represented as Polygons Topic Three Combination of all the previous data Spatial Relationships • Not just interested in location, also interested in “Relationships” between objects that are very hard to model outside the spatial domain. • The most
    [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]
  • Python Scripting for Spatial Data Processing
    Python Scripting for Spatial Data Processing. Pete Bunting and Daniel Clewley Teaching notes on the MSc's in Remote Sensing and GIS. May 4, 2013 Aberystwyth University Institute of Geography and Earth Sciences. Copyright c Pete Bunting and Daniel Clewley 2013. This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons. org/licenses/by-sa/3.0/. i Acknowledgements The authors would like to acknowledge to the supports of others but specifically (and in no particular order) Prof. Richard Lucas, Sam Gillingham (developer of RIOS and the image viewer) and Neil Flood (developer of RIOS) for their support and time. ii Authors Peter Bunting Dr Pete Bunting joined the Institute of Geography and Earth Sciences (IGES), Aberystwyth University, in September 2004 for his Ph.D. where upon completion in the summer of 2007 he received a lectureship in remote sensing and GIS. Prior to joining the department, Peter received a BEng(Hons) in software engineering from the department of Computer Science at Aberystwyth University. Pete also spent a year working for Landcare Research in New Zealand before rejoining IGES in 2012 as a senior lecturer in remote sensing. Contact Details EMail: [email protected] Senior Lecturer in Remote Sensing Institute of Geography and Earth Sciences Aberystwyth University Aberystwyth Ceredigion SY23 3DB United Kingdom iii iv Daniel Clewley Dr Dan Clewley joined IGES in 2006 undertaking an MSc in Remote Sensing and GIS, following his MSc Dan undertook a Ph.D. entitled Retrieval of Forest Biomass and Structure from Radar Data using Backscatter Modelling and Inversion under the supervision of Prof.
    [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]
  • Open Geospatial Consortium: 2D Or Not 2D?
    ® Open Geospatial Consortium: 2D or Not 2D? Chris Little, Co-Chair Met Ocean DWG Marie-Françoise Voidrot-Martinez, Météo-France, Co-Chair EGOWS at FMI, Helsinki, Finland 2016-09-20/22 © 2010 Open Geospatial Consortium, Inc. 0. Introduction 1. What is OGC? 2. Who is OGC? 3. How does OGC work? 4. What is OGC doing? 5. Current issues, futures & possibilities? 6. Questions & (maybe) Answers? ® OGC © 2010 Open Geospatial Consortium, Inc. 1. What is OGC? • See also http://www.opengeospatial.org ® OGC © 2010 Open Geospatial Consortium, Inc. 3 What is OGC? • International, non-profit, consortium • Develops standards for geospatial OGC Membership Distribution data & services, >25 years 9 % Commercial • Funded by ~500 members 6 % Government • 38 adopted standards 43 % Academic • Consensus process 24 % • Docs freely available Research • 100s of implementations Not For Profit • Alliance partnerships with 30+ 18 % standards & professional organizations • Broad user community worldwide • Several standards fast tracked in ISO (and WMO!) OGC® What is OGC’s Vision? Vision: A world in which everyone benefits from the use of geospatial information and supporting technologies. Mission: Global forum for collaboration of developers and users of spatial data products and services and to advance the development of international standards for geospatial interoperability Strategic Goals: Goal 1 - Provide free and openly available standards to the market that are of tangible value to Members and have measurable benefits for users. Goal 2 - Lead worldwide in the creation and establishment of standards that enable global infrastructures for delivery and integration of geospatial content and services into business and civic processes. Goal 3 - Facilitate the adoption of open, spatially enabled reference architectures in enterprise environments worldwide.
    [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]
  • Project No. 249024 NETMAR Open Service Network for Marine
    Project No. 249024 NETMAR Open service network for marine environmental data Instrument: CA IP NOE Please tick 9STREP ICT - Information and Communication Technologies Theme D2.1 Review of projects, initiatives & technologies addressing system architectures for distributed Environmental Information Systems (EIS) Reference: D2.1_Review_of_projects_initiatives_and_technologies_r1_20100618 Due date of deliverable (as in Annex 1): M0 + 3 Actual submission date: 18 June 2010 Start date of project: 1 February 2010 Duration: 3 years Coastal and Marine Resources Centre (CMRC), University College Cork, National University of Ireland Revision 1 Project co-funded by the European Commission within the Seventh Framework Programme (2007-2013) Dissemination Level PU Public X Restricted to other programme participants (including PP the Commission Services) Restricted to a group specified by the consortium RE (including the Commission Services) Confidential, only for members of the consortium CO (including the Commission Services) NETMAR Open service network for marine environmental data Project Reference: 249024 Contract Type: Collaborative Project Start/End Date: 01/03/2010 - 31/01/2013 Duration: 36 months Coordinator: Prof. Stein Sandven Nansen Environmental and Remote Sensing Center Thormøhlensgate 47, Bergen, Norway Tel.: +47-55205800 Fax. +47 55 20 58 01 E-mail: [email protected] Acknowledgements The work described in this report has been partially funded by the European Commission under the Seventh Framework Programme, Theme ICT 2009.6.4 ICT for environmental services and climate change adaptation. Consortium The NETMAR Consortium is comprised of: • Nansen Environmental and Remote Sensing Center (NERSC), Norway (coordinator). Project Coordinator: Prof. Stein Sandven ([email protected]) Deputy Coordinator: Dr. Torill Hamre ([email protected]) Quality Control Manager: Mr.
    [Show full text]