from gis data to interactive maps - eth zosgl.ethz.ch/training/webmaps/lectures/1.0. general... ·...

7
| | ETH CAS RIS Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation 17/02/2016 1 Certificate of Advanced Studies in Spatial Information Systems 2015/2016 From GIS Data to Interactive Maps

Upload: others

Post on 01-Jun-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

17/02/2016 1

Certificate of Advanced Studies in Spatial Information Systems 2015/2016

From GIS Data to Interactive Maps

Page 2: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

Ionuț Iosifescu

2

General Workflow in Web Cartography

General Workflow in Web Cartography 17/02/2016

Page 3: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

§  General workflow in Web Cartography §  Design the application (including Content and User requirements)

§  Define the purpose, message, audience §  Design and specify the map content and its corresponding visualization §  Design and specify the user interface and functionality

§  Collect and Process data (GIS and Generalization know-how) §  Structure and Manage data depending on the project’s complexity (e.g.

with Database technologies) §  Publish and Present data (including adaptation of the technologies to the

map’s needs and implementation of interactive functions)

3

Overview

General Workflow in Web Cartography 17/02/2016

Page 4: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

§  General workflow in Web Cartography §  Design the application (including Content and User requirements)

§  Define the purpose, message, audience §  Design and specify the map content and its corresponding visualization §  Design and specify the user interface and functionality

§  Collect and Process data (GIS and Generalization know-how) §  Structure and Manage data depending on the project’s complexity (e.g.

with Database technologies) §  Publish and Present data (including adaptation of the technologies to the

map’s needs and implementation of interactive functions)

4

Our Focus in this Module

General Workflow in Web Cartography 17/02/2016

Page 5: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

§  Fundamental concepts for the implementation of Web maps & geodata visualization for online GIS

§  Technologies and frameworks for Web Cartography §  You will:

§  understand the workflow to create a web map application §  know how to design a web map application from the technical point of view

(cartographic design is not covered) §  know how to understand and use existing web mapping frameworks §  Know how to produce tiled maps §  know how to create and use Web Map Services in Spatial Data

Infrastructures

General Workflow in Web Cartography 5

What Will You Learn?

17/02/2016

Page 6: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

Present data - on the client (browser)-

Publish data - on the server -

6

Collect data

On the field, online…

geojson, xml, svg…

svg, png, jpg, geojson, xml, gml HTML, CSS Javascript

svg, png, jpg, geojson, xml, gml

SVG, PNG

HTML, SVG Javascript,

CSS

Create files for the user interface

Transfer data on the server

Map Server

(WMS/SLD)

Publish data to GIS Server

Populate database on a server

Server-side processing middleware

Extract and Convert data

Data and application files are sent over

HTTP to the Browser

Process data

Change projection, verify topology, convert format etc. - locally -

Manage data

Geodatabases (e.g. PostgreSQL)

- on the server -

.shp, .geotiff, .tab… Personal geodatabases geojson, xml, svg… Web-friendly files GIS data files Geodatabases

General Workflow in Web Cartography 17/02/2016

Page 7: From GIS Data to Interactive Maps - ETH Zosgl.ethz.ch/training/webmaps/lectures/1.0. General... · Module From GIS Data to Interactive Web Maps Institute of Cartography and Geoinformation

| | ETH CAS RIS Module From GIS Data to Interactive Web Maps

Institute of Cartography and Geoinformation

? 7

Questions

17/02/2016 General Workflow in Web Cartography