10. TECHNOLOGICAL TRENDS in GEOINFORMATICS Prasun Kumar Gupta, Scientist, Geoinformatics Department, Indian Institute of Remote Sensing (ISRO)

Total Page:16

File Type:pdf, Size:1020Kb

10. TECHNOLOGICAL TRENDS in GEOINFORMATICS Prasun Kumar Gupta, Scientist, Geoinformatics Department, Indian Institute of Remote Sensing (ISRO) 10. TECHNOLOGICAL TRENDS IN GEOINFORMATICS Prasun Kumar Gupta, Scientist, Geoinformatics Department, Indian Institute of Remote Sensing (ISRO) Introduction Geoinformatics, since its advent, has taken many forms. From a mapping platform to an analytics tool – Geographical Information Systems (GIS) has evolved largely because of advancements in technology. Geospatial development was vastly limited about a decade ago. Professional (and hugely expensive) GIS were the norm for working with and visualizing geo-spatial data. Open source tools, where they were available, were obscure and hard to use. What is more, everything ran on the desktop—the concept of working with geo-spatial data across the Internet was no more than a distant dream. “In 2005, Google released two products that completely changed the face of geo-spatial development: Google Maps and Google Earth made it possible for anyone with a web browser or a desktop computer to view and work with geo-spatial data. Instead of requiring expert knowledge and years of practice, even a four year-old could instantly view and manipulate interactive maps of the world. Google's products are not perfect—the map projections are deliberately simplified, leading to errors and problems with displaying overlays; these products are only free for non-commercial use; and they include almost no ability to perform geo-spatial analysis. Despite these limitations, they have had a huge effect on the field of geo-spatial development. People became aware of what was possible, and the use of maps and their underlying geo-spatial data has become so prevalent that even cell phones now commonly include built-in mapping tools.” [1] The world of free and open source geospatial software has experienced some major changes, in the last few years. The increase in interest for open source software is evident from the following four instances [2]: 1. During 2007 and 2008 20 entries have been added to the list of software projects on the website FreeGIS.org (containing now 330 entries). 2. Increasing financial support by governmental organizations for the foundation of free and open source (FOS) GIS projects. 3. The download rates of free desktop GIS software. SAGA GIS for instance experienced an average increase of downloads in its documentation section between 2005 and 2008 from 700 to 1300 per month. 4. Increasing number of use cases of open source GIS software such as those documented by [3] for the geospatial database PostGIS. Tools such as PROJ.4, PostGIS, OGR, and Mapnik are all excellent geo-spatial toolkits that are benefactors of the open source movement. With a number of geo-spatial-related Application Programming Interfaces (APIs) and more geo-spatial data becoming available, from an increasing number of sources, it has become essential to define standards for geo-spatial data [4]. “OGC® standards are technical documents that detail interfaces or encodings. Software developers use these documents to build open interfaces and encodings into their products and services. These standards are the main "products" of the Open Geospatial Consortium and have been developed by the membership to address specific interoperability challenges. Ideally, when OGC standards are implemented in products or online services by two different software engineers working independently, the resulting components plug and play, that is, and they work together without further debugging. OGC standards and supporting documents are available to the public at no cost. OGC Web Services (OWS) are OGC standards created for use in World Wide Web applications [5]. All of this is simply the continuation of a trend that started when GIS systems were housed on mainframe computers and operated by specialists who spent years learning about them. Geo-spatial data and applications have been democratized over the years, making them available in more places, to more people. What was possible only in a large organization can now be done by anyone using a handheld device. As technology continues to improve, and the tools become more powerful, this trend is sure to continue. This article also discusses about the advancements in GIS which have also borrowed from other fields such as visualization, computing and databases. Overview of GIS customization This section will discuss the most up-to-date tools and information necessary for building and implementing customized GIS mapping applications and geoprocessing functions according to current industry standards. The tools and concepts covered comprise an introduction to programming languages and development practices commonly used to integrate, customize, automate and extend desktop GIS technologies to meet the specific needs of end users. Users normally require or want GIS customization for the following purposes: 1. Automate repetitive tasks 2. To present a custom interface for users 3. Document work 4. Maintain Consistency GIS customization has been around for a long time. Some examples of programming languages used for customization are as follows [6]: Avenue AML – ARC Macro Language ArcObjects, VBA (macros), and COM C# and .NET Python Each of the languages / platforms have their own trade-offs in terms of ease of programming, time and memory efficiency and resource utilization [7]. A wide spectrum of programming languages are used as customization languages (mainly C/C++, Python, JAVA) and the same ones are building blocks of most current GIS tools (Figure 10.1). Figure 10.1 Relationships between FOSS4G projects [8] It is very difficult to identfy the “best” programming language for GIS. It depends on what the user intends to do. It is not practical to say that C++, Python, and JAVA, or any other language are equivalent options. They are for different purposes and are often not interchangeable [9]. 1) If your GIS workstation application of choice is ArcGIS, then the best way to make your work more efficient, especially for modeling, spatial analysis, geoprocessing, data management, map automation, write and sharing tools, and more going forward, is Python. Otherwise, you're doing everything longhand and just hindering yourself. Python can also help you automate, streamline, etc. things you would otherwise do clicking buttons over and over. 2) If you expect to do a considerable amount of work developing Windows-based desktop applications, either standalone customized GIS capabilities for your end users or more advanced add-ins and extensions for ArcGIS Desktop, then you will want to consider using Visual Studio and C# to do most of this work. Going forward, this includes developing using Silverlight for the web and for Windows Phone. Java is also an option here; not equal but closely equivalent. 3) If the kind of development you need to do is to create complicated or highly-performant functional capabilities deep within your GIS functions, then there are times when creating libraries with C++ to carry the load is the way to go. But this is really just for very low-level focused work when the ability to very closely manage memory and computing resources during these functional operations is most essential. 4) If you need to create web browser or native mobile client apps for bringing together map data and web services, then you could end up needing to get familiar enough with HTML, JavaScript, or ActionScript (Flex), or Objective-C (iOS), or Java (Android), as well as getting yourself very familiar with the RESTful way of architecting, creating, and consuming services and other resources across the web. Desktop Applications Databases Web Services Libraries GRASS, QGIS, ILWIS, POSTGIS UMN Mapserver, GDAL/OGR, PROJ.4, SAGA, uDIG, gvSIG, GeoServer, SharpMap, FDO, GEOS, JTS MapWindow, JUMP, MapBender, OSSIM OpenLayers Table 10.1 Popular FOSS4G softwares Free and Open Source softwares and web resources [2], [3] give a detailed account of the free and open source (FOSS) softwares available in the GIS domain. The FOSS movement is based on two main licensing terms: the GNU public license (GPL) and the lesser GPL (LGPL). “The earliest open source license, the GPL, was created in the mid 1980s to distribute the GNU project software. Most open source software to date has been distributed under the GPL, Linux being one high-profile example. The GPL subverts the traditional concept of restricted access through copyright by ensuring complete, unrestricted access to all open source software and any derivatives. These must also be licensed under the same terms, referred to as “copyleft—all rights reversed.” This latter guarantee of the same rights to subsequent users caused such licenses to be termed viral. The GPL is controversial, because it requires that all applications that contain GPL software are also released under a GPL license. A modified version, the Lesser GPL (LGPL) was created when this proved impractical. The LGPL differs from the GPL in two main ways. First, it is intended for use with software libraries (it was initially known as the Library GPL). Second, the software may be linked with proprietary code, which is precluded by the GPL.” [10] The FOSS for GIS (FOSS4G) is a relatively new term and is coined by the Open Source Geospatial (OSGEO) Foundation. The international FOSS4G organisation has been organizing annual conferences since 2006 in places around the world (Switzerland, Canada, South Africa, Sydney, Barcelona, Denver and Beijing till 2012). A “Live DVD” is released at these conference containing GIS/RS applications and related tutorials, and sample data sets. The DVD contains standard *inx based operating system, office applications and GIS /RS softwares (Figure 10.2). The FOSS4G softwares can be broadly categorised into desktop applications, databases, web services and libraries. Table 10.1 gives a summary of the most popular softwares in each of these four categories. Figure 10.2 General function–means tree of the GIS LiveDVD The most popular GIS libraries have been developed using C/C++ are GDAL/OGR, Proj4 and GEOS. GDAL/OGR is a GIS and image format access library in which GDAL is responsible for raster data and OGR is responsible for vector data access.
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]
  • Gvsig a Real Tool for GIS Technicians
    Arnulf Christl OSGeo President OSGeo Spatially Empowered Open Source Geospatial World Forum 2011 – Hyderabad, India Agenda Free Software Licenses FS Open Source Methodology OS What is OSGeo? FOSS4G Vision and Mission How it works: Formal Structures Local Chapters, Conferences & Fairs OSGeo Live This presentation is available as editable ODP (2.4MB) and PDF (1.1MB) GWF 2011 – Hyderabad, India OSGeo - Spatially Empowered Open Source 2/35 Proprietary Licensing You are not allowed to copy You are not allowed to modify You are not allowed to give away You are not allowed to improve You are not allowed to install You are not allowed to share You are not allowed to... ...today the revival is in the Terms of Services! GWF 2011 – Hyderabad, India OSGeo - Spatially Empowered Open Source 3/35 Free Software Licensing Free Software Licensing Not as in "free beer" but as in free speech You are free to: use it anywhere for any purpose understand and improve it pass it on to anybody else make money by providing training, maintenance and services GWF 2011 – Hyderabad, India OSGeo - Spatially Empowered Open Source 4/35 Free Software Licensing Free Software Licensing Not as in "free beer" but as in free speech You are free to: dd!! use it anywhere for anye purpose teee understand andnn improvet it aa pass it onaa torr anybody else make moneyuu by providing training,GG maintenance and services GWF 2011 – Hyderabad, India OSGeo - Spatially Empowered Open Source 5/35 Free Software Licensing Free Software is a legal licensing model that protects your interests. The opposite is proprietary (or closed) software.
    [Show full text]
  • Quick Guide to Free Geoinformatics for Disaster Management
    Disaster Risk Reduction Research Group - Centre for Applied Geoscience School of Earth and Environmental Sciences University of Portsmouth, UK. Quick Guide to Free Geoinformatics for Disaster Management Mathias Leidig & Richard Teeuw April 2016 (version 2.3) Copyright statement: This work is published under the creative commons license 3 (CC BY-NC-SA 3.0). The license grants you to share, copy, distribute, transmit and adapt this document for non-commercial purposes under share alike conditions (http://creativecommons.org/licenses/by-nc-sa/3.0/). Please refer to this document and its authors when modifying. Disaster Risk Reduction Research Group - Centre for Applied Geoscience School of Earth and Environmental Sciences University of Portsmouth, UK. Contents Introduction ................................................................................................ 3 1. Free datasets ....................................................................................... 4 Table 1: Geospatial data sources ............................................................ 4 2. Free Software ................................................................................... 13 Table 2.1. Free GIS software .............................................................. 15 Table 2.2. Free image processing software ......................................... 17 Table 2.3. Free data viewer ................................................................. 20 Table 2.4. GoogleEarth related tools ................................................... 20 Mini
    [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]
  • Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC
    Implementing OGC Web Map Service Client Applications Using JSP, JSTL and XMLC Hao Ding , Richard Pascoe & Neville Churcher Department of Computer Science University of Canterbury. Christchurch, New Zealand Phone: +64 3 364-2362 Fax: +64 3 364-2569 Email: [email protected] , {richard, neville}@cosc.canterbury.ac.nz Presented at SIRC 2002 – The 14th Annual Colloquium of the Spatial Information Research Centre University of Otago, Dunedin, New Zealand th December 3-5 2002 ABSTRACT Java technologies are widely used in web application development. In this paper are described three approaches to developing Java-based web applications and our experiences with applying each to the development of client that interact with servers implementing the OGC (Open GIS Consortium) Web Map Service (WMS) specification. Also described is the installation and configuration of open source software that implements the WMS specification. The paper is concluded with some preliminary insights into when one of the three approaches to WMS client implementation is more suited to another. Keywords and phrases: WMS, JSP, JSTL, XMLC, map layer, web map server 1.0 INTRODUCTION Of the many technologies, such as Common Gateway Interface (CGI), Active Server Pages (ASP), JavaServer Pages (JSP), that are used to develop web applications, three are of particular interest to the research presented here. These three technologies or approaches to developing clients that utilise web services are JavaServer Pages (JSP), JSP with the use of tags from the JSP Standard Tag Library (JSTL), and the eXtensible Markup Language Compiler (XMLC). JSP is a more convenient way to write Java servlets, and allows the insertion of Java code directly into static HTML (Hypertext Markup Language) pages.
    [Show full text]
  • Free and Open Source GIS in South America: Political Inroads and Local Advocacy
    Central Washington University ScholarWorks@CWU All Faculty Scholarship for the College of the Sciences College of the Sciences 9-2019 Free and open source GIS in South America: political inroads and local advocacy Sterling Quinn Central Washington University Follow this and additional works at: https://digitalcommons.cwu.edu/cotsfac Part of the Geographic Information Sciences Commons Recommended Citation Quinn, S. (2019). Free and open source GIS in South America: political inroads and local advocacy. International Journal of Geographical Information Science, 34(3), 464–483. https://doi.org/10.1080/ 13658816.2019.1665672 This Article is brought to you for free and open access by the College of the Sciences at ScholarWorks@CWU. It has been accepted for inclusion in All Faculty Scholarship for the College of the Sciences by an authorized administrator of ScholarWorks@CWU. For more information, please contact [email protected]. The following is the author’s accepted edition of the article. The Version of Record of this manuscript was published in the International Journal of Geographical Information Science in September 2019 and is available at https://www.tandfonline.com/doi/full/10.1080/13658816.2019.1665672 Free and open source GIS in South America: political inroads and local advocacy Sterling Quinn Department of Geography -- Central Washington University [email protected] Geographical information systems (GIS) practitioners worldwide enjoy a growing array of free and open source software (FOSS) options. This software has expanded the accessibility of GIS in economically developing countries while fostering local technical expertise. This article reviews FOSS GIS uptake and advocacy in South America, especially how it relates to a climate of political friendliness toward FOSS in the region.
    [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]
  • AGD Landscape & Environment 6 (2) 2012. 76-92. COMPARISON of the MOST POPULAR OPEN-SOURCE GIS SOFTWARE in the FIELD of LANDS
    AGD Landscape & Environment 6 (2) 2012. 76-92. COMPARISON OF THE MOST POPULAR OPEN-SOURCE GIS SOFTWARE IN THE FIELD OF LANDSCAPE ECOLOGY SZEMÁN ISTVÁN1 1University of Debrecen, Department of Landscape Protection and Environmental Geography, Debrecen, 4032, Egyetem tér 1. E-mail: [email protected] Received 2 March 2012; accepted in revised form 21 December 2012 Abstract GIS (Geographic Information System) software is a very useful tool in modern landscape ecology research. With its help data can be obtained which can - after processing - help to understand and demonstrate the processes taking place in the landscape. Since direct environmental measurements and sampling from a large area are, in many cases, difficult or even impossible, modelling with GIS tools is very important in the workflow of landscape research and landscape analysis. In this article we review the best known open source GIS systems and geographic information tools with possibilities for landscape ecology application. Furthermore we will introduce all the basic concepts that are associated with these open source software programmes. We provide a comparative analysis of the most widely used open source GIS applications, where, through a specific example, we will examine how these tools are used to produce basic landscape metric indicators. We will examine those functions of the programmes that are necessary to produce a complete thematic map, and finally we will emphasize various other important functions of the software to give adequate information for those users who choose open source code GIS tools, for financial reasons or otherwise, to complete a landscape ecology analysis. Our opinion is that this type of comparison is much more informative than those done by proprietary software, because these latter are all based on a basic data library, and therefore yield similar results (proj4, gdal/ogr, jts/geos, etc.) to their ‘paid’ competitors.
    [Show full text]