Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This document is intended as a collection of procedures and resources to guide the curation of Data Completeness instances (henceforth, Data Grids) which can be activated for any location page on HDX (by a sysadmin).  This document and others linked from it, should evolve to capture best practices and any other useful info leanred as the data grid curators do their work.

Once activated for a given location page, the Data Grid will appear and will be using a default recipe (based on tags) to fill the data grid.  However, tags are seldom enough to accurately gauge if a dataset meets the requirements of a given data grid.  Curation, then, is the process of customizing a specific location's data grid so that the datasets included in the data grid meet the defined requirements for the subcategory.  That customization is done by editing the recipe yaml file (which is format that is friendly to both humans and machines).  

Resources

Process Overview

The basic curation process is outlined below:

Data Grid Instances to be Curated

There may be more on the feature server for testing purposes, but the ones listed below should be the only active ones on the production server.

Production Data GridFeature Server Data GridCurator(s)
Production: yemFeature: yem















Quality Checks Process

Each dataset that is a candidate for data grid has to be evaluated to determine if it fully meets the requirements to be included, partially meets the requirements, or does not meet them at all.  The outcome determines what actions have to be taken in the YAML file to inlcude or exclude the file, and any comments to be recorded for users to understand where the dataset falls short.  Below the process diagram, you will find more details on each quality check.


Details on each quality check

Is the dataset subnational?

This one is straightforward.   National level statistics are by definition excluded from data grid.  The extent to which it needs to be subnational is handled further down this list.

How much of the required information specified in the definition does the resource contain?

Look at the sub-category definition and determine if the definition is met fully, partially, or not at all.  If a lack of clear field names and/or a data dictionary make it hard to be sure, the dataset can be excluded or included as partially meeting the requirements.

Note: if t complete coverage can be obtained by combining several datasets (for example: several different 3Ws, one for each cluster with all clusters being covered), then all the datasets can be included but marked as "incomplete" with the same comment.  The logic here is that someone should be combining these datasets.

Suggested comment language for a partial fit:

  • The dataset contains data about A but does not include the expected information about B.
  • The dataset appears to contain information about A but the units are not clear from the field name or metadata.
  • The dataset contains data about all active clusters except Protection.

Is the resource in an acceptable format?

For tabular data, the the dataset should be tidy in the sense that field names and data rows should be easy to determine.  There shouldn't be subtotal rows interspersed with data rows.  For a format like xls or xlsx, the required data for a single sub-category should be on the same tab, and if not this should be noted in the comments.  For tabular data with coordinates, the x and y columns (usually longitude and latitude) should be in decimal degree format and separated into two columns, and if not, this should be noted in the comments.

For geographic data, the data should be zipped shapefile, geojson, or geodatabase.  Other somewhat common formats (kml, kmz, but not raster formats) could be accepted, with a comment. 

Suggested comment language for a partial fit:

  • The required fields are present, but not consolidated into a single tab.  
  • Non-data rows (sub-totals) are included within the data.
  • The latitude and longitude coordinates are combined in a single field.
  • The latitude and longitude coordinates are not presented in decimal degree format.
  • The geopackage format is not a preferred format.

Is the resource geographically complete or “as complete as possible”?

This one is trickier than it sounds.  There are two ways to assess completeness:

  1. If there is a comprehensive list of locations to compare against (such as admin units), does the resource provide the necessary information for all admin units at whatever levels are being covered.  Missing values for one or more admin divisions can be acceptable if the meaning of a missing value is defined in the metadata somewhere. For example, "districts where cholera has never been recorded are assumed to be 0 and not included in the data".  The value of "missing" is defined as having values 0, so the data is complete. However something like "districts not included in the data are still being evaluated" would indicate no value for the missing districts.  Such a dataset should be included as "incomplete", but with the gap noted as a comment.
  2. If there is not a comprehensive list of locations to compare against (such as a list of health facilities or security incidents), does the dataset claim to be complete, or at least "as complete as possible"?  If so, the dataset can be included with no comment.  However is no such claim is made, or significant caveats are given about incompleteness, then the dataset should be included as "incomplete" with a comment.  For example, any OSM extract will almost certainly be considered "incomplete" for this test and OSM does not usually make claims about completeness (though there could be exceptions for some locations where concerted efforts have been made by groups like HOT). 

Suggested comment language for a partial fit:

  • The data does not appear to cover all admin X units and is therefore assumed to be incomplete.
  • Some "no data" values occur, but the meaning of these values not defined in the metadata.
  • It is not clear from metadata if this dataset attempts comprehensive coverage and is therefore assumed to be incomplete. 
  • This dataset is not considered complete by its contributor.

Are location references explicit in the resource or joinable to an available location reference that also appears in the data grid?

If a dataset contains references to location, are those locations defined in the dataset (such as latitude and longitude columns)?  If not, then do p-codes or some other identifier make it possible to join this dataset to a location reference that is available in data grid (such as a COD admin boundary or a facilities list)?  Datasets with partially successful joins should be included in data grid as incomplete with a comment.

Suggested comment language for a partial fit:

  • The data contains references to admin level X, however not all rows successfully join to the available dataset for that admin level. 
  • The data contains the names of individual locations, but no corresponding dataset defining those locations is available.

If disaggregated by administrative division, does it use the lowest-used level?

If most of the data for the country uses admin level 3, but the dataset in question is only disaggregated to admin level 1, the dataset can be included as "incomplete" with a comment.

  • No labels