Transcript for 2. Vector Data
| Time | Content |
|---|---|
| 00:00 → 00:03 |
Hi, my name is Marcelle. |
| 00:03 → 00:09 |
Welcome to the next topic in our Gentle introduction to GIS tutorial series. |
| 00:10 → 00:12 |
This topic will cover vector data. |
| 00:14 → 00:19 |
Vector data provide a way to represent real world features in a GIS application. |
| 00:21 → 00:25 |
Imagine you are looking out over a landscape from the top of a hill. |
| 00:26 → 00:29 |
Looking out, you see houses, ... |
| 00:32 → 00:34 |
... trees ... |
| 00:34 → 00:37 |
... rivers ... |
| 00:37 → 00:40 |
... and roads ... |
| 00:40 → 00:43 |
... and so on. |
| 00:43 → 00:49 |
Each of these things is a feature you can represent in a GIS application. |
| 00:51 → 00:53 |
Features have attributes which describe them. |
| 00:53 → 01:03 |
For example a road might have a 'width' attribute that describes how wide the road is. |
| 01:04 → 01:11 |
Features also have geometry. Geometry defines the position and shape of a feature. |
| 01:14 → 01:19 |
GIS applications use three basic geometry types: ... |
| 01:19 → 01:30 |
... points, polylines and polygons. |
| 01:31 → 01:37 |
A point is a feature that has attributes and a single vertex for its geometry. |
| 01:38 → 01:44 |
What kinds of features are represented in a GIS Application as points? |
| 01:45 → 01:50 |
Trees, lamp posts, sample sites for pollution monitoring, ... |
| 01:50 → 01:57 |
... named places and accident sites are all features that can be represented using points. |
| 01:59 → 02:05 |
The geometry of a point is usually specified as a longitude (or x) ... |
| 02:05 → 02:09 |
... and latitude (or y) coordinate. |
| 02:11 → 02:16 |
The attributes of a point describe the point. For example, ... |
| 02:16 → 02:24 |
... for tree features, the attributes might describe what kind of tree each point represents. |
| 02:27 → 02:32 |
A polyline is a sequence of vertices that are connected. |
| 02:35 → 02:44 |
Examples of polyline features are rivers, roads, railways, contour lines and so on. |
| 02:46 → 02:49 |
Each polyline feature also has attributes. |
| 02:49 → 02:58 |
For example a 'path' feature may have an attribute 'name' which tells us the path's name ... |
| 02:58 → 03:01 |
... and a description which tells us more about it. |
| 03:04 → 03:11 |
Like a polyline, a polygon is a sequence of vertices that are connected. |
| 03:12 → 03:18 |
However a polygon will always form an enclosed area. |
| 03:20 → 03:23 |
Examples of polygon features are: ... |
| 03:23 → 03:30 |
... a school boundary, a dam, an area of land where pollution has occurred and so on. |
| 03:31 → 03:38 |
Because it always forms an enclosed area, a polygon has a minimum of four vertices. |
| 03:39 → 03:48 |
The last vertex is always at the position of the first, so enclosing the polygon. |
| 03:50 → 03:54 |
By now you might be wondering where vector data comes from? |
| 03:54 → 04:01 |
Vector data is captured using a process called digitising. |
| 04:01 → 04:08 |
For example, we can trace roads visible on a satellite image like this ... |
| 04:26 → 04:30 |
We will look at digitising more closely in an upcoming topic. |
| 04:32 → 04:41 |
Vector data can also be obtained from devices such as GPS receivers. |
| 04:46 → 04:50 |
Vector data can have problems associated with it. |
| 04:50 → 04:55 |
One thing to be aware of is the scale of the vector data. |
| 04:57 → 05:01 |
Vector data always has a scale associated with it. |
| 05:01 → 05:10 |
Small scale maps (that cover a large area) are normally not as useful at large scales. |
| 05:11 → 05:17 |
This is because for small scale maps, fewer and less accurate ... |
| 05:17 → 05:20 |
... vertices are used to define polylines and polygons. |
| 05:21 → 05:23 |
Let's show you an example. |
| 05:23 → 05:32 |
Here we have a vector layer (in red) that was captured at a scale of one to one million. |
| 05:34 → 05:38 |
You can see the boundaries look good at a small scale, but ... |
| 05:38 → 05:47 |
... when we zoom in it becomes less useful ... |
| 05:47 → 05:53 |
... the lines do not follow the coast in our satellite image very well. |
| 05:56 → 06:05 |
If we use a vector layer capture at a large scale - like this one in yellow captured at 1 to 50 000, ... |
| 06:05 → 06:11 |
... you will see the coastline is much more closely matched by the vector layer. |
| 06:16 → 06:24 |
Sometimes vector data can have errors caused by problems in the process used to digitise it. |
| 06:28 → 06:33 |
For example, polygons can have small gaps or slivers between them ... |
| 06:33 → 06:37 |
... which only become apparent at large scales. |
| 06:40 → 06:45 |
Undershoots occur when two line features don't quite connect. |
| 06:50 → 06:56 |
This can be a problem if you are trying to create a road map and the roads don't connect! |
| 06:58 → 07:04 |
Overshoots occur when instead of connecting; a line feature runs past another ... |
| 07:04 → 07:09 |
... creating a small segment that doesn't exist in reality. |
| 07:12 → 07:19 |
Once vector data has been created it can be loaded and viewed in a GIS application. |
| 07:20 → 07:26 |
One of the advantages of a GIS application is that we can create personalised maps. |
| 07:31 → 07:38 |
When vector layers are first added to the map view, the GIS will use a random colour and style. |
| 07:50 → 07:53 |
For example when we add this 'trees' layer, ... |
| 07:53 → 07:58 |
... a basic symbol and colour are automatically used. |
| 08:00 → 08:04 |
We can change the default symbol used to one more suitable ... |
| 08:04 → 08:08 |
... like using tree icons for this tree layer. |
| 08:16 → 08:19 |
Let's summarise what we learned in this topic! |
| 08:21 → 08:24 |
We have looked at the different kinds of vector data ... |
| 08:24 → 08:33 |
... points, polylines and polygons. |
| 08:36 → 08:40 |
We learned that points are features with a single vertex. |
| 08:45 → 08:52 |
And that polylines are features with a geometry made up of a sequence of vertices. |
| 08:54 → 08:59 |
Polygons are features with a sequence of vertices that form enclosed areas. |
| 09:00 → 09:06 |
Vector features have attributes and geometry. |
| 09:06 → 09:11 |
In the next topic we will look more closely at attribute data. |
| 09:12 → 09:14 |
Thank you for watching! |