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
There should be a launcher (and I guess corresponding "pipeline" is needed too) that starts Beaker jobs running model predict in windows of a configurable grid size covering every UTM zone for a specified model config in a specified time range. It should take some output path (directory) where predictions across these windows will be written.
Then a per-task pipeline for whatever post-processing is needed. For marine infrastructure and wind turbine, this can run on one machine since it just applies Viterbi over the points and publishes the outputs. For tree cover and solar farm, it needs to run per-pixel smoothing so it needs to be distributed, can put off that until later.
The text was updated successfully, but these errors were encountered:
model predict
in windows of a configurable grid size covering every UTM zone for a specified model config in a specified time range. It should take some output path (directory) where predictions across these windows will be written.The text was updated successfully, but these errors were encountered: