GIS (Geographic Information System) β A system for collecting, storing, analyzing, and displaying spatial data.
Layer β A collection of geographic features in GIS, such as roads or water bodies.
Spatial Data β Data that represents locations and shapes of features on a map.
Attribute Data β Information about spatial features, stored in tables.
Vector Data β Data stored as points, lines, or polygons.
Raster Data β Data stored in a grid of pixels.
Attribute Table β A table containing information about spatial features.
Record (Row) β Represents a single geographic feature in an attribute table.
Field (Column) β Represents an attribute of a geographic feature.
Sorting β Arranging data in ascending or descending order.
Field Calculation β Creating new values based on existing attribute data.
Statistics Calculation β Finding mean, median, max, min, and standard deviation.
String (Text Data) β A data type used for names and labels.
Integer β A data type used for whole numbers.
Float β A data type for decimal numbers with lower precision.
Double β A data type for decimal numbers with high precision.
Selection Tools β Methods to choose specific features in GIS.
Select by Attributes β Choosing features based on data values.
Select by Location β Choosing features based on their spatial relationship.
Switch Selection β Inverting selected and unselected features.
Clear Selection β Deselecting all features.
Arcade β A scripting language used in ArcGIS for custom calculations and selections.
Query β A request to extract specific data from a GIS database.
Identify Tool β A tool that displays attributes of a selected feature.
Table Join β Linking attribute tables to enhance GIS data.
One-to-One (1:1) Join β A single record in one table matches one record in another.
Many-to-One (M:1) Join β Multiple records in one table link to a single record in another.
One-to-Many (1:M) Join β A single record links to multiple records in another table.
Many-to-Many (M:M) Join β Multiple records in both tables match multiple records.
Summarized Join β Aggregating data before joining to simplify relationships.
Relate β A method for linking data without merging tables.
Identify by Shape β Selecting features by drawing a custom shape on the map.
Metadata β Information about a dataset, including source, format, and creation date.
Vector Attribute Table β A table linked to vector features (points, lines, polygons).
Raster Attribute Table β A table linked to raster cells containing values like elevation or temperature.