CASCADOSS, International Information Workshop, Warsaw, Poland19/29/2016 To close, or not to close – open GIS dilemma with an example of KML Jan Burdziej.

Slides:



Advertisements
Similar presentations
A Roadmap of Open Source components for GI Web Services and Clients A Paul R Cooper MAGIC.
Advertisements

What these slides show The following two slides show CMS data for Pennsylvania imported into Google Earth –Slide 2 shows the data points plotted on the.
Get Started with GIS Mapping Part 1of 3 Madhu Lakshmanan.
Geographic Information Systems Using ESRI ArcGIS 9.3 Join and Relate Tables.
GML Relay 2006 ESRI Nederland b.v. Miloš van Leeuwen Consultant
Importing Google Earth Data into a GIS Jason Parent Center for Land use Education and Research.
Geographic Information Systems Using ESRI ArcGIS 9.3 CAD import.
Frank DeSimone Senior MicroStation Application Engineer
WPS Application Development of geospatial web application for site selection for artificial recharge of groundwater CSIR-National Environmental Engineering.
A Web Mapping Approach to Visualize Submarine Cable Routes Penn State University By: Mansour Arab Advisor: Dr. Alexander Klippel.
Geographic Information Sharing Tool [GIST] Harvard Provost Innovation Grant 15 Nov 2006 Lex Berman & Bill Hays.
Enhancing IMS QTI assessment with web mapsTenCompetence Open Workshop, Barcelona, 21st-22nd June 2007 Enhancing IMS QTI assessment with web maps José Bouzo,
Internet enabled GIS GIS Topics and Applications John Reiser Rowan University.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Your Interactive Guide to the Digital World Discovering Computers 2012.
Developing an Open Web Mapping Application Jill Bernhard GEOG 596A Advisor: Ian Turton, Ph.D.
Sep , 2006 v FME Worldwide User Conference - Vancouver What’s New in ArcGIS Data Interoperability Extension Kim Avery, ESRI, California, USA, and.
Chapter 5 – Part II IT Infrastructure and Emerging Technologies.
Open Source Software An Introduction. The Creation of Software l As you know, programmers create the software that we use l What you may not understand.
RSR Ryan White HIV/AIDS Program Services Reporting System What’s New with the RSR 1.
TAILS Phase 5 TAILSTAILS racking ntegrated ogging ystem nd 1 Using Google Earth as a TAILS extensio n.
Max Planck Institute for Psycholinguistics Tool development report H. Brugman MPI Nijmegen.
Igor Kuzma, Statistical Office of the Republic of Slovenia Tomaž Žagar, Geodetic Institute of Slovenia GIS Portal – dissemination of geostatistics
VESTA GIS WORKSHOP – Salzburg1 Experiences with vocational training on Geographical Information from VSB-TU Ostrava Jiri Horak, Bronislava Horakova,
An Introduction To Building An Open Standard Web Map Application Joe Daigneau Pennsylvania State University.
material assembled from the web pages at
Understanding Google Earth and GIS Matthew Mullenax, GISP, CFM Parsons Brinckerhoff.
Mapping and Analyzing Watersheds: Options for Local Groups Jane Frankenberger, Ph.D. Purdue University Extension Agricultural Engineer and Water Quality.
Desktop GIS Viewer Race New breed of lightweight easy-to-use viewers for GIS capabilities – somewhere between Desktop GIS and Internet.
2008 ESRI International User Conference “G eography in Action” GIS User Group Meeting September 19, 2008.
Geodata conversion & interoperability Dr Nigel Trodd Coventry University.
Software 2 See W:\IST\Mr Charles\software\software2.doc or Edmodo for images 10/03/11.
GoogleEarth Keyhole Markup Language (KML) Based on Extensible Markup Language (XML) KML files can come from Internet servers or files on your computer.
Topic 10- GIS layers to web
Testing and Evaluating Software Solutions Introduction.
GeoSpatial Analysis UNICEF Security Advisors Workshop 20 October 2010.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 13 Computer Programs and Programming Languages.
The Cascadoss Project is financed by the European Commission under the Sixth Framework Programme Evaluating FOSS4G for Environmental Applications, International.
Cascadoss - Evaluating Free and Open Source Software for Geospatial (FOSS4G) for Environmental Applications, Warsaw, June 2008 WOGIS Group activity.
The Cascadoss Project is financed by the European Commission under the Sixth Framework Programme Evaluating FOSS4G for Environemntal Applications, International.
Information Systems Development
Exploring ProFile cont’d.
Introduction to Visual Basic. NET,. NET Framework and Visual Studio
Mapping for the interwebs
Ethical, Legal, Cultural and Environmental Concerns
Software Development Approaches
Computer Software Lecture 5.
GIS On A Budget: Simple Applications for Real World Solutions
Role of the Systems Analyst
Network Analysis with ArcGIS Online
Environmental GIS Nicholas A. Procopio, Ph.D, GISP
ArcGIS Topology Shapefiles, Coverages, Geodatabases
TECHNOLOGY GUIDE TWO Computer Software.
Modeling Unordered Point Data for 3D GIS Mapping
Software engineering – 1
Accessing Spatial Information from MaineDOT
Avaya Professional Services (APS) Tools ProVision
Information Systems Development
6 /30 Meeting and Deliverables
VISUAL BASIC.
Open Source Business Models
GRAPHICAL USER INTERFACE
CHAPTER 10 METHODOLOGIES FOR CUSTOM SOFTWARE DEVELOPMENT
and Program Development
ArcGIS Online – The Road Ahead
Creating Basemaps to Manage Buildings and Facilities
Introduction to Portal for ArcGIS
(presentor: jee-weon Jung)
Top PHP Development Tools For PHP Developers By: iblinfotech.com iblinfotech.com.
Utilizing of Platform Clinical Trial to Help Make Faster Decisions
Presentation transcript:

