Skip to content

Commit b85e43f

Browse files
authored
docs: add section header for past PIs (#355)
1 parent ca211f0 commit b85e43f

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

docs/objectives.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ The commits per repository chart for each PI uses color-coding to show which obj
2121

2222
---
2323

24+
## Past PIs
25+
2426
<details markdown>
25-
<summary>PI 26.2 (7 objectives, 2 closed)</summary>
27+
<summary>PI 26.2 (7 objectives, 4 closed)</summary>
2628

2729
| # | Objective | State | Contributors |
2830
|---|-----------|-------|--------------|
2931
| [#304](https://github.com/NASA-IMPACT/veda-odd/issues/304) | 🤖Create virtual Zarr stores for high priority data... | closed | tylanderson |
3032
| [#305](https://github.com/NASA-IMPACT/veda-odd/issues/305) | 🛠️ TiTiler-CMR maintenance + performance | open | chuckwondo, hrodmn |
31-
| [#306](https://github.com/NASA-IMPACT/veda-odd/issues/306) | 🤗 Support community adoption of the technologies i... | open | chuckwondo, maxrjones, abarciauskas-bgse |
32-
| [#308](https://github.com/NASA-IMPACT/veda-odd/issues/308) | 🤪 Expand virtualization support for quirky dataset... | open | maxrjones |
33+
| [#306](https://github.com/NASA-IMPACT/veda-odd/issues/306) | 🤗 Support community adoption of the technologies i... | closed | chuckwondo, maxrjones, abarciauskas-bgse |
34+
| [#308](https://github.com/NASA-IMPACT/veda-odd/issues/308) | 🤪 Expand virtualization support for quirky dataset... | closed | maxrjones |
3335
| [#309](https://github.com/NASA-IMPACT/veda-odd/issues/309) | 🛰️ Propose unified strategy for virtualization of ... | open | sharkinsspatial, maxrjones, hrodmn |
3436
| [#319](https://github.com/NASA-IMPACT/veda-odd/issues/319) | 🌐 Client-side raster rendering (deck.gl-raster) | closed | kylebarron |
3537
| [#331](https://github.com/NASA-IMPACT/veda-odd/issues/331) | WASM chunk codec research and PoC | open | jkeifer |

reports/_objectives_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
{
349349
"issue_number": 306,
350350
"title": "ODD PI 26.2 Objective 3: 🤗 Support community adoption of the technologies incubated by EODC and VEDA",
351-
"state": "open",
351+
"state": "closed",
352352
"contributors": [
353353
("Chuck Daniels", "chuckwondo"),
354354
("Max Jones", "maxrjones"),
@@ -382,7 +382,7 @@
382382
{
383383
"issue_number": 308,
384384
"title": "ODD PI 26.2 Objective 5: 🤪 Expand virtualization support for quirky datasets",
385-
"state": "open",
385+
"state": "closed",
386386
"contributors": [
387387
("Max Jones", "maxrjones"),
388388
],

reports/generate_docs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ def generate_objectives_md() -> str:
6868
lines.append("")
6969
else:
7070
# Historical PIs - collapsible
71+
if i == 1:
72+
lines.append("## Past PIs")
73+
lines.append("")
7174
closed_count = sum(1 for o in objectives if o["state"] == "closed")
7275

7376
lines.append("<details markdown>")

reports/output/pi-26.3.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sha,message,author,committer,url,total_changes,organization,repository
22
c5a96ef0dfff1a64b2f28c0152a1f793e5e29546,feat: add SumMethod to mosaic methods (#922),Henry Rodman,GitHub,https://github.com/cogeotiff/rio-tiler/commit/c5a96ef0dfff1a64b2f28c0152a1f793e5e29546,53,cogeotiff,rio-tiler
3+
fb7282af3847fbb398a65e2824987ca251d328dd,refactor: Use upstream deck.gl-raster `RasterTileLayer` (#1183),Kyle Barron,GitHub,https://github.com/developmentseed/lonboard/commit/fb7282af3847fbb398a65e2824987ca251d328dd,298,developmentseed,lonboard
4+
66c50b98a3894064a5ade29f03f746d35eed83c7,chore: Switch to pnpm (#1181),Kyle Barron,GitHub,https://github.com/developmentseed/lonboard/commit/66c50b98a3894064a5ade29f03f746d35eed83c7,22614,developmentseed,lonboard
35
9f731b3b4e897f4cfd9ca71d3b3c33c25c8091b7,"fix: In `RasterTileLayer`, allow `renderTile` to return `null` to avoid rendering a layer (#489)",Kyle Barron,GitHub,https://github.com/developmentseed/deck.gl-raster/commit/9f731b3b4e897f4cfd9ca71d3b3c33c25c8091b7,39,developmentseed,deck.gl-raster
46
d93c69633a96d703d2bfe9cd93072f03ad026b09,fix: Try to fix plausible script injection (#488),Kyle Barron,GitHub,https://github.com/developmentseed/deck.gl-raster/commit/d93c69633a96d703d2bfe9cd93072f03ad026b09,2,developmentseed,deck.gl-raster
57
186ceae3f7014236eb75726a90e1b575043b5c7a,chore: prepare for 0.6 release (#487),Kyle Barron,GitHub,https://github.com/developmentseed/deck.gl-raster/commit/186ceae3f7014236eb75726a90e1b575043b5c7a,971,developmentseed,deck.gl-raster
@@ -25,8 +27,6 @@ d522ba6ab70dcb588318868261f025719c3b487a,docs: update links in README,hrodmn,hro
2527
4b5241d24653a28791f07759a4660d7582f2330c,feat: initial release,hrodmn,hrodmn,https://github.com/developmentseed/lazycogs/commit/4b5241d24653a28791f07759a4660d7582f2330c,4,developmentseed,lazycogs
2628
c358f2dbe7446f0c564501561c98e9253191392e,chore: set up publishing and automated releases,hrodmn,hrodmn,https://github.com/developmentseed/lazycogs/commit/c358f2dbe7446f0c564501561c98e9253191392e,222,developmentseed,lazycogs
2729
114eac8b1d2c7bf5ada8a7ede641f49d5216b657,chore: update repo location,hrodmn,hrodmn,https://github.com/developmentseed/lazycogs/commit/114eac8b1d2c7bf5ada8a7ede641f49d5216b657,24,developmentseed,lazycogs
28-
fb7282af3847fbb398a65e2824987ca251d328dd,refactor: Use upstream deck.gl-raster `RasterTileLayer` (#1183),Kyle Barron,GitHub,https://github.com/developmentseed/lonboard/commit/fb7282af3847fbb398a65e2824987ca251d328dd,298,developmentseed,lonboard
29-
66c50b98a3894064a5ade29f03f746d35eed83c7,chore: Switch to pnpm (#1181),Kyle Barron,GitHub,https://github.com/developmentseed/lonboard/commit/66c50b98a3894064a5ade29f03f746d35eed83c7,22614,developmentseed,lonboard
3030
933699838a6decb7ecd3378dcd7cdfcf0435b669,Doc updates (#49),Sean Harkins,GitHub,https://github.com/developmentseed/zarr-datafusion-search/commit/933699838a6decb7ecd3378dcd7cdfcf0435b669,21,developmentseed,zarr-datafusion-search
3131
394d38ec90e7e6922da1ee95cbbe6bcf88851da4,Example notebooks (#47),Sean Harkins,GitHub,https://github.com/developmentseed/zarr-datafusion-search/commit/394d38ec90e7e6922da1ee95cbbe6bcf88851da4,31994,developmentseed,zarr-datafusion-search
3232
e1b2668af80d84ae0be921fe9026856a84a13c36,Remove cancelled talk (#125),Max Jones,GitHub,https://github.com/pangeo-data/pangeo.io/commit/e1b2668af80d84ae0be921fe9026856a84a13c36,14,pangeo-data,pangeo.io
@@ -36,8 +36,8 @@ e1b2668af80d84ae0be921fe9026856a84a13c36,Remove cancelled talk (#125),Max Jones,
3636
f6eb23432c35b88fa3cbf97b1e60b3e8282d8449,fix: properly store attributes (#97),Max Jones,GitHub,https://github.com/virtual-zarr/virtual-tiff/commit/f6eb23432c35b88fa3cbf97b1e60b3e8282d8449,24,virtual-zarr,virtual-tiff
3737
e323d9e35db54b781dc2d9689f01c86d285f7804,chore: mark xfail on masking failures (#100),Max Jones,GitHub,https://github.com/virtual-zarr/virtual-tiff/commit/e323d9e35db54b781dc2d9689f01c86d285f7804,12,virtual-zarr,virtual-tiff
3838
3dbaae9e7c5d343c88b4d073fe8eded29b8571c1,chore: change source for geotiff-test-data (#99),Max Jones,GitHub,https://github.com/virtual-zarr/virtual-tiff/commit/3dbaae9e7c5d343c88b4d073fe8eded29b8571c1,8,virtual-zarr,virtual-tiff
39+
ac667c1a7f25e6fed3b3cd63ac3c241d1ea30cb1,chore: automate more of the release process (#3896),Max Jones,GitHub,https://github.com/zarr-developers/zarr-python/commit/ac667c1a7f25e6fed3b3cd63ac3c241d1ea30cb1,246,zarr-developers,zarr-python
3940
3ede5e830e03c76d57da5d78775dfbac0f5ea170,docs: build 3.2.0 release notes (#3932),Davis Bennett,GitHub,https://github.com/zarr-developers/zarr-python/commit/3ede5e830e03c76d57da5d78775dfbac0f5ea170,106,zarr-developers,zarr-python
4041
870fabd0f2f94df84698fef1e7f20f59d02d0634,chore/3.2.0 release notes (#3927),Davis Bennett,GitHub,https://github.com/zarr-developers/zarr-python/commit/870fabd0f2f94df84698fef1e7f20f59d02d0634,3,zarr-developers,zarr-python
4142
23e96350b83079b7ef8c31fe5430024ef4a66d50,feat: add cast_value and scale_offset codecs (#3874),Davis Bennett,GitHub,https://github.com/zarr-developers/zarr-python/commit/23e96350b83079b7ef8c31fe5430024ef4a66d50,1732,zarr-developers,zarr-python
4243
279d400a19d510df6384bb1e93c4817dc867072b,fix(storage): preserve leading slashes in FsspecStore.path (#3926),Davis Bennett,GitHub,https://github.com/zarr-developers/zarr-python/commit/279d400a19d510df6384bb1e93c4817dc867072b,190,zarr-developers,zarr-python
43-
ac667c1a7f25e6fed3b3cd63ac3c241d1ea30cb1,chore: automate more of the release process (#3896),Max Jones,GitHub,https://github.com/zarr-developers/zarr-python/commit/ac667c1a7f25e6fed3b3cd63ac3c241d1ea30cb1,246,zarr-developers,zarr-python

0 commit comments

Comments
 (0)