Open Source GI and Cartography

Total Page:16

File Type:pdf, Size:1020Kb

Open Source GI and Cartography Open Source GI and Cartography Georg Gartner TU Wien Outline • 1. Introduction • 2. Free and Open Source Software for GI and cartography • 3. Open standards and technologies for GI and Cartography • 4. Open Software for GI and Cartography • 5. Case studies in urban planning 1. What is Free and Open Source Software? • Four essential freedoms1: – The freedom to run the program, for any purpose (Freedom 0) – The freedom to study how the program works, and change it to make it do what you wish (Freedom 1) – The freedom to redistribute copies so you can help your neighbor (Freedom 2) – The freedom to distribute copies of your modified versions to others (Freedom 3) – Access to the source code is a precondition for Freedom 1 and 3. • A program is free software if users have all of these freedoms. 1. http://www.gnu.org/philosophy/free-sw.html Definition • Free software is a matter of the user‘s freedom to run, copy, distribute, study, change and improve the software. • “Free software” is a mater of liberty, not price. – “free speech” vs. “free beer” • Google Maps (APIs) is free, but not a free software. Terms of Use • Bing Map? Not! Privacy and Legal 2. Free and Open Source Software for Geospatial • Open source GIS provides accessibility, low cost solutions and lowers the entry barriers for the use of geospatial technologies for all. • Relevant communities – Open Geospatial Consortium (OGC) – Open Source Geospatial Foundation (OSGeo) • Research communities: – ICA Working Group on Open Source Geospatial Technologies OGC • The Open Geospatial Consortium, Inc.® (OGC) is a non-profit, international, voluntary consensus standards organization that is leading the development of standards for geospatial and location based services. • Mission – To serve as a global forum for the collaboration of developers and users of spatial data products and services, and to advance the development of international standards for geospatial interoperability. OGC’s standards • Geography Markup Language – GML • Web Map Service (WMS) • Web Coverage Service (WCS) • Web Feature Service (WFS) • Location Services (OpenLS) • …. http://www.opengeospatial.org/standards OSGeo • The OSGeo is a not-for-profit organization whose mission is to support and promote the collaborative development of open geospatial technologies and data. • provides financial, organizational and legal support to the broader open source geospatial community. • Hosting the FOSS4G conferences (Free and Open Source Software for Geospatial) http://www.osgeo.org/content/foundation/about.html OSGeo’s Projects • Web Mapping – Deegree, Geomajas, GeoServer, Mapbender, MapBuilder, MapFish, MapGuide Open Source, MapServer, OpenLayers • Desktop Applications – GRASS GIS, OSSIM, Quantum GIS, gvSIG • Geospatial Libraries – FDO, GDAL/OGR, GEOS, GeoTools, MetaCRS, PostGIS • Metadata Catalog – GeoNetwork • Other Projects – Public Geospatial Data, Education and Curriculum ICA Working Group on Open Source Geospatial Technologies • The WG aims to promote multi-national holistic research in free and open source geospatial technologies in order to make accessible the latest developments in open source tools to the wider cartographic community. • The WG attempts to enhance the usage of free and open source geospatial tools among the cartographic community worldwide, especially for education. • A serial of conferences and workshops 3. Open standards and technologies • GML (current version 3.2.1) – an XML grammar for expressing geographical features – Used as an open interchange format for transmitting geographic data on the Internet – GML was adopted as an International Standard (ISO 19136:2007) in 2007. – Ordnance Survey of GB use GML as the (only) format for supply of MasterMap data1 1. http://www.ordnancesurvey.co.uk/oswebsite/xml/schema/index.html 3. Open standards and technologies • KML (Keyhole Markup Language ) – a language for the visualization of geographic information tailored for "Google Earth". – complements GML: KML can be used to carry GML content, and GML can be “styled” to KML for the purposes of presentation. • SVG (Scalable Vector Graphic, by W3C) – an XML-based file format for describing two- dimensional vector graphics, both static and dynamic – Can be used to visualize geospatial dataset (such as GML) 3. Open standards and technologies • OGC’s OpenGIS Web Services (OWS) – Web Map Service (WMS 1.3.0) • Provides georeferenced map images • Return data types: GIF, PNG, JPEG, etc. – Web Feature Service (WFS 1.1) • Provides vector data on demand • Return data types: GML 3.1.1, and GML 2.1.2 – Web Converage Service (WCS 1.1) • Provides raster data on demand • Return data types: GeoTIFF, DTED, HDF-EOS, or NITF. 3. Open standards and technologies • WMS, WFS and WCS are designed as server- side mapping methods. • Map (and other) requests are made through standard HTML methods1 – URL – Parameters supplied within URL (GET) or hidden in document (POST) – One request gives one response 1. http://www.sigte.udg.edu/summerschool2010/uploads/XMLandOWS.pdf A WMS Example (A large image (1000 x 1000 pixels) of several cryospheric parameters in a polar stereographic projection focused on the Arctic): http://nsidc.org/cgi-bin/atlas_north?service=WMS&version =1.1.1&request =GetMap&srs=EPSG:32661&format=image/gif&width=1000&height=1000&bbox=-2700000,- 2700000,6700000,6700000&layers=sea_ice_extent_01,land,snow_extent_01,permafrost_extent,country_ borders,treeline,north_pole_geographic,arctic_circle,country_labels,geographic_features_sea A WFS Example (Elevation contours for the Greenland ice sheet): http://nsidc.org/cgi- bin/atlas_north?service=WFS&version=1.1.0&request=GetFeature&typename=greenland_elevation_contours GML Rendering in QGIS A WCS Example (A GeoTIFF of sea ice concentration at 25-km resolution in a polar stereographic projection focused on the Arctic ) : http://nsidc.org/cgi-bin/atlas_north?service=WCS&version=1.1.1&request =GetCoverage&crs=EPSG:32661&format=GeoTIFF&resx=25000&resy=25000&bbox=-2700000,- 2700000,6700000,6700000&coverage=sea_ice_concentration_01 From: http://nsidc.org/data/atlas/ogc_services.html#WCS 3. Open standards and technologies • Web Processing Service – provides rules for standardizing how inputs and outputs (requests and responses) for geospatial processing services, such as polygon overlay. • Sensor Observation Service – provides an API for managing deployed sensors and retrieving sensor data and specifically “observation” data. • More standards …. – OGC: http://www.opengeospatial.org/standards – ISO TC 211: http://www.isotc211.org/ 3. Open standards and technologies • The above standards and technologies are adopted in many Open Source GI and Cartography applications. 4. Open Software for GI and Cartography • Different kinds of software – Web Mapping – Desktop Applications – Geospatial Libraries – Metadata Catalog – Others • We will introduce some typical software. 4.1 Web Mapping • Map Server (from OSGeo) – Originally developed at the University of Minnesota (UMN Map Server) – an open source development environment for building spatially- enabled web mapping applications and services. http://www.osgeo.org/mapserver 4.1 Web Mapping • OpenLayers – provides an JavaScript API for building rich web- based geographic applications similar to Google Maps and Bing Maps. 4.2 Desktop Applications • Quantum GIS (QGIS) – QGIS lets you browse, edit and create a variety of vector and raster formats, including ESRI shapefiles, spatial data in PostgreSQL/PostGIS, GRASS vectors and rasters, or GeoTiff. – supports different plugins 4.2 Desktop Applications • GRASS (Geographic Resources Analysis Support System) • For performing spatial analysis • consists of more than 350 modules for processing vector (2D/3D), raster and voxel data • can serve as a Desktop GIS and as the backbone of a complete GIS infrastructure. 4.3 Geospatial Libraries • GeoTools – an open source Java code library which provides standards compliant methods for the manipulation of geospatial data. – It implements OGC specifications (standards) as they are developed. 4.3 Geospatial Libraries • PostGIS – an open source software program that adds support for geographic objects to the PostgreSQL object-relational database. – follows the Simple Features for SQL specification (standard) from OGC. QGIS Displaying Vector Data from PostGIS 4.4 Metadata Catalog • GeoNetwork opensource – a catalog application to manage spatially referenced resources – providing powerful metadata editing and search functions as well as an embedded interactive web map viewer. 5. Case studies • SITEL (México) • a spatial data infrastructure, allows various government agencies to share data to be included in their own projects as health, security, urban furniture or mobility. • over 1,910 vectorial layers plus another 70+ raster files, provided through PostGIS and WMS/WFS/WCS services with Mapserver. • QGIS is used for data checking. Data Checking in Satellite imagery Orthophotos Digital elevation models QGIS http://postgis.refractions.net/documentation/casestudies/sitel/ 5. Case studies • Forestry planning (Basel, Switzerland)1 – QGIS is used to import of existing data, digitizing, Analysis, Print and export. Extract of the forestry measurements map 1. http://www.qgis.org/en/community/qgis-case-studies/basel-switzerland.html 5. Case studies • Examples of using GRASS – http://grass.osgeo.org/intro/index.php • Case studies of QGIS – http://qgis.osgeo.org/en/community/qgis-case- studies.html • ... Forschungsgruppe Kartographie Technologie „Push“ in der Kartographie
Recommended publications
  • 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]
  • Praxishandbuch Webgis Mit Freier Software UMN Mapserver
    Praxishandbuch WebGIS mit Freier Software Praxishandbuch WebGIS mit Freier Software UMN MapServer PostgreSQL/PostGIS AveiN! Mapbender Ein Gemeinschaftsprojekt von CCGIS und terrestris CCGIS GbR terrestris GbR www.ccgis.de www.terrestris.de Nutzungsbedingungen Dieser Text ist urheberrechtlich geschützt und wird hier unter der GNU Free Documentation License (http://www.gnu.org/licenses/fdl.html) freigegeben, d.h. die Texte dürfen kopiert und weiterverteilt werden. D.h. auch, dass u.a. auf die Free Documentation Licence hingewiesen werden muss. Änderungsvorschläge, Kritik und Reaktionen sind willkommen. Kontakt: [email protected] CCGIS terrestris www.ccgis.de www.terrestris.de [email protected] [email protected] 1 Praxishandbuch WebGIS mit Freier Software Inhaltsverzeichnis VORWORT...................................................................................................... 9 EINLEITUNG................................................................................................. 10 1. Begrifflichkeiten....................................................................................... 10 1.1. Open Source.......................................................................................................... 11 1.2. Freie Software....................................................................................................... 11 1.3. Open Source / Freie Software.............................................................................. 12 2. Übernahme von OS/FS Konzepten duch die Nutzer.............................12
    [Show full text]
  • Mapbender Workshop FOSS4G 2010 Barcelona
    Mapbender 3 - where are we going? Astrid Emde FOSS4G Denver 2011 Astrid Emde Mapbender Developer Team since 2004 PSC (Project Steering Commitee) Works at WhereGroup, Bonn Project management and a bit of development Trainings for MapServer, PostgreSQL/PostGIS, Mapbender, GeoServer Works with the OSGeo stack for many years Active member in FOSSGIS e.V. and OSGeo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 2 / 49 WhereGroup Major Mapbender sponsor Company in Bonn, Germany Founded in january 2007 as merger of CCGIS, KARTA.GO GmbH and Geo-Consortium 17 employees Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 3 / 49 WhereGroup Service provider with experience in all field of spatial data management with free software: WebGIS, SDI, database , relevant standards, trainings, conferences Founding member of the FOSS Academy Open Source projects: Mapbender, PostNAS Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 4 / 49 Mapbender ± where are we going? The concept of Mapbender Evaluation for Mapbender3 What we chose The components Getting started Demo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 5 / 49 What does Mapbender do? Create geospatial web applications without writing a single line of code Create and maintain an OWS repository (focus on WMS, WFS) Distribute configured services among applications Grant users and groups access to applications and services → This is what Mapbender 2.x (2.7.2 actual version) stands for Mapbender 3 – where are we going? – FOSS4G
    [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]
  • Analyzing and Acquisition, Administration and Storage Of
    FLISSY – AN AREA INFORMATION SYSTEM BASED ON OPEN SOURCE/ FREE GIS SOFTWARE K. Behncke, C. Plass Institute for Geoinformatics and Remote Sensing (IGF), University of Osnabrueck, Seminarstr. 19 a/b, 49069 Osnabrueck, Germany (kbehncke, [email protected]) KEY WORDS: Internet/Web, Management, Visualization, WebGIS, UMN MapServer, Mapbender ABSTRACT: Originally "FlIsSy" (what stands for the German expression "Flächeninformationssystem mit Freier Software") was an information system for laminar geoobjects. A version of FlIsSy is in use in the administrative department of Osnabrueck. Target group for the use of the system are mainly instances of public administration. Not only because of that in FlIsSy only Open Source Software is integrated (UMN MapServer, Apache Webserver, PostgreSQL/PostGIS). Within the system user can administrate (insert, change, delete) the attributes of areas in a password-secured content management system (cms) based on PHP. Objects, that have a direct relation to the areas (for example communes, costs, kind of use etc.) can be administrated as well. Through a hyperlink there is a direct relation to a WebGIS, which is mainly responsible for the visualization of the geoobjects. Here the user can, for example, navigate, search geoobjects and have a look to the basic attributes of the objects. The areas are coloured subjected to the values that are inserted in the cms. Again through a hyperlink user can switch from the WebGIS to the content management system, so there is a close handling of visualization and administration. Meanwhile in the system the client "Mapbender" is used. The structure of that client is based on PHP, Javascript and the database PostgreSQL/PostGIS.
    [Show full text]
  • Web Mapping Architectures Based on Open Specifications and Free and Open Source Software in the Water Domain
    ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume IV-2/W4, 2017 ISPRS Geospatial Week 2017, 18–22 September 2017, Wuhan, China WEB MAPPING ARCHITECTURES BASED ON OPEN SPECIFICATIONS AND FREE AND OPEN SOURCE SOFTWARE IN THE WATER DOMAIN C. Arias Muñoza, 1, M. A. Brovellib, C. E. Kilsedarb, R. Moreno-Sanchezc, D. Oxolib a Faculty of Engineering, Universidad de San Buenaventura, Carrera 56C Nro. 51-90, Medellín 050010, Colombia - [email protected] b Department of Civil and Environmental Engineering, Politecnico di Milano, P.zza Leonardo da Vinci 32, 20133 Milan, Italy - (maria.brovelli, candaneylul.kilsedar, daniele.oxoli)@polimi.it c Department of Geography and Environmental Sciences, University of Colorado Denver, Denver, CO, USA 80217 - [email protected] Commission IV, WG IV/4 KEY WORDS: Web Mapping, Water, Open Specifications, Free and Open Source Software (FOSS), Decision Support Systems, Content Management Systems ABSTRACT: The availability of water-related data and information across different geographical and jurisdictional scales is of critical importance for the conservation and management of water resources in the 21st century. Today information assets are often found fragmented across multiple agencies that use incompatible data formats and procedures for data collection, storage, maintenance, analysis, and distribution. The growing adoption of Web mapping systems in the water domain is reducing the gap between data availability and its practical use and accessibility.
    [Show full text]
  • Implementing Web GIS Solutions Using Open Source Software
    Implementing Web GIS Solutions using open source software Karsten Vennemann Seattle Talk Overview Talk Overview Why and What What is Open Source (GIS)? Why use it ? Overview of Web GIS Components of a Web GIS What is out there ? Some Foundations OGR, GDAL, PROJ4, GeoTools Web GIS Engines Mapserver Geoserver Frameworks Mapbender, MapFish, Cartoweb Open Layers, Ka-Map Extending GIS Capabilities Spatial Data Storage Solutions Additional Tools Application Components Resources How can you build your own ? …5 simple steps Open Source Web GIS Solutions Why and What What is Open Source (GIS)? Open source means that the source code is available to the general public for use, distribution, and modification from its original design free of charge (among a long list of other requirements) Open Source ≠ Open Standards While most open source geospatial software is built on the standards of the Open Geospatial Consortium (OGC) the term “Open Source” it is not synonymous with Open Standards because both proprietary and open source software can be compliant with the OGC Open Standards. http://www.opengeospatial.org OSGeo is the organization that supports the development of the highest quality open source geospatial software. http://www.osgeo.org Open Source Web GIS Solutions Why and What Why use it ? General and incomplete listing User is in control Pick you favorite operating system: supports many operating systems: Windows-Linux-Solaris-… No licensing issues (did we install one to many PCs with software XY?) Vendor independency Access to source code:
    [Show full text]
  • Mapbender Workshop Astrid Emde, Marc Manns FOSSGIS Heidelberg 2011 Mapbender
    Mapbender Workshop Astrid Emde, Marc Manns FOSSGIS Heidelberg 2011 Mapbender Mapbender Einstieg in Mapbender Geschichte und Organisation des Projektes Systemvoraussetzungen Einblick in die Mapbender Funktionalitäten Vorstellung ausgewählter Lösungen Erstellen einer eigenen Applikation Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Astrid Emde Mapbender Developer Team PSC (Project Steering Commitee) WhereGroup Bonn http://www.wheregroup.com Marc Manns Mapbender Developer Team PSC (Project Steering Commitee) Stadt Remscheid http://geoportal.remscheid.de/ Mapbender im Einsatz seit 2005 Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Was ist Mapbender ? Mapbender ist ein WebGIS Client zur Darstellung und Bearbeitung räumlicher Daten und Dienste OGC WMS, WFS, WMC, KML, GML, CSW http://www.mapbender.org/Gallery Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Was bietet Mapbender ? Ermöglicht den Aufbau einer Geoportal Anwendung ohne eine einzige Zeile Code schreiben zu müssen Aufbau und Pflege eines OWS Repository (mit Fokus auf WMS, WFS) Individuelle Konfiguration von Diensten für einzelne Anwendungen Vergabe von Benutzer- und Gruppenberechtigungen für Anwendungen und Services Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Die Mapbender Komponenten Anwendungen OGC Web Services Benutzer und Gruppen Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Die Mapbender Komponenten Anwendungen
    [Show full text]
  • Free Webgis Software Analysis
    Le opportunità non hanno confini Free WebGIS Software Analysis Authors: Francesco D'Alesio Peter Hopfgartner May 2012 Page 2 of 15 Free WebGIS Software Analysis Executive summary This report explains the structure of the Reference Implementation WebGIS application, which is being developed in the FreeGIS.net project. It illustrates diferent usage needs and available free and open source applications. Then, in paragraph 4.2, it shows how software can work together and the constrains for each server-side choice. The last paragraph (4.3) explains the software selection logic for the diferent layers. Introduction One of the goals of the FreeGIS project is to build a reference implementation based on Free and Open Source software able to satisfy the following needs: 1. Manage spatial data in a DBMS 2. Serve spatial data through standard and multilingual WMS, WFS and WCS. 3. Edit spatial data using both WebGI and desktop GIS applications. 4. Guarantee interoperability with common Web and Desktop GIS tools. A rich WebGIS application is based on diferent components, explained in the chapters below. There are a big variety of Free and Open Source GIS software available, and, while this is surely a big advantage, it makes harder to identify the software that better fts the diferent needs and that is able to interoperate with the other components. Also, often, these software provide more than one component and they often overlaps with other. Thanks to the wide adoption of the OGC standards, most of the available software are able to interoperate with each others, so components can mostly be assembled and exchanged leveraging standard capabilities.
    [Show full text]
  • Reviewed Paper
    reviewed paper OpenGIS in action – Field-tested Web Map Services (WMS) and experiences with Web Feature Services (WFS) Andreas FRITZSCHE & Markus SPRING Dipl.-Ing. (FH) Eur.–Ing. Andreas FRITZSCHE Industrie- und Handelskammer für München und Oberbayern (IHK), Max-Joseph-Straße 2, D-80333 München, [email protected], http://www.muenchen.ihk.de Dipl.-Ing. sc. agr. Markus Spring, Referat für Gesundheit und Umwelt der Landeshauptstadt München Bayerstraße 28a, D-80335 München; [email protected], http://www.rgu-muenchen.de 1 INTRODUCTION The Open GIS Consortium (OGC) Web Map Service (WMS) allows for combined map images from different Web Map Services on the Internet. The Chamber of Industry and Commerce (IHK) for Munich and Upper Bavaria uses WMS in practice to reduce costs and work. The OGC Web Feature Service allows a client to retrieve geospatial data encoded in the Geography Markup Language (GML) from multiple Web Feature Services. The city of Munich, Department of Health and Environment (RGU) works on the implementation for their daily work. The usage of OGC-conformant Web Map Services (WMS) and Web Feature Service (WFS) will become the most important step in the development from a local to an integrated and distributed map service. 2 FIELD-TESTED WEB MAP SERVICES (WMS) The IHK for Munich and Upper Bavaria, which represents the biggest among the 82 Chambers of Industry and Commerce in Germany attends to more than 280.000 companies. The IHK is a self-administering body under public law for any individual company of industry, trade and services. Every company in Germany is member of a Chamber of Industry and Commerce, except of crafts enterprises, professionals and agricultural enterprises.
    [Show full text]
  • Openlayers, Mapbender Und Mapfish
    OSGeo Web Mapping Typification: GeoMajas, Mapbender, MapFish and OpenLayers Christoph Baudson Arnulf Christl FOSS4G 2010 – Barcelona Disclaimer All information contained in this presentation has been compiled to the best of our knowledge and presents an ad- hoc snapshot of current state of the art web mapping client frameworks and portals. Christoph Baudson and Arnulf Christl are deeply involved in developing the Mapbender project since many years. For further information and help on how to select the best option for your needs ask your consultant and service provider. A web mapping typification – Christoph Baudson, Arnulf Christl 2 / 46 Introduction This presentation differentiates four of the web mapping projects of OSGeo. They can be roughly split into four categories although there is a lot of overlap. ● GeoMajas is a self contained, ful fledged Web-GIS ● OpenLayers is a JavaScript client library ● Mapbender is a geoportal management software ● MapFish is a web mapping developer framework All projects have server side components except for OpenLayers. Both MapFish and Mapbender integrate OpenLayers as viewer. A web mapping typification – Christoph Baudson, Arnulf Christl 3 / 46 On Diversity We all know the term in the context of bio-diversity. Mono- cultures (the opposite of diversity) are well known to be associated with all kinds of problems and issues. Therefore OSGeo strives for diversity in it©s projects. Diversity comes with competition, which is sometimes good and sometimes also has a negative touch. To better understand how the Open Source community works competition is best mixed with cooperation to form the new word coopetition ± which can be a great motivation for folks.
    [Show full text]
  • Geonetwork User Manual (PDF)
    GeoNetwork User Manual Release 2.10.4-0 GeoNetwork September 23, 2021 CONTENTS 1 Preface 3 1.1 About this Project............................................3 1.2 License Information...........................................3 1.3 Author Information............................................4 2 Quick Start Guide 5 2.1 Geographic Information Management for all..............................5 2.2 Getting Started..............................................8 2.3 Viewing and Analysing the Data..................................... 21 2.4 Adding a metadata record........................................ 28 2.5 Uploading a New Record using the XML Metadata Insert Tool..................... 46 2.6 Metadata in Spatial Data Management.................................. 50 2.7 New Features............................................... 51 2.8 Installing the software.......................................... 55 2.9 Upgrading to a new Version....................................... 64 3 Administration 65 3.1 System configuration........................................... 65 3.2 Authentication.............................................. 75 3.3 OGC CSW server configuration..................................... 81 3.4 Advanced configuration......................................... 86 3.5 User and Group Administration..................................... 101 3.6 Localization............................................... 107 3.7 System Monitoring............................................ 108 4 Managing Metadata 111 4.1 Templates................................................
    [Show full text]