Is your feature request related to a problem? Please describe.
build_combined_area.py is a bit slow, particularly when requesting multiple regions.
A core weakness is that all countries are processed in one go.
Ideally we should process / de-overlap per country | EEZ combination first, and then have one last pass when combining all cases.
Describe the solution you'd like
Not doing anything, I suppose.
Is your feature request related to a problem? Please describe.
build_combined_area.pyis a bit slow, particularly when requesting multiple regions.A core weakness is that all countries are processed in one go.
Ideally we should process / de-overlap per country | EEZ combination first, and then have one last pass when combining all cases.
Describe the solution you'd like
Not doing anything, I suppose.