From 84fa156efb0e73845541f5e8c2d49f07b7fa1193 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 8 Aug 2023 18:00:34 -0600 Subject: [PATCH] Add layer quality checklist --- doc/contributor/how-to/contribute-layers.md | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/contributor/how-to/contribute-layers.md b/doc/contributor/how-to/contribute-layers.md index 3cb20ab6..9d840899 100644 --- a/doc/contributor/how-to/contribute-layers.md +++ b/doc/contributor/how-to/contribute-layers.md @@ -86,3 +86,38 @@ A correct QGreenland data pipeline will output data that: * In GeoPackage (`.gpkg`) format. * Uses the `label` attribute name for pre-calculated labels when using generic styles with labels, for example `labeled_point.qml` + + +## Layer quality checklist + + +### All layers + +- Abstract populated +- Citation populated +- Layer descriptions populated +- Layer description excludes data provider +- Layers'/groups' title follows date standard +- Layers'/groups' title follows capitalization standard +- Layers'/groups' title excludes data provider (see notes for exceptions) +- No fields are populated with "TBD" or "TODO" +- All layers have style +- Any known issues with data quality are listed in "Description" +- Datastore's data is in final state +- Layers not in unneccessary group +- PO approves citation +- PO approves description + + +### Raster layers + +- Interpolation algorithm OK? (almost everything is currently bilinear, see notes + for exceptions) +- Grid resolution in layer title or group (incl. units)? +- Target resolution specified (see notes for exceptions) + + +### Vector layers + +- Polygon labels inside polygons +- All attributes have reasonable types