data management Flashcards

1
Q

spatial data?

A

Spatial data are all the data that can be
localized in a spatial reference system.

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

geographical data?

A

are all the data that can be semantically identified and localised in a spatial reference system about the earth

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

What is management?

A

is the process where the resources of an organisation are coordinated and directed in the direction of the accomplishment of commonly decided goals

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

What is GIS?

A

A geographic information system (GIS) is a framework for gathering, managing, and analyzing data which are spatially referenced to the Earth

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

components of GIS

A
  • Hardware or computer equipment
  • Software
  • Data
  • People
  • Methods (business rules)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what problems can GIS help to answer?

A
  • Location: The exact position on Earth.
  • Patterns: How features are distributed.
  • Trends: Changes over time.
  • Conditions: Requirements or limits.
  • Implications: Potential effects of actions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three components of spatial data?

A

Temporal (When): the time of an event or data collection.

Thematic (What): the characteristics of the data.

Spatial (Where): the geographic location of the data.

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

What are the two types of spatial coordinate systems?

A

Geographic Coordinate Systems (GCS): Used to locate objects on the Earth’s surface in 2D or 3D space.

Projected Coordinate Systems (PCS): Used to locate objects on a flat map in 2D; PCS = GCS + map projection.

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

What are the four types of attribute data?

A

Nominal: Classifies features into groups without order (e.g., cities, countries).

Ordinal: Orders data into ranked categories without exact values.

Interval: Provides values with equal units, allowing distance interpretation.

Ratio: Like interval, but with a true zero,

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

What are the five types of spatial entities in conceptual data modelling?

A
  • Point: Represents a single location (e.g., city, landmark).
  • Line: Represents linear features (e.g., roads, rivers).
  • Area (Polygon): Represents enclosed areas (e.g., lakes, parks).
  • Network: Represents interconnected features (e.g., transportation, utilities).
  • Surface: Represents continuous features (e.g., elevation, temperature).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is geodataframe in GeoPandas in Python?

A

is a data structure that combines the functionality of a Pandas DataFrame with spatial data, allowing you to store tabular data (rows and columns) and geometries (points, lines, or polygons) in one structure.
.

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

What are raster and vector data? What are the common data formats of raster and vector data?

A
  • Raster data: spatial data using a grid of cells ass building blocks to represent features
    -> GEOTIFF, ERDAS
  • Vector data is spatial data using cartesian (x,y) coordinates to define the shape of spatial features, the point is the basic building block
    -> GEOJSON, SHAPEFILE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a layered approach?

A

involves combining data about different features, with each layer representing a specific type of feature. these layers may use diff data formats, spatial models or coordinate systems, may require transformation to combine them correctly

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

What is a minimum bounding box (MBB)?Why is it useful for spatial indexes?

A

is the smallest rectangle, aligned with the coordinate axes, that fully encloses a spatial feature or dataset. It is often used in spatial indexing to simplify calculations.

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

What are the common spatial topological relations in PostGIS?

A

equals, intersects, disjoint, touch, cross, overlap, within, contains

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

What is a buffering? What is an inward buffering? What is an outward buffering? What is a bi-directional bufferring?

A
  • Buffering: creation of a zone of interest around an entity
  • inward buffering: buffer zone extension inward from a polygon boundary
  • outward buffering: extension outward from a polygon boundary
  • bi directional buffering: outward and inward direction
17
Q

What is a map overlay analysis?

A

Map overlay analysis combines two or more spatial layers to create a new layer, helping to identify connections, or patterns among features

18
Q

What is spatial interpolation? Some existing methods?

A

process of using points with known values to estimate values at other unknown points

methods:
* linear triangulation
* inverse distance weighted
* kriging

19
Q

What are the classic applications of network analysis?

A
  • Shortest paths: Finding the shortest path between two points on a network.
  • Traveling salesperson problem: Finding the shortest route that visits multiple locations and returns to the start.
  • Allocation modelling: Allocating resources by modeling supply and demand through a network.
  • Route tracing: Tracing the flow of goods, people, services, or information through a network.
20
Q

What is geographic interoperability?

A

Geographic interoperability is the ability of information systems to exchange spatial data about the Earth and its features, and to collaboratively run software that can manipulate this data over networks.

21
Q

What are WMS, WFS, and WCS? What are the typical operations/functions they offer?

A
  • web map service: produces maps of spatially referenced data dynamically from one or more distributed geospatial databases.
  • Web feature service: Provides geographic features to clients and allows them to add or modify features.
  • Web coverage service: service that allows access to underlying raster or coverage data.
22
Q

What is metadata? Why is it important for spatial data sharing?

A

Metadata is “data about data.” it refers to a file that describes basic characteristics of data or resources. Geospatial metadata are used to document geographic digital resources

It is important because it allows users to: Discover and understand the data, Evaluate the quality and correctly use the data

23
Q

What is INSPIRE?

A

.
is an EU initiative to create a spatial data infrastructure, making geographic information more accessible and interoperable for sustainable development.