Web Presentation of GIS Objects on Institute of Oceanography and Fisheries Using Open Source/Free Tools (Openlayers & Geoserver)

Total Page:16

File Type:pdf, Size:1020Kb

Web Presentation of GIS Objects on Institute of Oceanography and Fisheries Using Open Source/Free Tools (Openlayers & Geoserver) Ivanković D., Vučić I. (2011). Web presentation of GIS objects on institute of oceanography and fisheries using open source/free tools (OpenLayers & GeoServer). In: D. Kereković, R. Źróbek (ed.). The Future with GIS. Croatian Information Technology Association – GIS Forum, University of Silesia, Zagreb, 197-204. WEB PRESENTATION OF GIS OBJECTS ON INSTITUTE OF OCEANOGRAPHY AND FISHERIES USING OPEN SOURCE/FREE TOOLS (OpenLayers & GeoServer) Damir Ivanković, Ivan Vučić Institute for Oceanography and Fisheries Šetalište I. Meštrovića 63, 21000 Split, Croatia Introduction One of the tasks at Institute of Oceanography and Fisheries is to find the way to present the data to public. Some of those data are fisheries regulations, water bodies, stations and monitoring results. Since many of them are stored in web oriented database that we’ve been developing for the last 9 years, web oriented GIS was next logical step in their presentation and management. Web environment today becomes standard and best way for communication with users. Also in fast growing market of various smart mobile devices, with web application, only standards to follow are HTML standards and you application is widely accessible. JavaScript is part of HTML standards and can be used onto all platforms (with Adobe Flash for example this is not the case). Plan was to implement reliable web service, with good documentation and many references. At Institute we have experience with some commercial ESRI products, also we have some existing web services (Content Management System) based on open source / free solutions. Our entire existing web services work on Linux operating systems which prove you self as leading platform for web services. Implementation of commercial web services require not only additional cost for license, but also use of some commercial courses for installation and implementation. Open source / free solutions don’t have license cost and there is many ways to find documentation and examples at the Internet. So we decide to choose open source / free solutions. System components As server platform we choose CentOS 5, Linux operating system. CentOS 5 we already use at Institute as platform for database, database application server and Content Management System (CMS). CentOS is a community-supported, mainly free software operating system based on Red Hat Enterprise Linux (RHEL). It exists to provide a free enterprise class computing platform and strives to maintain 100% binary compatibility with its upstream distribution. CentOS stands for Community ENTerprise Operating System. CentOS is the most popular Linux distribution for web servers with almost 30% of all Linux servers using it. For GIS publishing software we choose GeoServer, because of good references and easy implementation. GeoServer is running under Tomcat 5 application server. Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. GeoServer allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. GeoServer has evolved to become an easy method of connecting existing information to Virtual Globes such as Google Earth and NASA World Wind as well as to web-based maps such as OpenLayers, Google Maps and Bing Maps. GeoServer functions as the reference implementation of the Open Geospatial Consortium Web Feature Service standard, and also implements the Web Map Service and Web Coverage Service specifications. GeoServer is open source free software. We install prepared rpm package of GeoServer prepared for CentOS 5 by OpenGeo. OpenGeo is commercial company using open source products for commercial projects. As part of OpenGeo suite there is GeoServer. Usage of this GeoServer package is free, and OpenGeo company make many of OpenGeo suite, trainings and implementations. 197 Picture 1: Implementation schema About GeoServer Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals and organizations from around the world. GeoServer’s transactional capabilities offer robust support for shared editing. GeoServer’s focus is ease of use and support for standards, in order to serve as ‘glue’ for the geospatial web, connecting from legacy databases to many diverse clients. Some of standards / clients are: OGC-compliant Web Map Service (WMS 1.1.1 and 1.3.0), Web Feature Service (WFS 1.0.0 and 1.1.0), WFS-Transactional (WFS-T 1.0.0), and Web Coverage Service (WCS 1.0.0 and 1.1.1) Java J2EE application, works with Jetty, Tomcat, WebLogic, WebSphere, JBoss Support for many back-end data formats (ArcSDE, Oracle Spatial, DB2, SQL Server, shapefile, GeoTIFF, MrSID, JPEG2000) Multiple output formats (GML, shapefile, KML, GeoJSON, PNG, JPEG, TIFF, SVG, PDF, GeoRSS) plus Google Earth integration Fully-featured and intuitive web administration interface with REST API for programmatic control Full map styling support with Styled Layer Descriptor (SLD), including text-based and graphical editor User- and role-based security subsystem based on Spring Security 198 Some of supported client and server software: Open Source Database: PostGIS, MySQL, H2 Open Source Client: OpenLayers, uDig, gvSIG QGIS, WorldWind Proprietary Database: ArcSDE, Oracle Locator / Spatial, SQL Server 2008, DB2 Proprietary Client: ArcGIS, Google Earth, Virtual Earth, Safe FME, CadCorp SIS Picture 2: GeoServer web interface Java script libraries For displaying GIS content, described system use various Java script libraries. Java script libraries are predefined JavaScript functions packed together with visual CSS components for advanced web content presentation. Advantage of this conception is that most of processing power required for user - system interaction comes from client side, JavaScript functions are running inside client web browser. For ours web application we choose to use these JavaScript libraries: OpenLayers Ext JS GeoExt OpenLayers is a pure JavaScript library for displaying map data in most modern web browsers, with no server-side dependencies. OpenLayers implements a JavaScript API for building rich web-based geographic applications, similar to the Google Maps and MSN Virtual Earth APIs, with one important difference – OpenLayers is Free Software, developed for and by the Open Source software community. Ext JS (ee-X-t JS) is a JavaScript library for building interactive web applications using techniques such as Ajax, DHTML and DOM scripting. Originally built as an add-on library extension of YUI by Jack Slocum, Ext includes interoperability with jQuery and Prototype. Beginning with version 1.1, Ext retains no dependencies on external libraries, instead making their use optional. GeoExt is a JavaScript library that provides a groundwork for creating rich web mapping applications. It combines the web mapping library OpenLayers with Extjs, "a cross-browser JavaScript library for building rich Internet applications." GeoExt provides a suite of customizable widgets and data handling support that makes it easy to build applications for viewing, editing, and styling geospatial data. Some of features are: 199 Built with Ext JS, cross-browser rich Internet application framework Integrated OpenLayers mapping client Full dynamic user interactivity and animation without the need for Flash or Silverlight Well designed and extensible component model Wide variety of generic widgets (grids, charts, trees, layouts, combo boxes, toolbars) Flexible, standards-based mapping widgets like legends, pop-ups, and scale choosers Printing controls from PDF serving platform, such as page layouts, resolution, and legends Customizable layer selection GeoExt Applications GeoExt makes it easy to build web mapping applications like the ones below: Styler: An interactive styling application for geospatial data. GeoExplorer: A tool for browsing geospatial data on the web Storage of spatial data GeoServer can store geospatial data in two basic ways: onto file system as files and into external database. For the beginning we store our data into file system. For the future development we plan to use relational database to get better service performance. At the Institute we use Oracle 10.2 database. GeoServer does not come built-in with support for Oracle; it must be installed through an extension. Oracle extension is available for download from GeoServer web page. Once the extension is properly installed Oracle will be an option in the Vector Data Sources list when creating a new data store. With vector layer stored in database we have possibilities for dynamically created data. For example this layer can show measuring stations depending of user query. 200 Managing layers During the first stage of development of our web GIS application, we've decided to use ESRI shapefiles as base for our map layers. First step was to upload shapefiles on map server (GeoServer) and define each layer that would be presented on our map. Defining a layer means defining the store (shapefile) from which this layer will be created and its style. Style is described inside .sld file, an xml type of file, which enables us to define all the characteristics of a layer. “SLD” stands for ‘Styled Layer Descriptor.’ It is an open standard of rules for rendering of maps.
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]
  • Pdfpapers/422.Pdf 5.1 Supported Operating System Bostongis
    The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume XL-4, 2014 ISPRS Technical Commission IV Symposium, 14 – 16 May 2014, Suzhou, China DEVELOPMENT AND COMPARISON OF OPEN SOURCE BASED WEB GIS FRAMEWORKS ON WAMP AND APACHE TOMCAT WEB SERVERS Sonam Agrawal a, Rajan Dev Gupta b a GIS Cell, Motilal Nehru National Institute of Technology, Allahabad-211004, U.P., India [email protected] bCivil Engineering Department, Motilal Nehru National Institute of Technology, Allahabad-211004, U.P., India [email protected] Commission IV, WG IV/5 KEY WORDS: Web based, GIS, Open Source, Architecture, Development, Comparison, Application ABSTRACT: Geographic Information System (GIS) is a tool used for capture, storage, manipulation, query and presentation of spatial data that have applicability in diverse fields. Web GIS has put GIS on Web, that made it available to common public which was earlier used by few elite users. In the present paper, development of Web GIS frameworks has been explained that provide the requisite knowledge for creating Web based GIS applications. Open Source Software (OSS) have been used to develop two Web GIS frameworks. In first Web GIS framework, WAMP server, ALOV, Quantum GIS and MySQL have been used while in second Web GIS framework, Apache Tomcat server, GeoServer, Quantum GIS, PostgreSQL and PostGIS have been used. These two Web GIS frameworks have been critically compared to bring out the suitability of each for a particular application as well as their performance. This will assist users in selecting the most suitable one for a particular Web GIS application. 1.
    [Show full text]
  • Introduction Toto
    W W W . R E F R A C T I O N S . N E T IntroductionIntroduction toto AnAn OpenOpen SourceSource PlatformPlatform forfor GISGIS W W W . R E F R A C T I O N S . N E T uDiguDig W W W . R E F R A C T I O N S . N E T FaceliftFacelift W W W . R E F R A C T I O N S . N E T WhatWhat doesdoes “uDig”“uDig” mean?mean? ● “User-friendly” • “Internet” – Automatic Integration – OGC Web Map Server – OGC Web Feature Server ● “Desktop” – Catalogue – Native client • “GIS” – Operating system integration – Analysis framework – Printing – Cut and paste – Customizable – Drag and drop W W W . R E F R A C T I O N S . N E T uDiguDig isis aa FrameworkFramework ● uDig is a framework ● Success measured by number of adopters W W W . R E F R A C T I O N S . N E T BasedBased onon MatureMature TechnologiesTechnologies JTS (Java Topology Suite) 2D Spatial predicates JUMP, PostGIS and functions Java GeoSpatial GeoTools GeoServer Development Library Platform for building Eclipse Rich Client Platform Lotus Symphony, IBM's Eclipse and deploying rich client applications W W W . R E F R A C T I O N S . N E T EclipseEclipse RCPRCP ● 944 projects at Plugin Central Alone ● Strategic Members: – IBM, Borland, BEA, NOKIA, ORACLE, ... – Going to be around for a while W W W . R E F R A C T I O N S . N E T WhatWhat doesdoes uDiguDig addadd toto thethe mix?mix? ● Integration Platform ● Very useful product before customization ● Many many degrees of customization W W W .
    [Show full text]
  • The Decision Table Template for Geospatial Business Rules
    The Decision Table Template For Geospatial Business Rules Alex Karman CTO and Co-Founder Revolutionary Machines, Inc. www.rev-mac.com San Jose, Oct 13-15, 2014 1 OpenRules Now Supports Spatial Rules • Leverages the popular JTS Topology Suite (“JTS”) • Supports the Egenhofer Relationships (“DE9-IM”) for 2D points, polygons and line strings – Contains, touches, crosses, overlaps, disjoint, etc. • Supports distance and area calculations; and ranking by distance or area • Supports aggregates (max/min) of spatial rules • Supports non-spatial mereological rules – Part of/comprises • Loads Geographic Markup Language (GML) from text files with a GeometryDatabaseBuilder utility Motivation • Last year, we used OpenRules to handle business rules related to security constraints and service level agreements in a data center management project. • This year, the customer asked us if OpenRules could manage fraud detection and privacy rules in a healthcare project in the same data center. • We looked at the problem domain and saw a large number of spatial rules. Spatial Business Rules Are Everywhere • Healthcare – Hospital Referral Region, Hospital Service Area, Hospital, Patient, Emergency Routes • Sales – Supplier and buyer territories, census block demographics • Utilities – Markets are usually defined geographically • Local government – Cadasters, zones, counties, municipalities Most Spatial Business Rules Only Require a Simple Vocabulary • Describe how simple points, polygons and lines interact • Describe distances between them • Describe “at least” or “no more than” rules (aggregate spatial rules) Most Spatial Business Rules Never Use Most GIS Features • Continuous field data – Weather, climate, netCDF, raster • Slope and aspect – Digital elevation model, bathymetry, viewshed • Topology – The shoreline borders the shore • Spatial statistics – Autocorrelation, Moran’s I, Geary’s C, etc.
    [Show full text]
  • Open Source GIS Software Options for Forestry Education in Papua New Guinea
    Open Journal of Ecology, 2014, 4, 234-243 Published Online March 2014 in SciRes. http://www.scirp.org/journal/oje http://dx.doi.org/10.4236/oje.2014.44022 Open Source GIS Software Options for Forestry Education in Papua New Guinea David Lopez Cornelio Department of Forestry, PNG University of Technology, PMB, Lae, Papua New Guinea Email: [email protected] Received 6 November 2014; revised 9 December 2014; accepted 25 December 2013 Copyright © 2014 by author and Scientific Research Publishing Inc. This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/ Abstract Although open source softwares (OSS) for GIS and Remote Sensing are rapidly expanding and im- proving in the global context, there has been uncertainty at higher education institutions in de- veloping countries, such as the department of forestry (Dfo) at Unitech, Papua New Guinea (PNG), regarding appropriate GIS softwares and hardware to acquire and use for teaching and research purposes. The paper briefly describes the characteristics of some mature OSS and discusses their main capabilities, advantages and disadvantages. Their adoption in the Dfo curricula may be ad- vantageous in the long term, considering issues of learning curve steepness, versatibility, afforda- bility, effectiveness, and documentation available on them. Keywords Open Source Software; GIS Software; Forestry Education 1. Introduction GIS is a key technology for developing countries in domains such as environmental protection, urban manage- ment, agricultural production, deforestation mapping, public health assessment, and socioeconomic measure- ments. It is defined as a system of software components that maintain a spatially aware database, provides ana- lytical tools that enable spatial queries of the database, allows the association of locations with imported graphi- cal data, and provides graphical and tabular output.
    [Show full text]
  • PROFESSIONAL Development DEVELOPMENT 1 New AP® Course Proposal GEOGRAPHIC INFORMATION SCIENCE and TECHNOLOGY
    New AP® Course Proposal Geographic Information Science and Technology AP GIS&T | ProfessionalPROFESSIONAL Development DEVELOPMENT 1 New AP® Course Proposal GEOGRAPHIC INFORMATION SCIENCE AND TECHNOLOGY PROFESSIONAL DEVELOPMENT CONTEXT OF GIS&T IN K-12 EDUCATION Ever since the publication of the National Science Education Standards (National Academy of Sciences 1995), a concerted and evolving movement has gathered momentum to make STEM-based learning more inquiry-oriented. The proliferation of models of teaching and learning where questions and investigations drive learning, while not new, still present challenges in their planning, implementation, and evaluation. In order to make the vision of inquiry-driven STEM education come to fruition, educators are calling for resources, materials, and tools to support STEM teacher preparation and foster the shift toward inquiry- based learning in classrooms (Wilder, Brinkerhoff, & Higgins, 2003; McClurg & Buss, 2007; Trautmann & MaKinster, 2012). The importance of geospatial concepts, data, and technology in scientific inquiry and practices is cited throughout STEM education standards and frameworks, including Geography for Life: National Geography Standards (Heffron & Downs, 2012), the Next Generation Science Standards (Achieve, 2013), the Common Core State Standards for Mathematics (National Governors Association Center for Best Practices & Council of Chief State School Officers, 2010), and The College, Career, and Civic Life (C3) Framework for Inquiry in Social Studies State Standards (National Council for the Social Studies, 2013). An AP GIS&T course would therefore have broad appeal and apply to high school subjects across the curriculum. High school courses in GIS&T have begun to appear in recent years, most commonly under the curriculum for Careers and Technical Education (CTE).
    [Show full text]
  • Java V Open Source Gis - Geotools, Geoserver, Udig
    JAVA V OPEN SOURCE GIS - GEOTOOLS, GEOSERVER, UDIG Java v Open Source GIS - Geotools, Geoserver, uDig Ing. Jan Jeˇzek Department of Mapping and Cartography Faculty of Civil Engineering, CTU in Prague E-mail: [email protected] Key words: Java, GIS, Open Source, uDig, Geotools, Geoserver Uvod´ Open Source GIS pokr´yv´avˇetˇsinu oblast´ıpro spr´avugeografick´ych dat. Open Source GIS produkty lze rozdˇelitna dvˇehlavn´ıskupiny, a to na produkty napsan´ev jazyce C (C++) a na produkty v jazyce JAVA. V jazyce C V tomto jazyce jsou to pˇredevˇs´ımUMN Mapserver, GRASS, Thuban a knihovny GDAL/OGR, PROJ4, GEOS. V jazyce JAVA V tomto jazyce jsou to GeoServer, uDig, Jump a knihovny GeoTools, JTS. Z´akladn´ımstavebn´ımkamenem kaˇzd´ehoOpen Source GIS je moˇznostpˇripojen´ık datab´azi PostGIS/PostgreSQL, kter´eumoˇzˇnuj´ıobˇeskupiny. Projekty v jazyce C Obecnˇeplat´ı,ˇzeprojekty v jazyce C jsou mnohem vyzr´alejˇs´ı,a to pˇredevˇs´ımd´ıkydelˇs´ımu ˇcasov´ehoobdob´ıjejich v´yvoje. Z´aklademtˇechto projekt˚ujsou softwarov´eknihovny zn´azornˇen´e na n´asleduj´ıc´ımobr´azku.Knihovny lze st´ahnoutnapˇr´ıkladjako produkt FWTools. (http:// fwtools.maptools.org/). FWTools Geinformatics FCE CTU 2006 144 JAVA V OPEN SOURCE GIS - GEOTOOLS, GEOSERVER, UDIG Sd´ılen´eknihovny PROJ4 Knihovna pro pr´acis kartografick´ymizobrazen´ımiv jazyce C. Hlavn´ımautorem obou kniho- ven je Frank Warmerdam. web site http://remotesensing.org/proj/ GEOS GEOS je \Geometry Engine, Open Source\. Jedn´ase o implementaci jednoduch´ych pro- storov´ych prvk˚upodle OGC specifikace \Simple Features for SQL" a metod pro topologii. Knihovna je vytvoˇren´av C++.
    [Show full text]
  • Open Source GIS Software Applications Include GRASS, a Project Started in 1982 by the US Army but Is Now Open Source, and QGIS (Otherwise Known As Quantum GIS)
    Open Source GIS and Freeware GIS Applications An open source application by definition is software that you can freely access and modify the source code for. Open source projects typically are worked on by a community of volunteer programmers. Open source GIS programs are based on different base programming languages. Three main groups of open source GIS (outside of web GIS) in terms of programming languages are: “C” languages, Java, and .NET. The first group would be the group that uses “C” language for its implementation. This is the more mature of the groups of open source GIS, probably for the simple reason that is the group that has been working on GIS software applications the longest and has a long history of reuse of code. The libraries in the “C” group, from the base infrastructure, and include some capabilities like coordinate projection that make them very useful and popular. Popular “C” based open source GIS software applications include GRASS, a project started in 1982 by the US Army but is now open source, and QGIS (otherwise known as Quantum GIS). The second group of Open Source GIS would be the ones that use JAVA as the implementation language. JTS, central library for the Java GIS development, offers some geospatial functions that allow to compare objects and return a boolean true/false result indicating the existence (or absence) of any questioned spatial relationship. Other operators, like Union or Buffer, which are very hard to code, are offered in this group making it very appreciated by GIS developers. GeoTools, Geoserve, and OpenMap, are among the most popular open source GIS in this group of JAVA tools.
    [Show full text]
  • Gcp Diva-Gis
    DIVA-GIS + ICIS Integration Edwin Rojas (CIP) ICIS workshop 2006, CIMMYT May 2006 General Overview What is DIVA-GIS ? DIVA-GIS is a free and Open Source geographic information system (GIS) application that is used specially on GIS support for genebank curators & breeders. From where download DIVA-GIS installator ? www.diva-gis.com DIVA-GIS Overview DIVA-GIS was originally designed to enhance the data quality of accessions in genebank collections by providing and verifying location data (georeferencing) of collection sites. Mapping and Spatial analysis with DIVA-GIS can also be used to identify geographic areas of interest, for example: highly diverse (environmentally, taxonomically, or genetically), well represented or not in current collections, distributions of species and others. DIVA-GIS Historic 75% Migrated from Delphi DIVA- DIVA- DIVA- DIVA- DIVA- DIVA- GIS GIS GIS GIS 4 GIS 5 GIS 6 1.0 in 2.0 in 3.2 in in in in Delphi Delphi Delphi Java Java Java 1999 2000 2001-2002 2005 2006 GIS Framework selection process • “Integrated Client” Ability to directly view WMS OpenMap: en el 2003 Ability to directly edit WFS Deegree: en el 2003 – 2004 Ability to search catalogues Jump: en el 2004 Ability to integrate standard GIS data Hides complexity of network access uDig+Geotools: 2005 • “Standard GIS Functionality” Ability to directly edit GIS data Ability to connect to PostGIS, Mapserver, GeoServer Ability to create paper cartography Ability to integrate with proprietary infrastructures • Facilities for development DIVA is reusing a uDIG construction
    [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: May 25, 2006 TABLE OF CONTENTS THE STATE OF OPEN SOURCE GIS ...............................................................................................1 TABLE OF CONTENTS........................................................................................................................2 1 SUMMARY....................................................................................................................................3 1.1 OPEN SOURCE ...........................................................................................................................3 1.2 OPEN SOURCE GIS....................................................................................................................5 2 IMPLEMENTATION LANGUAGES .......................................................................................6 2.1 SURVEY OF ‘C’ PROJECTS ........................................................................................................7 2.1.1 Shared Libraries...............................................................................................................8 2.1.1.1 GDAL/OGR .................................................................................................................8 2.1.1.2 Proj4............................................................................................................................10
    [Show full text]
  • Udig Case Studies
    Jessie Eichar Jody Garnett Jeff Lounsbury User-friendly Desktop Internet GIS (uDig) 1 RefractionsRefractions ResearchResearch ● Started uDig in 2004 ● Spatial Systems Consulting Company – Victoria BC based – 25 employees – In business for 10 years ● Clients – Canada/US/International – Federal/Provincial/Private Sector 2 LISAsoftLISAsoft ● Spatial Systems Integration – Open Standards – Open Source – Australia in Sydney, Melbourne, Adelaide … and Brisbane ● Clients – Federal / State / Private Sector – OGC 3 OtherOther OrganizationsOrganizations ● CampToCamp – Switzerland and France ● HydroloGIS – Based in Italy – Hydrology and Geomorphological analyses ● Axios – Based in Spain – Advanced Edit Tools 4 SoSo whywhy openopen source?source? ● We need to get the job done – We use open source – We use proprietary ● Open source our own tools allows us to share maintenance costs ● Being active allowed me to meet you (good advertising) ● Access to experts ● Sharing development risk 5 GeospatialGeospatial ArchitectureArchitecture ● Spatial Database – Concurrency ● Data Manipulation – Transactions – Direct Access – Seamlessness – Editing ● Internet Publishing – Cartography – Feature Access – Map Access 6 ESRIESRI ArchitectureArchitecture Web Pages ArcGIS Image Server ArcGIS Server ArcSDE ArcGIS 7 OpenOpen SourceSource GeospatialGeospatial ArchitectureArchitecture Web Pages uDig PostGIS 8 OpenOpen StandardsStandards WMS Context Web Map Server Web Feature Server SFSQL OWS Context 9 MissingMissing LinkLink forfor OpenGISOpenGIS ● Directly view WMS ● Directly
    [Show full text]
  • Practical Introduction to GRASS and Related Software for Beginners
    Workshop Practical introduction to GRASS Practical introduction to GRASS and related software for beginners Marco Ciolli, Clara Tattoni and Paolo Zatelli Department of Civil and Environmental Engineering University of Trento Italy FOSS4G2010 Barcelona, Spain 6 - 9 Sept. 2010 Workshop Practical introduction to GRASS WhoWho areare you,you, anyway?anyway? We are researchers in GIS and environmental applications at the University of Trento, Italy, for more than ten years. We have organized the "Open Source Free Software GIS - GRASS users conference 2002", Trento, Italy, in 2002. We have already organized the workshops: ●"GRASS Beginners" and "GRASS external RDBMS" for FOSS4G2006 ●"GRASS GIS and RDBMS" for FOSS4G2007 ●“Practical introduction to GRASS and related software for beginners” for FOSS4G2008 and FOSS4G2009 FOSS4G2010 Barcelona, Spain 6 - 9 Sept. 2010 2 Workshop Practical introduction to GRASS WhatWhat areare wewe goinggoing toto do?do? Well, of course, a “Practical introduction to GRASS and related software for beginners”! It consists in: ✔ a brief presentation of GRASS; ✔ a hands-on tutorial. FOSS4G2010 Barcelona, Spain 6 - 9 Sept. 2010 3 Workshop Practical introduction to GRASS WhatWhat areare wewe goinggoing toto use?use? The workshop material is self-contained in the Virtual Machine we are using. The Virtual Machine contains: ✔ The software ✔ Xubuntu 10.04 with: ✔ GRASS GIS 6.4RC6; ✔ R 2.10.1 with GRASS support; ✔ QGIS 1.4.0 with GRASS plugin, PostgreSQL 8.4.4, PostGIS 1.5.1, pgAdminIII 1.10.1 and pgagent 3.0.1. ✔ GRASS tutorial; ✔ These slides. FOSS4G2010 Barcelona, Spain 6 - 9 Sept. 2010 4 Workshop Practical introduction to GRASS WhereWhere cancan II findfind this?this? The workshop material is available on our web site: http://www.ing.unitn.it/~grass There you find: ✔ LIVE DVD iso images.
    [Show full text]