GIS Files and Structures

The GeoPackage for each excavation area (EA) should contain at least the following items used for both daily day planning and archival purposes.

[EA]_day_plan_elevation_points_[year] #

  • A point layer for day-plan illustration of individual points showing top or bottom elevations (derived from photobatch DEMs or from GNSS measurements) and feature heights and depths (derived from DEM or GNSS measurements)
  • Attribute table fields
    • Manual entry
      • context_key (text, 50)
      • context_number (integer, 64 bit)
      • point_type (text, 50) (data entry from value map; make sure to check “Reuse last entered value” under General, as well as “Not null” and “Enforce not null constraint” under Constraints)
      • point_source (text, 50) (e.g., Z photobatch number or GNSS)
    • Automatic calculations
      • elevation (decimal) (actual elevation)
  • Load style settings from kap_ea_point_type_2023.qml

[EA]_day_plan_lines_[year] #

  • A polyline layer for day-plan illustration of outlines, continuations, reconstructions, profiles, directions, and slopes
  • Attribute table fields
    • Manual entry
      • context_key (text, 50)
      • context_number (integer, 64 bit)
      • line_type (text, 50) (data entry from value map; make sure to check “Reuse last entered value” under General, as well as “Not null” and “Enforce not null constraint” under Constraints)
      • ea_phase (text, 10)
      • display (integer, 64 bit)
  • Load style settings from kap_ea_line_type_2023.qml

[EA]_day_plan_polygons_[year] #

  • A polygon layer for day-plan illustration of areas of interest, bioturbation, burning, or disturbance; and features of bedrock, ceramic, earthen or stone material
  • Attribute table fields
    • context_key (text, 50)
    • context_number (numerical, short)
    • polygon_type (text, 50) (data entry from value map; make sure to check “Reuse last entered value” under General, as well as “Not null” and “Enforce not null constraint” under Constraints)
    • context_type (text, 50)
    • ea_phase (text, 10)
    • display (numerical, short)
  • Load style settings from kap_ea_polygon_type_2023.qml

[EA]_context_spatial_polygons #

  • A polygon layer for both day-plan and archival illustration of the 2D extents of all spatial contexts
  • Attribute table fields
    • context_key (text, 50)
    • context_number (numerical, short)
    • ea_phase (text, 10)
    • display (numerical, short)
    • bottom_orthophoto_number (text, 50)
    • model_error (decimal)
  • Load style settings from kap_ea_context_spatial_2023.qml

[EA]_context_approx_points #

  • A point layer for both day-plan and archival illustration of the point locations of all approximate contexts
  • Attribute table fields
    • Manual entry
      • context_key (text, 50)
      • context_number (numerical, short)
      • context_approx_type (text, 50) (data entry from value map)
      • ea_phase (text, 10)
      • display (numerical, short)
      • label (text, 50)
      • label_x
      • label_y
      • label_rotation
  • Load style settings from kap_ea_approx_context_type_2023.qml

[EA]_context_illustration_polygons #

  • A multi-part polygon layer for archival illustration of spatial contexts, in which each record is used for only one material or area (e.g., ceramic, earthen, stone; burning, bioturbation) of one spatial context
  • Attribute table fields
    • Manual entry
      • context_key (text, 50)
      • context_number (numerical, short)
      • polygon_type (text, 50) (data entry from value map; make sure to check “Reuse last entered value” under General, as well as “Not null” and “Enforce not null constraint” under Constraints)
      • context_type (text, 50)
      • ea_phase (text, 10)
      • display (numerical, short)
    • Automatic calculations applied after the appropriate style has been applied
      • label (text, 50)
      • label_x (decimal)
      • label_y (decimal)
      • label_rotation (decimal)
  • Load style settings from kap_ea_polygon_type_2023.qml
  • Check that label settings have been applied from loaded style:
    • To set label calculation, select Properties> Attribute Form> Label, set Defaults value to “context_type”||’ ‘||”context_number”, and check the checkbox for “Apply default value on update”
    • To ensure label placements are recorded in the attribute table, select Properties> Label> Placement, and set the data defined overrides for X, Y, and Rotation (if they are shaded yellow, they are on)

[EA]_context_illustrations_lines #

  • A polyline layer for archival illustration of spatial contexts, in which each record is used for only one type of line associated with one spatial context
  • Attribute table fields
    • Manual entry
      • context_key (text, 50)
      • context_number (numerical, short)
      • line_type (text, 50) (data entry from value map; make sure to check “Reuse last entered value” under General, as well as “Not null” and “Enforce not null constraint” under Constraints)
      • ea_phase (text, 10)
      • display (numerical, short)
  • Load style settings from kap_ea_line_type_2023.qml

Powered by BetterDocs