Project

General

Profile

Geographic Components » History » Version 26

Marcin Gasior, 03/10/2011 11:15 AM

1 26 Marcin Gasior
[|{{>toc}}
2 24 Niels Hoffmann
3 26 Marcin Gasior
]
4 24 Niels Hoffmann
5 1
6
7
----
8
9
10
# Geographic Components
11 3 Markus Döring
12 1
13 3 Markus Döring
## Introduction
14
15 26 Marcin Gasior
The general aim of this activity is to provide the resources and applications able to publish, visualise, and analyze the distributional information associated with taxonomic information. Taxonomists require an easy and freely available application allowing to display and/or publish the distribution information directly from simple data sources. However, as present distributional data are far from accurate we urgently also need tools able to:
16 1
17 2 Pablo Sastre Olmos
* i) examine the degree of completeness of this information,
18 1
19 2 Pablo Sastre Olmos
* ii) discriminate well surveyed localities from those do not have reliable inventories, and
20
21 1
* iii) locate the localities in which is necessary to carry on additional surveys in order to recover the environmental and spatial variation of the area. The activity is collaboratively carried out by all the partners.
22
23
24 3 Markus Döring
## Objectives
25 1
26
To provide a generic and open source software solution for the Internet Platform for Cybertaxonomy and to use this as the base for specific tools to:
27
28
29
* provide output for printed and on-line taxonomic publications
30
31
* visualize distributional information
32
33
* statistically analyse distributional information with regard to completeness of surveys
34
35 26 Marcin Gasior
* identify gaps to prioritise surveys in order to obtain an unbiased set of data for environmental analysis. 
36 1
37
38
39
40 10 Markus Döring
41 26 Marcin Gasior
## Results
42 1
43 26 Marcin Gasior
For complete list of Work Package 5.4 components reports visit [Components & Milestones page](http://wp5.e-taxonomy.eu/blog/2007/04/04/deliverables)
44 15 Markus Döring
45 1
46 15 Markus Döring
47 26 Marcin Gasior
### Map REST Services
48 1
49 26 Marcin Gasior
The Map Services were developed for visualisation of distributional data. 
50 1
51 15 Markus Döring
52 26 Marcin Gasior
The latest report presenting these services can be found at [Component C5.112 page](http://wp5.e-taxonomy.eu/blog/node/244)
53 1
54 15 Markus Döring
55 26 Marcin Gasior
56
#### Visualise specimen & observation coordinates as simple points
57 1
 
58 26 Marcin Gasior
A webservice is built that creates and returns maps (as images) showing point occurrence data.
59 1
60 15 Markus Döring
61 26 Marcin Gasior
Specific documentation can be found at: http://dev.e-taxonomy.eu/trac/wiki/MapRestServiceApi 
62 1
63
64 26 Marcin Gasior
and examples at: http://dev.e-taxonomy.eu/trac/wiki/MapRestServiceExamples#OccurrenceMaps 
65 15 Markus Döring
66
67
68 1
69 26 Marcin Gasior
An example call to the service can look like this:
70 1
71 26 Marcin Gasior
~~~
72
http://edit.br.fgov.be/edit_wp5/v1/points.php?l=v:e_w_0&od=1:38.326,-0.822|38.328,-0.542|38.062,-0.893|38.062,-0.893|38.012,-1.883|40.78,-4.009|38.062,-0.893&os=1:c/f78755/10/&ms=700,350&bbox=-10,36,8,45&recalculate=true&legend=0
73
~~~
74 15 Markus Döring
75
76 1
77 26 Marcin Gasior
#### Visualise area distribution data
78 15 Markus Döring
79 26 Marcin Gasior
A webservice is built that creates and returns maps (as images) showing area distribution of a taxon.
80 15 Markus Döring
81 1
82 26 Marcin Gasior
Specific documentation can be found at: http://dev.e-taxonomy.eu/trac/wiki/MapRestServiceApi 
83
84
85
and examples at: http://dev.e-taxonomy.eu/trac/wiki/MapRestServiceExamples#DistributionMaps 
86
87
88
89 15 Markus Döring
 
90 26 Marcin Gasior
An example call to the service can look like this:
91 1
92 15 Markus Döring
~~~
93 26 Marcin Gasior
http://edit.br.fgov.be/edit_wp5/v1/areas.php?l=earth&ad=tdwg3:a:SPA&as=a:8dd3c7,,1&ms=500&label=1&bbox=-10,36,8,45
94 15 Markus Döring
~~~
95 26 Marcin Gasior
using  [TDWG area codes](http://edit.br.fgov.be/edit_wp5/v1/tdwgLevel3.html)  which are different than [ISO 3166-1 codes](http://en.wikipedia.org/wiki/ISO_3166-1)
96 16 Markus Döring
97 26 Marcin Gasior
98
99 15 Markus Döring
There needs to be separate services that allow uploading and listing of area codes+shapes and status codes.
100
101 1
By default TDWG areas should exist already on the mapping server and should be used if no areas parameter is given.
102 15 Markus Döring
103 1
104 10 Markus Döring
105 26 Marcin Gasior
#### Analyse distributional data
106 10 Markus Döring
107 26 Marcin Gasior
Calculation service that sums up single occurrences per region can be developed. 
108 1
109
110 26 Marcin Gasior
A visualisation service for regions could then be used to display colored regions instead of simple points. 
111 1
112 10 Markus Döring
113 1
114 10 Markus Döring
115 1
116 26 Marcin Gasior
### MapViewer
117 1
118
119 26 Marcin Gasior
#### Component C5.111: The EDIT MapViewer version 3
120 18 Franck Theeten
121
122 26 Marcin Gasior
The current URL of the web application is: http://edit.br.fgov.be/edit_wp5/geo/mapviewer/edit.html
123 18 Franck Theeten
124 1
125 26 Marcin Gasior
First implementation of the MapViewer was through Mapbuilder framework, a JavaScript library that provides a client-side solution for dynamically generated web pages from XML (such as Open Geospatial Consortium documents) as well as the OGC Requests (!GetMap, GetFeatureInfo, GetFeature...) necessary to view and query the geo-data. 
126 18 Franck Theeten
127
128 26 Marcin Gasior
Since version 2, the tool has been ported to the OpenLayers framework which offer wider functionality.
129 10 Markus Döring
130 1
131 26 Marcin Gasior
The geo-data is stored in [[PostgreSQL]] with PostGIS extension - a database with a consolidated spatial extension able to make spatial queries (intersect, point-in-polygon, calculate distances, centroids), reproject data, etc. and "usual" queries, including statistical functions. On the next steps we will take profit of both possibilities to statistically analyze geo-referenced data in order to locate well surveyed localities...
132 1
133 26 Marcin Gasior
The link between data (PostGIS) and web-application (!OpenLayers) is done through GeoServer. It takes the requests and sends a response: a beautiful image (after applying styles). 
134 1
135 9 Pablo Sastre Olmos
136 1
137 26 Marcin Gasior
This web application is not definitive at all. In fact, it lacks of two main issues: 
138 9 Pablo Sastre Olmos
139 1
140 26 Marcin Gasior
- Complete interactivity: user doesn't insert data and the analysis (point-in-polygon) to get biological information is not done "on-the-flight". We will have to work with programming (PHP probably) to send the parameters to a spatial SQL function (Contains) to be executed in PostGIS. 
141 1
142
143 26 Marcin Gasior
- Complete interoperatibility - legend images are not OGC compliant. It means that they cannot be viewed through any other OGC compliant web-application.
144 1
145 13 Pablo Sastre Olmos
146 26 Marcin Gasior
The complete report presenting the EDIT MapViewer functionalities can be found at [Component C5.111 page](http://wp5.e-taxonomy.eu/blog/node/243)
147 1
148 12 Pablo Sastre Olmos
149
150
151 26 Marcin Gasior
#### Component C5.36: GIS database of vectorial and raster maps freely available at the European extent
152 1
153 11 Pablo Sastre Olmos
154 26 Marcin Gasior
EDIT geoplatform provides standard GIS layers of surface units (countries, squares, ...) to evaluate the spatial distribution of occurrence data -spatial completeness-, and standard GIS layers of environmental variables (climate, topography,...) to evaluate weather occurrence data represent adequately the gradients of environmental variation -environmental completeness-.
155 1
156 11 Pablo Sastre Olmos
157 26 Marcin Gasior
GIS layers of surface units include both administrative units (countries, provinces) and regular equal-area units of different sizes (UTM squares, latitudinal squares, icosahedric triangles). Administrative units exist only for terrestrial areas, while regular equal-area units cover both terrestrial and marine areas. GIS layers of regular equal-area units were elaborated by MNCN-CSIC (EDIT geoplatform, 2007), with the exception of the UTM squares of 2,500 Km2 elaborated by the European Environmental Agency (EEA, 2003).
158 1
159 11 Pablo Sastre Olmos
160 26 Marcin Gasior
GIS layers of environmental variables cover the main environmental issues: climate, topography, vegetation, land cover and human population. Climate data include around twenty variables (temperature, precipitation, seasonality, etc.) from Worldclim database. Topography data include elevation above sea level, from Worldclim database, and distance to coast in Km, elaborated by MNCN-CSIC (EDIT geoplatform, 2007). Vegetation data include maps of Normalized Difference Vegetation Index (NDVI) obtained from satellite images by NASA and processed at Clark Labs. Land cover data include the map of land cover categories for the world generated by the University of Maryland, Department of Geography (Global Landcover Facility), and the map of land cover categories for Europe generated by the European Commission Joint Research Centre (Global Land Cover 2000 database).
161 11 Pablo Sastre Olmos
162
163 26 Marcin Gasior
It's possible to use different geographical extents, from the whole Earth to a selected country or region within Europe. As spatial extent is reduced / increased, analyses can be done with more / less detailed spatial resolutions. 
164 11 Pablo Sastre Olmos
165
166 26 Marcin Gasior
GIS layers in the EDIT geoplatform are all in geodetic coordinates (longitude, latitude), datum WGS84. 
167 1
168 11 Pablo Sastre Olmos
169 26 Marcin Gasior
A more detailed description of the GIS layers of surface units and environmental variables can be found at: http://edit.csic.es/web/docs/EDIT_GIS_layers.htm 
170 11 Pablo Sastre Olmos
171
172 26 Marcin Gasior
or as a RTF document at: http://edit.csic.es/web/docs/EDIT_GIS_layers.rtf
173 1
174
175 26 Marcin Gasior
Download of Geographic Information Systems (GIS) data layers:
176 1
177 26 Marcin Gasior
http://edit.csic.es/GISdownloads.html
178 1
179 12 Pablo Sastre Olmos
180 1
181 12 Pablo Sastre Olmos
182 26 Marcin Gasior
### Inventory completeness analysis and distribution modelling
183 5 Pablo Sastre Olmos
184 1
185 26 Marcin Gasior
#### Components C5.35: Predictive distribution modelling report and C5.38: Gap analysis in local inventories report
186 1
187 26 Marcin Gasior
Taxonomists have to continue doing what they have done during the last three hundred years: to describe the variety of life organisms and their location. Although this colossal task is important by itself its relevance is higher now due to current need of reliable biodiversity data. In the attached report we review the available scientific information on the possibilities and usefulness of the compiled species distribution data for basic and applied purposes, two of the deliverables of EDIT Work Package 5.4 Geographical platform components (deliverables 5.35: Predictive distribution modelling report and 5.38: Gap analysis in local inventories report).
188 1
189
190 26 Marcin Gasior
The main conclusions raised by this report are that: 
191 1
192 26 Marcin Gasior
* (i) our current species distribution information is biased and insufficient for most taxonomic groups, and 
193 1
194 26 Marcin Gasior
* (ii) modelling methods can not provide reliable and useful distribution predictions if they are based in these biased of data. 
195 1
196
197 26 Marcin Gasior
Therefore, we identify as a key priority for bioinformatics the development of tools to: 
198 1
199 26 Marcin Gasior
* i) examine the degree of completeness of distributional information, 
200 1
201 26 Marcin Gasior
* ii) discriminate well surveyed localities from those that do not have reliable inventories, and 
202 5 Pablo Sastre Olmos
203 26 Marcin Gasior
* iii) identify sets of areas where to carry out additional surveys, in order to increase the level of coverage of the environmental and spatial variation of a given region. 
204 5 Pablo Sastre Olmos
205
206 26 Marcin Gasior
We encourage that these tools are made freely available and easy to use to universalize their application. A list of the available software is attached at the end of the report.
207 5 Pablo Sastre Olmos
208
209 26 Marcin Gasior
Our purpose is to use this report as a kick-off for a debate between the people interested in the utility of current taxonomic and distributional data. Such debate will be carried out in a forthcoming e-conference (EDIT deliverables 5.32 and 5.33), where the participation of taxonomists, conservationists and bioinformaticians are welcome. EDIT aims to provide resources for taxonomists and the development of these tools would be an opportunity to increase the correct use of the biological information, promoting also the participation of taxonomists in the use of their (our) own data. The e-conference is an opportunity to contrast opinions and identify key issues needed for the development of effective bioinformatic tools, such as the ones we suggest.
210 5 Pablo Sastre Olmos
211
212 26 Marcin Gasior
To download the report please click here: http://wp5.e-taxonomy.eu/blog/files_edit_wp5/2007-07-26_D5.35_&_D5.38.doc
213 5 Pablo Sastre Olmos
214
215
216 26 Marcin Gasior
#### Component C5.37: Application to examine inventory completeness
217 5 Pablo Sastre Olmos
218
219 26 Marcin Gasior
The analyses of spatial completeness are partialy developed in the EDIT MapViewer and can be tested at: http://edit.br.fgov.be/edit_wp5/geo/mapviewer/edit.html
220 5 Pablo Sastre Olmos
221
222 26 Marcin Gasior
To perform some analysis it's supposed that the user has already:
223 1
224 5 Pablo Sastre Olmos
225
* 1.- selected the extent for the analysis (Iberian Peninsula is used as example)
226 1
227
* 2.- submitted his file of point sample data (Jorge M. Lobo's data on Iberian Scarabaeidae are used as example)
228 14 Pablo Sastre Olmos
229 12 Pablo Sastre Olmos
* 3.- selected a taxonomic level from those included in his data file (genus is used as example)
230
231 1
* 4.- selected a GIS layer of surface units (UTM squares of 2500 sq.km. are used as example)
232
233 26 Marcin Gasior
* 5.- choosed or clicked on 'perform anaysis of spatial completeness'
234 1
235
236
Then, three different maps are displayed:
237
238
239
* Map of sampling effort (number of records in each square)
240
241
* Map of taxonomic richness (number of genera in each square)
242
243 26 Marcin Gasior
* Map of inventory uncertainty. Inventory uncertainty in each surface unit is based not only on the number of taxa (S) and the number of records (N), but also on the relative frequency of the taxa (!FrSp = Fr1, ...., FrS). In this example, inventory uncertainty (IU) is measured as the probability of missing some of the taxa:
244 1
245 26 Marcin Gasior
 IU = 1 - Sp (1-(1-!FrSp)N)
246 1
247
248 26 Marcin Gasior
The map of inventory uncertainty indicates the 'red' surface units where is necessary to carry on additional surveys in order to recover the spatial variation of the area, or where data on absences should be recorded.
249 1
250
251
A review of the available scientific information on the possibilities and usefulness of the compiled species distribution data for basic and applied purposes is available for download at http://wp5.e-taxonomy.eu/blog/files_edit_wp5/2007-07-26_D5.35_&_D5.38.doc.
252
253
254
255 26 Marcin Gasior
#### Recent reports
256 1
257 26 Marcin Gasior
The recent components reports concerning inventory completeness analysis are: 
258 1
259
260 26 Marcin Gasior
[M5.37](http://wp5.e-taxonomy.eu/blog/node/222) Report on data completeness assessment (gap analysis) for selected test data (ATBI) 
261 1
262
263 26 Marcin Gasior
[C5.039](http://wp5.e-taxonomy.eu/blog/node/210) Report on the application of geoplatform software to map inventory 
264 1
265 26 Marcin Gasior
266
[C5.110](http://wp5.e-taxonomy.eu/blog/node/216) Design document for a prototype software for data completeness assessment (gap analysis) for selected test data (e.g. ATBI and other datasets)
267
268
269
270
271
### Minor components
272
273
274
#### Component C5.32 eConference on Geospatial Components of the Cybertaxonomy Platform
275
276
Report of the conference available at [[e-conference20071030]].
277
278
279
280
281
282 5 Pablo Sastre Olmos
## Free GIS software links
283
284
Links to main Geographic Information Systems (GIS) free software:
285
286
287
* DIVA-GIS http://www.diva-gis.org/
288
289
* Quantum GIS http://qgis.org/
290
291
* gvSIG http://www.gvsig.gva.es/
292
293
* SEXTANTE http://www.sextantegis.com/
294
295 6 Pablo Sastre Olmos
* SAGA GIS http://www.saga-gis.uni-goettingen.de/
296 5 Pablo Sastre Olmos
297 7 Pablo Sastre Olmos
* uDig http://udig.refractions.net/
298 5 Pablo Sastre Olmos
299
300
301
## The INSPIRE Directive
302
 
303
304
Directive 2007/2/EC of the European Parliament and of the Council of 14 March 2007 establishing an Infrastructure for Spatial Information in the European Community (INSPIRE) was published in the official Journal on the 25th April 2007. The INSPIRE Directive entered into force on the 15th May 2007
305
306
307 19 Andreas Müller
You can find more information about INSPIRE at http://inspire.jrc.ec.europa.eu/
308
309
310 20 Andreas Müller
The EU recommends and in certain cases requests that Geospatial components implemented in EU projects follow the INSPIRE guidelines. Staff members of EDIT partners are sitting in their national INSPIRE Committee and are regularly asked to comment documents and guidelines currently discussed within INSPIRE. This information received at early stage is very relevant and important for the EDIT Geospatial components. There is so an opportunity to comment at an early stage, answer specific questions of the EU in matters of Geospatial information and to give feed-back. 
311 19 Andreas Müller
312
313 26 Marcin Gasior
You can find the latest information at the following links:
314
315
316
Latest news from INSPIRE : http://inspire.jrc.ec.europa.eu/index.cfm/pageid/81 
317
318
319
Related events : http://inspire.jrc.ec.europa.eu/index.cfm/pageid/46
320
321
322
INSPIRE library archive: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/6 
323
324
325
* Implementing rules: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/47 
326
327
328
* Metadata: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/101 
329
330
331
* Data specifications: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/2 
332
333
334
* Network services: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/5 
335
336
337
* Service and data sharing: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/62 
338
339
340
* Monitoring and reporting: http://inspire.jrc.ec.europa.eu/index.cfm/pageid/182 
341
342
343
344
345
346
The report for component _C5.158: Report on integration of Open OGC services, INSPIRE objectives and WP5 components in Geoplatform_ should be found at [Components & Milestones page](http://wp5.e-taxonomy.eu/blog/2007/04/04/deliverables)