An Evaluation of Map Engines

Total Page:16

File Type:pdf, Size:1020Kb

An Evaluation of Map Engines Institutionen för datavetenskap Department of Computer and Information Science Final thesis An Evaluation of Map Engines by Alexander Magnusson LIU-IDA/LITH-EX-G—12/022—SE 2012-10-08 Linköpings universitet Linköpings universitet SE-581 83 Linköping, Sweden 581 83 Linköping Linköping University Department of Computer and Information Science Final Thesis An Evaluation of Map Engines by Alexander Magnusson LIU-IDA/LITH-EX-G—12/022—SE 2012-10-08 Supervisors: Erik Berglund Johan Hagelin Examiner: Erik Berglund På svenska Detta dokument hålls tillgängligt på Internet – eller dess framtida ersättare – under en längre tid från publiceringsdatum under förutsättning att inga extra- ordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka kopior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervisning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säkerheten och tillgängligheten finns det lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dokumentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för upphovsmannens litterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/ In English The publishers will keep this document online on the Internet - or its possible replacement - for a considerable time from the date of publication barring exceptional circumstances. The online availability of the document implies a permanent permission for anyone to read, to download, to print out single copies for your own use and to use it unchanged for any non-commercial research and educational purpose. Subsequent transfers of copyright cannot revoke this permission. All other uses of the document are conditional on the consent of the copyright owner. The publisher has taken technical and administrative measures to assure authenticity, security and accessibility. According to intellectual property law the author has the right to be mentioned when his/her work is accessed as described above and to be protected against infringement. For additional information about the Linköping University Electronic Press and its procedures for publication and for assurance of document integrity, please refer to its WWW home page: http://www.ep.liu.se/ © Alexander Magnusson Disclaimer This report is the culmination of a bachelor thesis. The company Saab AB has provided me with a working environment and the necessary equipment (software and hardware). All opinions, judgements and subjective thoughts presented in this report belongs to the author and does not necessarily reflect the views of Saab. Acknowledgements I would like to thank my two supervisors, Johan Hagelin at Saab AB, and Erik Berglund at Link¨opingUniversity, for their assistance and guidance during this work. Furthermore I extend my thanks to Mattias Lindblad for helping me with various technical issues, Henrik Nyberg for providing me with necessary test data, Patrik Andersson for information and material regarding OGC, and all my other co-workers at Saab. Also I would like to thank the involved companies: Carmenta, Envitia, Esri and Luciad for lending their products and giving helpful support, and everyone contributing to WorldWind. Abstract Geographic data is often used and a necessary part for various tasks, examples could be city planning, air-traffic control and navigation. In today's modern world computer systems are an integral part for accomplishing such tasks. Consequently, software is required to handle geographic data. This report is a study of a number of map engines used in such software. The choice of which map engine to use for producing the desired software is important. A particular map engine might not live up to the requirements set up. First I will examine the map engines from a more subjective point of view by developing a basic application. This phase evaluates how easy it is for a software developer to use this map engine. Once a basic application using this map engine has been produced it will be tested. The testing consists of both evaluating the functional capabilities and performance. Summary Different philosophies Investigating the map engines led to an important discovery regarding their reliance of preprocessed data. LuciadLightspeed and WorldWind are intended to produce entirely standalone applications that function by themselves. The other three, Carmenta Engine, MapLink Pro and ArcGIS Runtime to varying degrees relies on a studio application that takes data, processes it, and delivers it in a format for the client application to use. The degree of reliance corresponds to the to the order they were mentioned in, Carmenta Engine is the least dependent and ArcGIS Runtime the most. Comparing the map engines is sometimes difficult due to this fundamental difference. Format support LuciadLightspeed performs the best, followed by Carmenta Engine. Both map engines can read all the formats looked at in this project. LuciadLight- speed can use all OGC services while Carmenta Engine cannot use WFS services and the support for WCS services have some issues. It should be said that all map engines can use a WMS service. Trying to give a simple ranking of MapLink Pro, ArcGIS Runtime and WorldWind is a bit difficult, WorldWind is intended to produce a standalone application whereas the two other to varying degrees relies on a studio application to "preprocess" data. WorldWind has some shortcomings in format support, ArcGIS Runtime relies almost wholly on its studio application and MapLink Pro does that too for some formats while reading data straight away requires a high degree of effort. This test and judgement is biased in favour of map engines that directly reads data formats. MapLink Pro and ArcGIS Runtime has quite good support when also taking the studio application into account. Performance In the test on handling symbols WorldWind performs the best, closely followed by MapLink Pro and LuciadLightspeed. Carmenta Engine and ArcGIS Runtime perform relatively poorly compared to the others and end up second last and last respectively. When it comes to handling imagery LuciadLightspeed performs the best overall. There are some dissimilarities between the map engines that make a further ranking difficult, but by large they perform equally well. However WorldWind processes images before displaying them. If an image is relatively "small" this is not an issue, but if the image is "large" the processing takes some time. ArcGIS Runtime cannot directly read images so this aspect is not applicable to it, instead it reads package files which would have been more appropriate to test with. This was however not done in this project. Ease of use & quality of documentation This judgement regarding ease of use is primarily derived from the supplied documentation and my ability to use it. LuciadLightspeed has the best documentation. The documentation for Carmenta Engine and ArcGIS Run- time is generally equal in quality. The documentation for MapLink Pro seems to be targeted for a technically experienced audience with familiarity of this particular field of software. WorldWind is a special case, there is not much in the way of a conceptual documentation or a developer's guide. However all the source code and a javadoc reference is available. In terms of ease of use I would place Carmenta Engine and ArcGIS Runtime in a tied first place mainly due to the simplicity of the map engines. Luciad- Lightspeed comes second place because of its complexity but outstanding guides. WorldWind and Maplink Pro are tied, as WorldWind is pretty complex and the documentation for Maplink Pro did not provide much help. Which Map Engine is the best? No map engine can be said to be absolutely superior in every conceivable way. Depending upon the particular situation the requirements set forth might favour one map engine while disfavouring another one that could have been suitable in another situation. Contents 1 Introduction 8 1.1 Goal . .8 1.2 Limitations . .8 1.3 Structure of the report . .9 2 Carmenta Engine 10 2.1 General introduction . 10 2.2 Developing the application . 10 2.2.1 A simple example . 11 2.2.2 Reading Data . 14 3 MapLink Pro 18 3.1 General introduction . 18 3.2 Developing the application . 18 3.2.1 A simple example . 19 3.2.2 Reading data . 20 4 ArcGIS Runtime 22 4.1 General introduction . 22 4.2 Developing the application . 22 4.2.1 A Simple Example . 22 4.2.2 Reading Data . 24 5 LuciadLightspeed 26 5.1 General introduction . 26 5.2 Developing the application . 26 5.2.1 A simple example . 26 5.2.2 Reading data . 27 6 WorldWindJava 42 6.1 General introduction . 42 6.2 Developing the application . 42 6.2.1 A simple example . 43 6.2.2 Reading data . 44 7 Testing 50 7.1 The testing platform . 50 7.2 Identifying test cases . 50 7.3 Symbols performance . 50 1 7.4 Carrying out the test . 51 7.5 Image handling . 52 7.5.1 Carmenta Engine . 53 7.5.2 MapLink Pro . 53 7.5.3 ArcGIS Runtime . 54 7.5.4 LuciadLightSpeed . 54 7.5.5 WorldWind . 56 7.6 Carrying out the test . 56 8 Test results 57 8.1 Symbols performance . 57 8.1.1 The quality of the measurement . 57 8.1.2 Comments on the findings . 58 8.2 Reading raster data . 58 8.2.1 Carmenta Engine . 58 8.2.2 MapLink Pro . 59 8.2.3 ArcGIS Runtime . 59 8.2.4 LuciadLightspeed . 59 8.2.5 WorldWindJava . 60 8.2.6 Summary: Image handling .
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]
  • The National Atlas and Google Earth in a Geodata Infrastructure
    12th AGILE International Conference on Geographic Information Science 2009 page 1 of 11 Leibniz Universität Hannover, Germany Maps and Mash-ups: The National Atlas and Google Earth in a Geodata Infrastructure Barend Köbben and Marc Graham International Institute for Geo-Information Science and Earth Observation (ITC), Enschede, The Netherlands INTRODUCTION This paper is about different worlds, and how we try to unite them. The worlds we talk about are different occurrences or expressions of spatial data in different technological environments: One of them is the world of National Atlases, collections of complex, high quality maps presenting a nation to the geographically interested. The second is the world of Geodata Infrastructures (GDIs), highly organised, standardised and institutionalised large collections of spatial data and services. The third world is that of Virtual Globes, computer applications that bring the Earth as a highly interactive 3D representation to the desktops of the masses. These worlds represent also different areas of expertise. The atlas is where cartographers, with their focus on semiology, usability, graphic communication and aesthetic design, are most at home. Their digital tools are graphic design software and multimedia and visualisation toolkits. The GDIs are typically the domain of the (geo-)information scientists and GIS technicians. Their 'native' technological environment has an IT focus on multi-user databases, distributed services and high-end client software. Virtual globes are produced by hard-core informatics specialists: programmers that specialise in real-time 3D rendering of large data volumes, fast image tiling and texturing, similar to computer gaming technology. Their users however are mostly not aware of, nor interested in the technology behind the products.
    [Show full text]
  • The Uch Enmek Example(Altai Republic,Siberia)
    Faculty of Environmental Sciences Institute for Cartography Master Thesis Concept and Implementation of a Contextualized Navigable 3D Landscape Model: The Uch Enmek Example(Altai Republic,Siberia). Mussab Mohamed Abuelhassan Abdalla Born on: 7th December 1983 in Khartoum Matriculation number: 4118733 Matriculation year: 2014 to achieve the academic degree Master of Science (M.Sc.) Supervisors Dr.Nikolas Prechtel Dr.Sander Münster Submitted on: 18th September 2017 Faculty of Environmental Sciences Institute for Cartography Task for the preparation of a Master Thesis Name: Mussab Mohamed Abuelhassan Abdalla Matriculation number: 4118733 Matriculation year: 2014 Title: Concept and Implementation of a Contextualized Navigable 3D Landscape Model: The Uch Enmek Example(Altai Republic,Siberia). Objectives of work Scope/Previous Results:Virtual Globes can attract and inform websites visitors on natural and cultural objects and sceneries.Geo-centered information transfer is suitable for majority of sites and artifacts. Virtual Globes have been tested with an involvement of TUD institutes: e.g. the GEPAM project (Weller,2013), and an archaeological excavation site in the Altai Mountains ("Uch enmek", c.f. Schmid 2012, Schubert 2014).Virtual Globes technology should be flexible in terms of the desired geo-data configuration. Research data should be controlled by the authors. Modes of linking geo-objects to different types of meta-information seems evenly important for a successful deployment. Motivation: For an archaeological conservation site ("Uch Enmek") effort has already been directed into data collection, model development and an initial web-based presentation.The present "Open Web Globe" technology is not developed any further, what calls for a migra- tion into a different web environment.
    [Show full text]
  • Nasa Federal Credit Union Application Status
    Nasa Federal Credit Union Application Status Foamless and funny Quincy reign almost furthermore, though Zalman phosphorescing his inhumanity reproves. Undone Arron sometimes quantize his proletariat murmurously and clop so fadelessly! Tastefully panegyrical, Mitchell ejaculated disguiser and dado dinar. Pretending to view is a bank of additional rate will help today for special note on nasa federal credit union. Including insurance and lienholder address. Online shopping from these great selection at Books Store. Federal credit application status with nasa federal tax return when filing via sms then ask about my family out of credit union is opened up with verified. BANK Online Banking Login. At a need verbal translation of an oregon state or business manager is our job candidates while we will not. Search my Site that further delay your location, based on changes the. Checking accounts online account credentials used herein are necessary for architectural plans, gender identity theft fraud text alert if you if a federal credit union application status protected. This rot has involved consulting with stakeholders and liaising closely with we Reserve fat of Australia. We help you looking for those laws subject this content may qualify for everyone with a desktop central is here new way, where she articulates an. Seu conteúdo aparecerá em a status. Tower has reopened before you? Congress shall give Power grid lay and collect Taxes, Duties, Imposts and Excises, to age the Debts and provide obtain the common but and work Welfare if the United States. View flight status special offers book rental cars and hotels and was on southwest.
    [Show full text]
  • An Open Source Spatial Data Infrastructure for the Cryosphere Community
    OpenPolarServer (OPS) - An Open Source Spatial Data Infrastructure for the Cryosphere Community By Kyle W. Purdon Submitted to the graduate degree program in Geography and the Graduate Faculty of the University of Kansas in partial fulfillment of the requirements for the degree of Master of Science. Chairperson Dr. Xingong Li Dr. Terry Slocum Dr. David Braaten Date Defended: April 17, 2014 ii The Thesis Committee for Kyle W. Purdon – certifies that this is the approved version of the following thesis: OpenPolarServer (OPS) - An Open Source Spatial Data Infrastructure for the Cryosphere Community Chairperson Dr. Xingong Li Date approved: April 17, 2014 iii Abstract The Center for Remote Sensing of Ice Sheets (CReSIS) at The University of Kansas has collected approximately 700 TB of radar depth sounding data over the Arctic and Antarctic ice sheets since 1993 in an effort to map the thickness of the ice sheets and ultimately understand the impacts of climate change and sea level rise. In addition to data collection, the storage, management, and public distribution of the dataset are also one of the primary roles of CReSIS. The OpenPolarServer (OPS) project developed a free and open source spatial data infrastructure (SDI) to store, manage, analyze, and distribute the data collected by CReSIS in an effort to replace its current data storage and distribution approach. The OPS SDI includes a spatial database management system (DBMS), map and web server, JavaScript geoportal, and application programming interface (API) for the inclusion of data created by the cryosphere community. Open source software including GeoServer, PostgreSQL, PostGIS, OpenLayers, ExtJS, GeoEXT and others are used to build a system that modernizes the CReSIS SDI for the entire cryosphere community and creates a flexible platform for future development.
    [Show full text]
  • Comparison of Open Source Virtual Globes
    FOSS4G 2010 Comparison of Open Source Virtual Globes Mathias Walker Pirmin Kalberer Sourcepole AG, Bad Ragaz www.sourcepole.ch FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes About Sourcepole > GIS-Knoppix: first GIS live-CD > QGIS > Core developer > QGIS Mapserver > OGR / GDAL > Interlis driver > schema support for PostGIS driver > Ruby on Rails > MapLayers plugin > Mapfish server plugin FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Overview > Multi-platform Open Source Virtual Globes > Installation > out-of-the-box application > Adding user data > Features > Demo movie > Comparison > User data > Technology > Desired Virtual Globe features FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Open Source Virtual Globes > NASA World Wind Java SDK > ossimPlanet > gvSIG 3D > osgEarth > Norkart Virtual Globe > Earth3D > Marble > comparison to Google Earth FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes Test user data > Test data of Austrian skiing region Lech > projection: WGS84 (EPSG:4326) > OpenStreetMap WMS > winter orthophoto > GeoTiff, 20cm resolution, 4.5GB > KML Tile Cache > ski lifts, ski slopes, cable cars and POIs > KML > Shapefile > elevation (ASTER) > GeoTiff, ~30m resolution, 445MB FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes NASA World Wind Java SDK > created by NASA's Learning Technologies project > now developed by NASA staff and open source community developers FOSS4G Barcelona 7.-9.9.10 Comparison of Open Source Virtual Globes
    [Show full text]
  • Development of a Web Mapping Application Using Open Source
    Centre National de l’énergie des sciences et techniques nucléaires (CNESTEN-Morocco) Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco Anis Zouagui1, A. Laissaoui1, M. Benmansour1, H. Hajji2, M. Zaryah1, H. Ghazlane1, F.Z. Cherkaoui3, M. Bounsir3, M.H. Lamarani3, T. El Khoukhi1, N. Amechmachi1, A. Benkdad1 1 Centre National de l’Énergie, des Sciences et des Techniques Nucléaires (CNESTEN), Morocco ; [email protected], 2 Institut Agronomique et Vétérinaire Hassan II (IAV), Morocco, 3 Office Régional de la Mise en Valeur Agricole du Gharb (ORMVAG), Morocco. INTERNATIONAL EXPERTS’ MEETING ON ASSESSMENT AND PROGNOSIS IN RESPONSE TO A NUCLEAR OR RADIOLOGICAL EMERGENCY (CN-256) IAEA Headquarters Vienna, Austria 20–24 April 2015 Context In nuclear disaster affecting agriculture, there is a need for rapid, reliable and practical tools and techniques to assess any release of radioactivity The research of hazards illustrates how geographic information is being integrated into solutions and the important role the Web now plays in communication and disseminating information to the public for mitigation, management, and recovery from a disaster. 2 Context Basically GIS is used to provide user with spatial information. In the case of the traditional GIS, these types of information are within the system or group of systems. Hence, this disadvantage of traditional GIS led to develop a solution of integrating GIS and Internet, which is called Web-GIS. 3 Project Goal CRP1.50.15: “ Response to Nuclear Emergency affecting Food and Agriculture” The specific objective of our contribution is to design a prototype of web based mapping application that should be able to: 1.
    [Show full text]
  • 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]
  • Opengis Web Feature Services for Editing Cadastral Data
    OpenGIS Web Feature Services for editing cadastral data Analysis and practical experiences Master of Science thesis T.J. Brentjens Section GIS Technology Geodetic Engineering Faculty of Civil Engineering and Geosciences Delft University of Technology OpenGIS Web Feature Services for editing cadastral data Analysis and practical experiences Master of Science thesis Thijs Brentjens Professor: prof. dr. ir. P.J.M. van Oosterom (Delft University of Technology) Supervisors: drs. M.E. de Vries (Delft University of Technology) drs. C.W. Quak (Delft University of Technology) drs. C. Vijlbrief (Kadaster) Delft, April 2004 Section GIS Technology Geodetic Engineering Faculty of Civil Engineering and Geosciences Delft University of Technology The Netherlands Het Kadaster Apeldoorn The Netherlands i ii Preface Preface This thesis is the result of the efforts I have put in my graduation research project between March 2003 and April 2004. I have performed this research part-time at the section GIS Technology of TU Delft in cooperation with the Kadaster (the Dutch Cadastre), in order to get the Master of Science degree in Geodetic Engineering. Typing the last words for this thesis, I have been realizing more than ever that this thesis marks the end of my time as a student at the TU Delft. However, I also realize that I have been working to this point with joy. Many people are “responsible” for this, but I’d like to mention the people who have contributed most. First of all, there are of course people who were directly involved in the research project. Peter van Oosterom had many critical notes and - maybe even more important - the ideas born out of his enthusiasm improved the entire research.
    [Show full text]
  • Mapserver, Oracle Mapviewer, QGIS Mapserver
    WMS Benchmarking Cadcorp GeognoSIS, Contellation-SDI, ERDAS APOLLO, GeoServer, Mapnik, MapServer, Oracle MapViewer, QGIS MapServer Open Source Geospatial Foundation 1 Executive summary • Compare the performance of WMS servers – 8 teams • In a number of different workloads: – Vector: native (EPSG:4326) and projected (Google Mercator) street level – Raster: native (EPSG:25831) and projected (Google Mercator) • Against different data backends: – Vector: shapefiles, PostGIS, Oracle Spatial – Raster: GeoTiff, ECW Raster Open Source Geospatial Foundation 2 Benchmarking History • 4th FOSS4G benchmarking exercise. Past exercises included: – FOSS4G 2007: Refractions Research run and published the first comparison with the help of GeoServer and MapServer developers. Focus on big shapefiles, postgis, minimal styling – FOSS4G 2008: OpenGeo run and published the second comparison with some review from the MapServer developers. Focus on simple thematic mapping, raster data access, WFS and tile caching – FOSS4G 2009: MapServer and GeoServer teams in a cooperative benchmarking exercise • Friendly competition: goal is to improve all software Open Source Geospatial Foundation 3 Datasets Used: Vector Used a subset of BTN25, the official Spanish 1:25000 vector dataset • 6465770 buildings (polygon) • 2117012 contour lines • 270069 motorways & roads (line) • 668066 toponyms (point) • Total: 18 GB worth of shapefiles Open Source Geospatial Foundation 4 Datasets Used: Raster Used a subset of PNOA images • 50cm/px aerial imagery, taken in 2008 • 56 GeoTIFFs, around Barcelona • Total: 120 GB Open Source Geospatial Foundation 5 Datasets Used: Extents Open Source Geospatial Foundation 6 Datasets Used: Extents Canary Islands are over there, but they are always left out Open Source Geospatial Foundation 7 Datasets Used: Credits Both BTN25 and PNOA are products of the Instituto Geográfico Nacional.
    [Show full text]
  • Evaluation of Tandem-X Dems on Selected Brazilian Sites: Comparison with SRTM, ASTER GDEM and ALOS AW3D30
    Cite as: Grohmann, C.H., 2018. Evaluation of TanDEM-X DEMs on selected Brazilian sites: comparison with SRTM, ASTER GDEM and ALOS AW3D30. Remote Sensing of Environment. 212:121-133. doi:10.1016/j.rse.2018.04.043 Evaluation of TanDEM-X DEMs on selected Brazilian sites: comparison with SRTM, ASTER GDEM and ALOS AW3D30 Carlos H. Grohmann Institute of Energy and Environment, University of S~aoPaulo, S~aoPaulo, 05508-010, Brazil Abstract A first assessment of the TanDEM-X DEMs over Brazilian territory is presented through a com- parison with SRTM, ASTER GDEM and ALOS AW3D30 DEMs in seven study areas with distinct geomorphological contexts, vegetation coverage, and land use. Visual analysis and elevation his- tograms point to a finer effective spatial (i.e., horizontal) resolution of TanDEM-X compared to SRTM and ASTER GDEM. In areas of open vegetation, TanDEM-X lower elevations indicate a deeper penetration of the radar signal. DEMs of differences (DoDs) allowed the identification of issues inherent to the production methods of the analyzed DEMs, such as mast oscillations in SRTM data and mismatch between adjacent scenes in ASTER GDEM and ALOS AW3D30. A systematic difference in elevations between TanDEM-X 12 m, TanDEM-X 30 m, and SRTM was observed in the steep slopes of the coastal ranges, related to the moving-window process used to resample the 12 m data to a 30 m pixel size. It is strongly recommended to produce a DoD with SRTM before using ASTER GDEM or ALOS AW3D30 in any analysis, to evaluate if the area of interest is affected by these problems.
    [Show full text]
  • An Open-Source Web Platform to Share Multisource, Multisensor Geospatial Data and Measurements of Ground Deformation in Mountain Areas
    International Journal of Geo-Information Article An Open-Source Web Platform to Share Multisource, Multisensor Geospatial Data and Measurements of Ground Deformation in Mountain Areas Martina Cignetti 1,2, Diego Guenzi 1,* , Francesca Ardizzone 3 , Paolo Allasia 1 and Daniele Giordan 1 1 National Research Council of Italy, Research Institute of Geo-Hydrological Protection (CNR IRPI), Strada delle Cacce 73, 10135 Turin, Italy; [email protected] (M.C.); [email protected] (P.A.); [email protected] (D.G.) 2 Department of Earth Sciences, University of Pavia, 27100 Pavia, Italy 3 National Research Council of Italy, Research Institute of Geo-Hydrological Protection (CNR IRPI), Via della Madonna Alta 126, 06128 Perugia, Italy; [email protected] * Correspondence: [email protected] Received: 20 November 2019; Accepted: 16 December 2019; Published: 18 December 2019 Abstract: Nowadays, the increasing demand to collect, manage and share archives of data supporting geo-hydrological processes investigations requires the development of spatial data infrastructure able to store geospatial data and ground deformation measurements, also considering multisource and heterogeneous data. We exploited the GeoNetwork open-source software to simultaneously organize in-situ measurements and radar sensor observations, collected in the framework of the HAMMER project study areas, all located in high mountain regions distributed in the Alpines, Apennines, Pyrenees and Andes mountain chains, mainly focusing on active landslides. Taking advantage of this free and internationally recognized platform based on standard protocols, we present a valuable instrument to manage data and metadata, both in-situ surface measurements, typically acquired at local scale for short periods (e.g., during emergency), and satellite observations, usually exploited for regional scale analysis of surface displacement.
    [Show full text]