week 1 - spatial data Flashcards

1
Q

4 reasons why spatial data is different

A

1) very tied to the physical space
2) Multi-dimensional
3) Complex geometric shapes (like county)
4) New query API

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

How are spatial data sets primarily referenced?

1)Through a SQL query in a relational database.
2) Through a direct or indirect reference to a location on the Earth.
3)Through a data set consisting of numbers and characters.
Skip

A

2) Through a direct or indirect reference to a location on the Earth.

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

What is a Range Query (spatial data)

A

represented at shape (only returns items within the shape)

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

When do applications use spatial range queries?

1) For determining numbers within a range
2) For a restaurant search within a certain area.
3) For finding the most number of views on a social post.

A

2) For a restaurant search within a certain area.

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

KNN Query (spatial data)

A

Closest neighbor ( K Nearest Neighbor )

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

What is the Postgres extension for spatial data

A

PostGIS - new data types (geom) CONTAINS

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

How is geospatial data stored in an SQL server?

1) Data as keys for other tables.
2) As data on a coordinate system.
3) Data as a string of characters.

A

2) As data on a coordinate system.

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