Project Coordinators

Project coordinators define the structure of a dsgrid project: its base dimensions, supplemental dimensions, dataset requirements, and queries. They are responsible for assembling datasets from multiple contributors into a coherent, queryable whole.

Prerequisites

Workflow Overview

  1. Design the project — Define the dimensional structure that all datasets will map to. Read Project Concepts for an overview, design considerations, and links to key Dimension and Dataset concepts.

  2. Create base dimensions — Define the finest-grained dimensions the project will support. Follow How to Create Base Dimensions.

  3. Create supplemental dimensions — Define alternative dimensions, typically aggregations, that can be used for querying (e.g., counties → states). Follow How to Create Supplemental Dimensions.

  4. Register the project — Create the project config and register it. See the Create a Project tutorial.

  5. Coordinate dataset submissions — Work with dataset submitters to register and validate their contributions.

  6. Define and run queries — Assemble the data using queries. See Query Concepts and How to Filter Query Results.

  7. Create derived datasets — Build derived datasets from query results for publication. See Derived Dataset Concepts.

Key Resources

Core Concepts

How-Tos

Tutorials

Software Reference