clcr / pyeo_1

Updates to pyeo-1
GNU General Public License v3.0
0 stars 0 forks source link

Refactor `acd_national` to accommodate parallel processing #61

Closed Matthew-J-Payne closed 1 year ago

Matthew-J-Payne commented 1 year ago

Parallel processing option requires that functions that we wish to run in parallel (think not sequential) are factored in a specific manner (i.e. can be mained when choosing parallel)

Matthew-J-Payne commented 1 year ago

Closed, as parallel vectorisation is tabled for now because of time constraints and is less time expensive than the raster pipeline.