Skip to content

support phenology events in events schema#3971

Merged
mdietze merged 4 commits intoPecanProject:developfrom
ashiklom:phenology-event-schema
May 4, 2026
Merged

support phenology events in events schema#3971
mdietze merged 4 commits intoPecanProject:developfrom
ashiklom:phenology-event-schema

Conversation

@ashiklom
Copy link
Copy Markdown
Member

@ashiklom ashiklom commented May 3, 2026

Adds support for phenology events (leafon, leafoff) in events.json. Also bumps the schema version to 0.1.2 (which becomes the new default).

Here's the diff between the schemas:

13c13
<         "pecan_events_version": { "type": "string", "const": "0.1.1" },
---
>         "pecan_events_version": { "type": "string", "const": "0.1.2" },
26c26
<                 "enum": ["planting", "harvest", "irrigation", "fertilization", "tillage"]
---
>                 "enum": ["planting", "harvest", "irrigation", "fertilization", "tillage", "leafon", "leafoff"]

Comment thread book_source/03_topical_pages/02_pecan_standards.Rmd Outdated
@mdietze mdietze enabled auto-merge May 3, 2026 23:03
@mdietze mdietze added this pull request to the merge queue May 4, 2026
Merged via the queue into PecanProject:develop with commit 144a272 May 4, 2026
19 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants