Spatial Data /raster Flashcards

(30 cards)

1
Q

True or false : GPU is bigger than a CPU because it is computing in parallel

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or false m the more RAM you have the more apps you can open simultaneously

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens if you have less RAM storage

A

If you have less RAM storage then some of the apps will be stored on the hard disk which is much slower

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When we want to work or understand complex things what can we do?

A

Create models , these models capture essential features of the original leaving out unnecessary detail.the process of creating simplified representation is known as abstraction/simplification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is abstraction /simplification

A

This the processes of transforming complex real world data into simplified easy to use models that captures essential features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is raster data (field data )

A

Raster data is grid based data (organized into rows and columns)consisting of equally sized cells or pixels, each with a value that corresponds to information ( such as colour, elevation or temperature).

Raster gives continuous data representation suitable for depicting phenomena that changes gradually across a landscape ( eg. elevation )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is vector data .(object based data)

A

This represents geographic features using points, shapes, lines or polygons . Suited for geographic features with clear defined boundaries and locations.

Each feature can be linked to a distinct attribute (provides detailed description about said features).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some data sources for raster data .

A

Aerial photos
Satellite images
Scanned maps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some data sources for vector data

A

Field survey
Site investigations
Mapping, digitization from aerial photos
Interpretation of remote sensing data
Map digitization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

True or false: no data set is exactly the same as reality but a higher resolution data comes very close

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How are inexact data sets made exact ?

A

By approximation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

True or false : many natural features have unclear / ambiguous boundaries.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is approximation

A

This is when real world data up is represented in a simplified manner to facilitate analysis, visualization and storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or false: a hotel an be represented by points or a polygon depending on scale .

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When does one think about whether the data set will be raster /vector ?

A

The data collection /capture point .

17
Q

Hy is satellite data much better suited to raster data .
?

A

Because satellite imagery consists of a grid of pixels with values

18
Q

How can you make raster data vector?

A

This can be done through vectorization( which basically involves transforming pixel based images into geometric shapes , Ike points lines or polygons.) you start by reclassifying similar pixel values into distinct categories. Then polygonise,the soomth out borders and remove irrelevant small polygons

19
Q

How is vectorization done?

A

Reclassify raster data ( group similar pixels into distinct categories.(eg. Pixels representing vegetation can be classified into forests, shrubs etc)
Polygonizationn convert contiguous ( pixels/features adjacent to each other) of the same class into vectors polygons
QGIS that has a vector to raster tool.
Remove small irrelevant polygons or smooth boundaries to better represent real world features.

20
Q

How can you make vector data into raster?

A

Define raster parameters: resolution determination (cell size,(smaller cell=higher resolution)
Set spatial extent to cover area of interest.
Assign values to raster cells based vector attributes.
GIS tool can be used in softwares ( click “feature to raster” in ARCGIS in QGIS ( click “rasterization)
You may need to reclassify , resample the raster data set.

21
Q

True or false: cells = pixel ( picture) , each pixel has a value and indicates the measurement of the area it cover .

22
Q

True or false: the pixel in the grid reflects to some extend the real world location.

23
Q

True or false: pixel size = resolution , the smaller the pixel size the higher the resolution.

24
Q

When is coarse resolution appropriate

A

When taking the overview of something eg: topography

25
Example of a coarse and fine pixel size .
Grid2+ = 2m per pixel size =very fine Grid50+ = 50m per pixel size (very coarse
26
True or false: if you can see variations within the image, like buildings ,cars,boats then the resolution is fine
True
27
How are different characteristics at the same location stored?
They are stored in multiple rasters
28
True or false: resolution should always be appropriate for the analysis required ( because to high resolution may provide unnecessary data , and too low of a resolution may cause data gaps
True
29
What is the equivalent of resolution in raster data set ?
Resolution = cell size
30