Layer QC

Run quality checks on vector or raster layers before downstream workflows.

georetina fc5b1cc 880 B Updated

File contents

Layer QC

When To Use

  • Use after ingestion and before modeling or map publication.
  • Use when layers are assembled from multiple teams or ETL jobs.
  • Use when analysis quality is sensitive to geometry and attribute integrity.

Workflow

  1. Verify geometry validity and detect null or empty features.
  2. Check required fields, types, and missing-value rates.
  3. Validate extents, resolution, and expected feature counts.
  4. Detect duplicates, outliers, and inconsistent category values.
  5. Emit a pass/fail summary with remediation actions.

Guardrails

  • Do not continue silently with invalid geometry on critical paths.
  • Flag data drift when schema or counts differ from expected baselines.
  • Keep QC outputs machine-readable for replay and automation.

georetina/arion/tree/main/resources/skills/bundled/layer-qc commit fc5b1cc55a

Frequently asked questions

npx skillmds@latest add georetina/layer-qc