RMI-PACTA / workflow.data.preparation

The goal of `workflow.data.preparation` is to prepare all of the necessary data inputs for the Transition Monitor web application.
Other
2 stars 0 forks source link

Feat/147 update calls to write manifest #149

Closed AlexAxthelm closed 8 months ago

AlexAxthelm commented 8 months ago

Update run_data_preparation to use changed function in https://github.com/RMI-PACTA/pacta.data.preparation/pull/341.

Also simplifies somewhat the logic around the list of input filepaths.

Should be merged after that, but coordinated closely.

Note: as-written, this includes #150, but reverting back to 35fd720 removes that dependency.

Also as written, depends on #153, as this does a similar simplification from list.files() to explicit filepath lists for the archive export feature defined in that PR. Reverting 1b8cd49 removes that connection.

Closes #147

AlexAxthelm commented 8 months ago

Marking as ready for review, with notes about the PRs that should be considered first.

cjyetman commented 8 months ago

putting into draft mode because this depends on other PRs, and as such, it's nearly impossible to review properly