Closed dlebauer closed 4 years ago
@dlebauer Some questions and comments:
Seasons
Season | Planting Date | Harvest |
---|---|---|
4 | 2017-04-13 | 2017-09-21 |
6 | 2018-04-20 | 2018-08-02 |
These can be found at https://terraref.ncsa.illinois.edu/bety/api/v1/experiments?name=~Season+6 and https://terraref.ncsa.illinois.edu/bety/api/v1/experiments?name=~Season+4
re: splitting up the databases. I would split as little as possible.
Indexing is very important for performance. The 'unified' table is a view and therefore prevents data duplication and keeps the size small. Making it a materialized view or as a single table would increase the size of the DB due to duplication.
@Chris-Schnaufer That makes sense - no need to worry about creating a materialized view - that is a pretty low priority.
@dlebauer I'm not finding any masked plot level images to work with
you are correct that there are no plot level masks :-( I've updated the requirements
I am not able to run this using Globus. It will always timeout before the run is complete. I'm waiting for the problems with workbench to be resolved via Rob Kooper or someone he sends me to
Finishing this issue and writing a new ticket for remaining work that's dependent upon terraref workbench access
reopening - keeping as a placeholder for github.com/agpipeline/issues-and-projects/issues/146
@Chris-Schnaufer could you please check the code you used into https://github.com/terraref/data-publication/tree/master/code? (it doesn't have to be pretty, but hopefully commented so it could be used and adapted in the future)
Remaining tasks are in https://github.com/az-digitalag/organization/issues/254
if it would help you avoid moving data around, you can run your scripts against the filesystem at workbench.terraref.org
TODO