From 1029f941b9991f0f4e6ebc52ad15f74f4d78117f Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Tue, 31 Mar 2026 11:57:00 -0700 Subject: [PATCH] Enhance dataset delivery issue template with new tasks Added detailed steps for data access patterns and updated integration tasks. --- .github/ISSUE_TEMPLATE/dataset-delivery.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/dataset-delivery.md b/.github/ISSUE_TEMPLATE/dataset-delivery.md index 8b8937c..a376451 100644 --- a/.github/ISSUE_TEMPLATE/dataset-delivery.md +++ b/.github/ISSUE_TEMPLATE/dataset-delivery.md @@ -97,18 +97,20 @@ assignees: '' - [ ] **1. Access data and exploration** - [ ] Identify data source/location - [ ] Verify access permissions + - [ ] Determine access patterns and use cases (how will the data be used and what services are required to fulfill those use cases) - [ ] Initial data inspection + - [ ] If needed, design cloud-optimized structure - [ ] **2. Integration** - - [ ] Define ingestion pipeline - - [ ] Visualize data using one of the tiling services + - [ ] Design ingestion + processing pipeline + - [ ] Implement pipeline + - [ ] Test analyzing and visualizing data using appropriate services - [ ] **3. Exploring ingested data (Jupyter Notebook)** - - [ ] Create notebook for validation - - [ ] Visualize dataset + - [ ] Create notebooks demonstrating validation, visualization and analysis - [ ] Document findings -- [ ] **4. Benchmarking original vs ingested (Jupyter Notebook)** +- [ ] **4. [Optional] Benchmarking original vs ingested (Jupyter Notebook)** - [ ] Compare performance - [ ] **5. Demo**