You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/gsoc_ideas.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ PEcAn relies on the BETYdb database to store trait and yield data as well as mod
92
92
- Design and create a freestanding version of the trait data, including choosing the format and distribution method, implementing whatever pipelines are needed to move the data over, and documenting how to use and update the result.
93
93
- Review the information we currently log, identify components that no longer need to be tracked or that should be temporary rather than permanent, and build tools to clean unneeded/expired records from the database.
94
94
95
-
-**Non-Database Setup:** Enable workflows that do not require PostgreSQL or a web front-end.
95
+
-**Non-Database Setup:** Enable workflows that do not require PostgreSQL or a web front-end, potentially including:
96
96
- Identify PEcAn modules that are still DB-dependent and refactor them to allow freestanding use
97
97
- Implement mechanisms for decoupling the DB from the model pipelines in time and space while still tracking provenance. Perhaps this could involve separate prep/execution/post-logging phases, but we encourage your creative suggestions.
98
98
- Create tools that maximize interoperability with data from other sources, including from external databases or the user's own observations.
0 commit comments