Difference between revisions of "BirdView"
Line 6: | Line 6: | ||
===Requirements=== | ===Requirements=== | ||
− | To be able to use BirdView, you need to fulfill a couple of requirements. Most | + | To be able to use BirdView, you need to fulfill a couple of requirements. Most of these requirements are usually already fulfilled, or in case of installing Google Earth browser plugin, very easy. |
* You need to run either Microsoft Windows or Maxc OS X 10.4+ as oprating system. | * You need to run either Microsoft Windows or Maxc OS X 10.4+ as oprating system. | ||
* You need to have a a compatible web browser. Internet explorer and Firefox are known to be compatible. | * You need to have a a compatible web browser. Internet explorer and Firefox are known to be compatible. | ||
* You need to have the Google Earth plugin installed. This can be done very simply provided you have administrator rights. | * You need to have the Google Earth plugin installed. This can be done very simply provided you have administrator rights. | ||
* You need to have correct Video Drivers installed. | * You need to have correct Video Drivers installed. | ||
− | * You | + | * You are advised to have sufficient memory. 1GB or more memory is advised. |
− | * You | + | * You are advised to have a sufficient high speed internet. BirdView gets its data from a central server, and so data must be transfered. A slow connection means slower refresh time. |
− | Note: As of 21-04-2009 BirdView is not working in Internet Explorer 8. This issue is | + | Note: As of 21-04-2009 BirdView is not working in Internet Explorer 8. This issue is because Google Earth plugin itself is (temporarily) incompatible due to repairs. [[User:Tijs|Tijs]] |
=== Design === | === Design === | ||
− | The Design of the BirdView application can be divided into | + | The Design of the BirdView application can be divided into two categories of components, the front-end, client-side component, and a back-end, server-side component. |
+ | |||
+ | |||
+ | ie the HTML front-end, the Javascript interaction handling scripts, and the data serving CGI/Python scripts. | ||
Line 39: | Line 42: | ||
==== Bounding Box ==== | ==== Bounding Box ==== | ||
+ | The Bounding box controls are | ||
In the bounding box area you can fill in bounding values for the area that you are interested in. The visualization of the temperature, the percipitation, and the wind vectors will use these values to determine what area will be shown. The pressure level is used for those weather values that have values on different pressure levels | In the bounding box area you can fill in bounding values for the area that you are interested in. The visualization of the temperature, the percipitation, and the wind vectors will use these values to determine what area will be shown. The pressure level is used for those weather values that have values on different pressure levels | ||
====Bird Tracks ==== | ====Bird Tracks ==== | ||
Line 65: | Line 69: | ||
==== Temperature ==== | ==== Temperature ==== | ||
+ | |||
The temperature is shown as slightly transparent filled contourplot, in an area bounded by the bounding box. The temperature range displayed is light blue to dark blue for the -20 to 0 degrees celsius range, and light green-yellow-red-purple for the 0 to 40 degrees celsius range. The effect is that the zero degree boundary is easily visible because the shfit from dark blue to light green. | The temperature is shown as slightly transparent filled contourplot, in an area bounded by the bounding box. The temperature range displayed is light blue to dark blue for the -20 to 0 degrees celsius range, and light green-yellow-red-purple for the 0 to 40 degrees celsius range. The effect is that the zero degree boundary is easily visible because the shfit from dark blue to light green. | ||
Additionally, each level of the contour represents a step of 0.33 degrees celsius and is bordered by very thin line, that aim to help seeing different temperature layers. | Additionally, each level of the contour represents a step of 0.33 degrees celsius and is bordered by very thin line, that aim to help seeing different temperature layers. | ||
+ | |||
+ | The temperature legend can be foun under the "Legend" option. | ||
==== Wind Vector ==== | ==== Wind Vector ==== | ||
Line 86: | Line 93: | ||
=== Credits === | === Credits === | ||
+ | |||
+ | In this overview tab all the l | ||
== Security == | == Security == |
Revision as of 16:59, 23 April 2009
Contents
Introduction
BirdView is an interactive web-browser embedded application that allows users to look at the available data in the flysafe database in an easy and intuitive way. It is built using the Google Earth browser plugin, which enables it to make use of all the Google earth GIS functionality, and combine it with the ease of a webbrowser.
Requirements
To be able to use BirdView, you need to fulfill a couple of requirements. Most of these requirements are usually already fulfilled, or in case of installing Google Earth browser plugin, very easy.
- You need to run either Microsoft Windows or Maxc OS X 10.4+ as oprating system.
- You need to have a a compatible web browser. Internet explorer and Firefox are known to be compatible.
- You need to have the Google Earth plugin installed. This can be done very simply provided you have administrator rights.
- You need to have correct Video Drivers installed.
- You are advised to have sufficient memory. 1GB or more memory is advised.
- You are advised to have a sufficient high speed internet. BirdView gets its data from a central server, and so data must be transfered. A slow connection means slower refresh time.
Note: As of 21-04-2009 BirdView is not working in Internet Explorer 8. This issue is because Google Earth plugin itself is (temporarily) incompatible due to repairs. Tijs
Design
The Design of the BirdView application can be divided into two categories of components, the front-end, client-side component, and a back-end, server-side component.
ie the HTML front-end, the Javascript interaction handling scripts, and the data serving CGI/Python scripts.
HTML Front end
The HTML front end can be found at http://public.flysafe.sara.nl/birdview.html. The reason that the front end is publicly accessible is because the browser plugin and
Control Panel
BirdView
In the BirdView tab you can find most of the interface controls for the data in the FlySafe database. Here you can easily select specific timesteps
Time Control
Radar Selection
Bounding Box
The Bounding box controls are In the bounding box area you can fill in bounding values for the area that you are interested in. The visualization of the temperature, the percipitation, and the wind vectors will use these values to determine what area will be shown. The pressure level is used for those weather values that have values on different pressure levels
Bird Tracks
For each radar, an algorithm is used to extract the echoes that are considered birds. These birds are the
The low beam birds are shown in red, and the high beam birds are shown in green.
Bird summary Plot
The bird sumarry plot shows a bird density plot mapped on the speed and direction of the birds. This can be used to see the general direction of the bird migration on that particular moment.
The plot itself is made by a seperate R process, which can run preloaded R scripts. This means that other R scripts can be written that generate different kind of plots, which can be inserted in BirdView relative easily
MPR Images
The MPR images come in thre different levels:
- bottom is the full echo density image, and this is collored in a range from green to red, where red is the most dense echoes. - The middle level is the Rain Mask, which is shown as a Blue layer. - The top level is the Land Mask, which is shown as a Green layer.
Each layer can be turned on and off individually, in order to look at different deatails of the radar image.
Temperature
The temperature is shown as slightly transparent filled contourplot, in an area bounded by the bounding box. The temperature range displayed is light blue to dark blue for the -20 to 0 degrees celsius range, and light green-yellow-red-purple for the 0 to 40 degrees celsius range. The effect is that the zero degree boundary is easily visible because the shfit from dark blue to light green. Additionally, each level of the contour represents a step of 0.33 degrees celsius and is bordered by very thin line, that aim to help seeing different temperature layers.
The temperature legend can be foun under the "Legend" option.
Wind Vector
Precipitation
Legend
KML Documents
Find Location
Google Earth Layers
Options
Credits
In this overview tab all the l