-
Notifications
You must be signed in to change notification settings - Fork 282
events.json schema + event generation script for california design points #3621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
add fert and om events add nh4 and no3 to fertilization
write out three sample sites
| "geometry_uri": { "type": ["string", "null"], "format": "uri" }, | ||
| "provenance": { "type": "object", "additionalProperties": true }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How carefully considered is the decision to represent geometry as a uri rather than an object? Might there be cases where geometry wants to be embedded directly like the provenance is?
|
Check failure is saying to move the json schema out of |
Co-authored-by: Chris Black <chris@ckblack.org>
Co-authored-by: Chris Black <chris@ckblack.org>
|
Merging dlebauer#9 should fix the CI failure |
2cf4f29
MVP for events based on #3551
use case the primary goal is having an events.json that we can use to start building out write.events.SIPNET and doing runs for the CCMMF project. Closes ccmmf/organization#143
Includes two files:
It generates fixed values for each site (planting, harvest, pruning, tillage, irrigation) according to the PEcAn events schema.
Output:
events.jsonfile./projectnb2/dietzelab/ccmmf/data/events/events.jsonevents.json.gz
This script uses dummy data and fixed values in order to support development of downstream pipeline. There is much work to do.
Discussion ?s:
TODO