the gis solutions and services on the web

13
FIG Working Week 2011 Bridging the Gap between Cultures Marrakech, Morocco, 1822 May 2011 1 Presented by : Youssef SABAN Faculté des sciences et techniques de Tanger Faculté des sciences et techniques de Tanger The GIS Solutions and Services on the Web 1 The GIS Solutions and Services on the Web Geoinformation by: Hassan Zili Idriss El ACHABI Khalid SBAI Mina AMHARREF Youssef SABAN FIG Mai 2011 FIG Mai 2011 Summary I. Types of GIS applications 1. Desktop Applications 2. Web Applications 3. Mobile Applications II. Programming tools 1. Spatial DBMS 2. Programming language and API III. Applications(Telecom network & online cadastral map) 1. Database design 2. Demonstration 2 Introduction Conclusion Geoinformation Faculté des sciences et techniques de Tanger Faculté des sciences et techniques de Tanger FIG Mai 2011 FIG Mai 2011 The GIS Solutions and Services on the Web

Upload: others

Post on 12-Sep-2021

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 1

Presented by :

�Youssef SABAN

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services

on the Web

1

The GIS Solutions and Services on the Web Geoinformation

by:

�Hassan Zili

�Idriss El ACHABI

�Khalid SBAI

�Mina AMHARREF

�Youssef SABAN

FIG Mai 2011FIG Mai 2011

Summary

I. Types of GIS applications

1. Desktop Applications

2. Web Applications

3. Mobile Applications

II. Programming tools

1. Spatial DBMS

2. Programming language and API

III. Applications(Telecom network & online cadastral map)

1. Database design

2. Demonstration

2

Introduction

Conclusion

Geoinformation

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger FIG Mai 2011FIG Mai 2011

The GIS Solutions and Services on the Web

Page 2: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 2

3

Introduction

Types of GIS aplpications Programmation tools Applications

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web

FIG Mai 2011FIG Mai 2011

4

Introduction

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 3: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 3

5

Types of GIS applications

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Types of applications

Types of GIS applications

6

�Desktop Applications

�Web Applications

�Mobile Applications

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 4: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 4

Desktop Applications :

7

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Runs on the user computer

Types of GIS applications

Example

Web mapping is the process of designing,

implementing, generating and delivering maps on

the web.

Web Applications

8

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Types of GIS applications

Page 5: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 5

Mobile Applications

9

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

application software developed for small low-power

handheld devices such as personal digital assistants,

enterprise digital assistants or mobile phones.

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Types of GIS applications

10

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web

Mobile Applications

Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Types of GIS applications

Page 6: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 6

11

Programming tools

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

DBMS: Postgresql

Is a free and opensource database management

system

12

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web

Spatial DBMS

Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 7: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 7

Spatial DBMS

The spatial database extension allows definition and

management of geometric attributes in database tables.

The geometry is a specific column in the table because it has

associated indexes to allow spatial operations.

13

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

+ DBMS SPATIAL

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

14

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

• A spatial database : Optimized to store and query

data related to objects in space, including points,

lines and polygons.

• data provider: Npgsql

The GIS Solutions and Services on the Web

Spatial DBMS

Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 8: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 8

Programming language and API

15

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

• Programming language:

C#.net

• SharpMap

It provides access to many types of GIS data,

enables spatial querying of that data, and renders

maps.

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

16

Applications

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 9: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 9

Applications

2. Conception : Réseau Télécom

17

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web

Database design

Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Applications

Database design

18

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 10: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 10

Applications

3. Demonstration

19

Demo1 : Telecom network management

Demo2 : Online cadastral map

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Applications

20

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 11: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 11

Applications

21

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Applications

22

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 12: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 12

Applications

23

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

24

Conclusion

Faculté des sciences et techniques de TangerFaculté des sciences et techniques de Tanger

The GIS Solutions and Services on the Web Types of GIS aplpications Programmation tools Applications

FIG Mai 2011FIG Mai 2011

Page 13: The GIS Solutions and Services on the Web

FIG Working Week 2011

Bridging the Gap between Cultures

Marrakech, Morocco, 18‐22 May 2011 13

25