Home Application Tutorial Documentation
Introduction Overview Definitions 1. Navigation bar 2. Import/Export options 3. Toolbar 4. Input table 5. Map canvas 6. Map layer options 7. Working-area of the application 8. Room for output Special cases

Introduction

This page is set up in order to get you familiar with the Sky View Factor Web Application. It describes all functions that are available on the application page. If you're looking for a detailed description on underlying methodology, you should check the Documentation page.

Overview

A short description of all the element-groups that are displayed in the image above, further explanation for each element can be found in the next chapter. Every list-item is clickable and refers to the corresponding chapter.

Definitions

The following chapters describe all functionalities that are present on the web application.

2. Import/Export options

In order to upload points to the application, they need to be in the CSV (Comma-Separated Values) file format. This file will need the headers X and Y on the first line and their respective values on the following rows. An example of how this would look in the open source text editor Notepad++ is shown in the figure below.
You can download an example by clicking on this link
*Please note that some versions of Excel don't properly load this file.

3. Toolbar

4. Input table

5. Map canvas

The map canvas is the working area of the application. Within the borders of this canvas the user can use the tools in the toolbar.

6. Map layer options

7. Working-area of the application

The working-area of the application is, in this case, the municipality of The Hague. While it is possible to click and draw on the map outside of the municipality borders, it will not yield results.

8. Room for output

In this area the output will be loaded after calculation. This will be in the form of a fish-eye plot combined with a legend and a table underneath it. Showing the meaning of the colors and the percentages of obstructions caused by either buildings or vegetation.

Special Cases

When you click on a building, the script takes the average height in a 1 meter radius around the point of the selected building. With this height it will calculate the Sky View Factorm, as seen from the top of the building. This is done because it is fruitless to calculate a Sky View Factor from inside a building.
When you click nearby a building, on water, the script takes the average height of the building in the point' proximity. This is due to the fact that the water class has a very limited amount of points in the pointcloud data. Due to this, it is not possible to calculate the Sky View Factor on water nearby buildings.
When you add your own building and afterwards try to calculate the Sky View Factor on top of this building, the application will calculate the Sky View Factor from within this building. This will likely be a near-zero value. This is because the height of the selected point is determined before the addition of the created building.
When calculating the Sky View Factor near powerlines or other infrastructure that is not classified as a building, it will return as vegetation in the fish eye plot that is created. This is due to the limited classifications that are available in the source-data, AHN3. There is no specific vegetation classification, so the script uses the 'unclassified' points for this. This is done because most of the points that are classified as 'unclassified' are actually vegetation.