QGIS SAGA GRASS Gvsig Whitebox GAT Mapwindow Geoda Udig

Total Page:16

File Type:pdf, Size:1020Kb

QGIS SAGA GRASS Gvsig Whitebox GAT Mapwindow Geoda Udig QGIS SAGA GRASS gvSIG Whitebox GAT MapWindow GeoDa uDig OpenJump DivaGIS MapBox Worldkit Opens vector files Points and polygons only, NO LINES Supports GeoRSS only Can open KML KML only, does not support KMZ Can open GeoJSON Can open GPX Plugin Can open shapefiles Opens GDB Through plugin Opens rasters Vector only software GRID, IDRISI, FLOAT, ASCII, BIL, BIP, BSQ only Can display multi-band rasters correctly (RGB) Single band only Creates shapefiles Allows for snapping when digitizing Can create curved lines and edges View attribute table Modify attribute table Supports 3rd party extensions Python libraries Has to be run from within Whitebox Makes maps Title of map is customizeable (Text, font style) Cannot add title to map Placement is not customizeable Scale is correct Cannot add scale to map No scale Options of scalebar, ratio text Has both, but cant customize Scalebar is an option, but not ratio Scale bar only Scalebar only Supports north arrows Use image Use image Supports legends Proper legends for continous rasters Vector only software Can create mapbooks Requires programming Supports neatlines Can add images Export to PDF Can print map to PDF Export to SVG Export to image Can print map to image Export to Adobe Illustrator (AI) Work with and export to AutoCAD Supports DXF only Supports DXF only Requires OpenDWG Supports DXF only Supports DXF only Supports DXF only DXF only Supports layer symbology Symbology rules by category Symbology rules by quantity Customizeabile multi-rule symbology Supports scale-based rendering Supports labelling layers Can disable rendering on the fly Support for tiled basemaps Through plugins Can access spatial databases (e.g. PostGIS) 3D Raster view Vector only software Network analysis Through plugin Does not support line networks Plugins, pgrouting Find fastest route Through plugin Plugins, pgrouting Service area Requires pgrouting Requires programming Plugins, pgrouting OD Cost Matrix Requires pgrouting Requires programming Plugins, pgrouting Location allocation Requires pgrouting Requires programming Plugins, pgrouting Closest facility Requires pgrouting Requires programming Plugins, pgrouting On the fly reprojection Only one projection per location Graphical automation (Modelbuilder equivalent) Available on Windows Available on MacOS Available on Linux Generate hillshades Vector only software Generate hillshades on the fly Raster analysis Generate viewsheds Requires GRASS Generate slope raster Requires GRASS/SAGA/GDAL Generate aspect raster Requires GRASS/SAGA/GDAL Raster calculator Reclassify Requires GRASS/SAGA .
Recommended publications
  • 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]
  • 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]
  • Gvsig a Real Tool for GIS Technicians
    gvSIG a real tool for GIS technicians Jorge Gaspar Sanz Salinas [email protected] International Geodetic Students Meeting 05/05/08 · Valencia Agenda Origins of the project What is gvSIG? OK, but what can gvSIG do for me now? The near and mid-term future Conclusions IGSM · Valencia · 05/05/08 gvSIG a real tool for GIS technicians 2 Origins What is gvSIG? Capabilities Origins of the project Future Conclusions In 2003 CIT decides to migrate to Free Software (gvPONTIS), why? Better usage of incoming budget Promote local industry Technology independence At this time, no free CAD or GIS available Launch a brand new project From a local to a global project IGSM · Valencia · 05/05/08 gvSIG a real tool for GIS technicians 3 Origins What is gvSIG? Capabilities a desktop GIS Future Conclusions A classical geographical information tool Retrieve data Edit and analyse Output results IGSM · Valencia · 05/05/08 gvSIG a real tool for GIS technicians 4 Origins What is gvSIG? Capabilities a desktop GIS Future Conclusions IGSM · Valencia · 05/05/08 gvSIG a real tool for GIS technicians 5 Origins What is gvSIG? Capabilities a desktop GIS Future Conclusions Main characteristics: Developed in Java Runs in Windows, GNU/Linux and MacOS Modular and extensible Fast development Quite similar to ESRI ArcView 3.2 interface Uses the best Free Software components IGSM · Valencia · 05/05/08 gvSIG a real tool for GIS technicians 6 Origins What is gvSIG? Capabilities free software Future Conclusions It's Free Software (GPL), so you can Use it for whatever you want Study how it works (and adapt it) Redistribute it Improve it translating adding new features ..
    [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]
  • 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]
  • Proof of Concept and State of the Art in FOSS Geospatial Technology
    Field Information Geospatial-database System (FIGS) for the United Nations Office for Coordination of Humanitarian Affairs (OCHA) Proof of concept and state of the art in FOSS Geospatial Technology Report by Sean Ahearn, Ph.D., Hunter College - CUNY David Almeida, Hunter College CUNY Software Engineer, TTSI Mark Gahegan, Ph.D. Pennsylvania State University To Mr. Suha Ulgen Technical Coordinator Field Information Support Project Office for the Coordination of Humanitarian Affairs One UN Plaza DC1-1368 New York, NY 10017 March 2006 FIGS Working Group Document: Proof of Concept and state of the art in FOSS 1 Geospatial Technology 3/15/2006 Table of Contents Page number Executive Summary 5 1.0 Introduction 7 2.0 Purpose of broader project 9 2.1 Phase 1: Proof of Concept and state of the art in FOSS Geospatial Technology 9 2.2 FIGS Development 9 2.3 Phase 3: FIGS Field Implementation 11 3.0 Background 11 4.0 Phase I: Proof of Concept and state of the 12 art in FOSS Geospatial Technology 4.1.1 Initial overview of the use of geospatial 12 technology for disaster relief management. 4.1.2 Introduction: Humanitarian Information Centers (HIC) 13 4.1.3 Tsunami (South-east Asia) 16 4.1.4 Earthquake (Pakistan-India) 17 4.2 Within the context of these emergencies, conduct a 20 preliminary data needs assessment and establish functionality requirements for geospatial query, analysis and cartographic output. 4.2.1 Current software systems used 21 4.2.2 Required functionality of Geospatial environment 21 4.2.3 Critical information needs 22 4.2.4 Operational conditions 24 4.3 Assemble, integrate and test Free Open Source Software 24 (FOSS) systems for storage, maintenance, access and analysis of geospatial information.
    [Show full text]
  • WP4000 Database Report
    EU FP 6 Project GOCE 037063 with DG Environment GEO-BENE Global Earth Observation -Benefit Estimation: Now, Next and Emerging STREP PRIORITY [1.1.6.3] [Global Change and Ecosystems] DELIVERABLE D6 (T14) GEO-BENE DATA BASE REPORT Due date of deliverable: 30 September 2007 Start date of project: 1 July 2006 Duration: 36 Months Organization name of lead contractor for this deliverable: International Institute for Applied Systems Analysis (IIASA) Dissemination Level PU Public X PP Restricted to other programme participants (including the Commission Services) RE Restricted to a group specified by the consortium (including the Commission Services) CO Confidential, only for members of the consortium (including the Commission Services) EU-Project No. 037063 GEO-BENE D6 Abstract The GEO-BENE Data Base Report (D6) is due by the end of September 2007 (T14). The main objective of this task is the analysis of current standards and geodata infrastructures worldwide as well as the definition of Geobene’s system architecture and high level data models for the work packages. Therefore, this deliverable covers the following topics: • OGC and ISO standards: Compilation of standards and recommendations in the field of geomatics, especially the ISO/TC211 family and the recommendations of the OpenGeospatial Consortium. • Woldwide geodata infrastructures: short review of global and regional initiatives like UN-SDI and INSPIRE • The Geobene database strategy and the global database for epic modelling 2 EU-Project No. 037063 GEO-BENE D6 Document history Version Status Date Author 0 Input for OGC standards 2007-09-14 FELIS 1 Detailed description of data strategy for high 2007-09-24 SSCRI, data-demanding application - global database BOKU for the EPIC modeling 2 Input for OGC standards 2007-09-24 FELIS 3 OGC Reference Model 2007-09-24 FELIS 4 Dublin Core and input for OGC included.
    [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]