CASCADOSS, International Information Workshop, Warsaw, Poland19/29/2016 To close, or not to close – open GIS dilemma with an example of KML Jan Burdziej GIS specialist Geofizyka Torun Oil and gas exploration

CASCADOSS, International Information Workshop, Warsaw, Poland29/29/2016 Objectives 1.Evaluate different solutions for a common GIS task: data conversion from shapefile (ESRI) to KML (Google Earth) 2.Estimate the level of “openness” for each scenario as well as advantages and disadvantages 3.Convert SHP to KML with different tools and evaluate the results 4.Conclusions...

CASCADOSS, International Information Workshop, Warsaw, Poland39/29/2016 Definitions ● Open source: – A movement in the programming community for making source code (program instructions) free and freely available to anyone interested in using or working with it. (Microsoft TechNet, 2008) – In general, open source refers to any program whose source code is made available for use or modification as users or other developers see fit. (...) Open source software is usually developed as a public collaboration and made freely available. (Johns Hopkins Institutions, 2008)

CASCADOSS, International Information Workshop, Warsaw, Poland49/29/2016 Definitions ● KML: – Keyhole Markup Language (KML) – based on XML – geographic annotation and visualization – developed for use with Google Earth, originally known as Keyhole Earth Viewer – "Keyhole" refers to KH, the US military reconnaissance satellite system, first launched in – KML 2.2 specification submitted to the OGC to assure its status as an open standard for all geobrowsers. (...) It became an industry standard on April 14, 2008 (Wikipedia, 2008)

CASCADOSS, International Information Workshop, Warsaw, Poland59/29/2016 Data ● Data input: – point shapefile containing 8 features – WGS84 projection – Fields: “Name” (string), “VisitDate” (string), “Rank” (integer)

CASCADOSS, International Information Workshop, Warsaw, Poland69/29/2016 Data ● Data input

CASCADOSS, International Information Workshop, Warsaw, Poland79/29/2016 Scenarios ● Scenario 1: – Using ArcGIS 9.2 as main GIS environment – Using 3D Analyst extension to export into KML ● Scenario 2: – Using ArcGIS 9.2 as main GIS environment – Using free and open source Export to KML extension ● Scenario 3: – Using free and open source MapWindow GIS as main GIS environment – Using Shape2Earth extension

CASCADOSS, International Information Workshop, Warsaw, Poland89/29/2016 Scenario 1 ● Software: – ArcGIS 9.2 – 3D Analyst extension ● Both – “closed source” ● Working as a Black box ● Only few export options available ● Expensive: ~ US$ 5000 ● Next update: as soon as 3D Analyst 9.3 release...?

CASCADOSS, International Information Workshop, Warsaw, Poland99/29/2016 Scenario 1

CASCADOSS, International Information Workshop, Warsaw, Poland109/29/2016 Scenario 2 ● Software: – ArcGIS 9.2 – Export to KML extension ● “Closed” environment and “open source” extension ● Multiple options ● Free extension ● Cheaper: ~ US$ 2500 ● Frequent updates (last June 5, 2008)

CASCADOSS, International Information Workshop, Warsaw, Poland119/29/2016 Scenario 2

CASCADOSS, International Information Workshop, Warsaw, Poland129/29/2016 Scenario 3 ● Software: – MapWindow GIS – open source GIS software – Shape2Earth extension ● Many options ● Cheap: US$ ● Frequent updates (recent April 22, 2008) ● Community involved

CASCADOSS, International Information Workshop, Warsaw, Poland139/29/2016 Scenario 3

CASCADOSS, International Information Workshop, Warsaw, Poland149/29/2016 Conclusions (1) ● User's perspective ● The same aim, different solutions ● Many other tools available... ● Output makes a difference ● As well as a price! ● “Readiness” is important for the user ● Benefits of open source and community support – Bug reporting and testing, free access, frequent updates – Transparency

CASCADOSS, International Information Workshop, Warsaw, Poland159/29/2016 Conclusions (2) ● Software vs. Solution – extensions to programs = software – “solution” - more general and objective oriented ● Open GIS = open source, open standards, collaboration, etc. ● Proprietary software may be partially “open” towards open solutions ● Open source – not black and white issue? – Open extensions to closed applications and vice-versa, – Developing open source applications with closed IDEs

CASCADOSS, International Information Workshop, Warsaw, Poland169/29/2016 References ● Microsoft, TechNet, Glossary of Networking Terms for Visio IT Professionals ● Johns Hopkins, Information Technology, Glossary ● Torun – oficjalna strona miejska. Zabytki. ● Wikipedia, Keyhole Markup Language

CASCADOSS, International Information Workshop, Warsaw, Poland179/29/2016

CASCADOSS, International Information Workshop, Warsaw, Poland189/29/2016 Thank you! Jan Burdziej GIS specialist Geofizyka Torun Oil and gas exploration