GIS Data Concepts Flashcards
Four rules of field naming
- Must start with a letter,
- Only letters, numbers, and underscores,
- Less than 64 characters in length,
- Will be shortened to 10 characters in ArcGIS pro
Three rules of Table Joins
Both are text, both are integers, or both are real numbers
How far back does operational GIS go?
1960s
What does any GIS project normally begin with?
Data acquisition
An open source GIS software program
QGIS
Programming language for writing scripts in ArcGIS
Python
Discrete objects are:
Objects that exist in one place and not in another
Examples of discrete objects:
Roads, houses, states
Continuous data is:
A quantity that exists over the entire map area, it is always present only changing in value
Examples of continuous data include:
Elevation, temperature, precipitation
The vector model is best for:
Discrete data
The raster model is best for:
Continuous data (think temperature maps)
In a vector data model, all items are represented as:
Points, lines, and polygons
In a raster data model, all items are represented as:
Equally spaced and sized grid cells, each representing a value.