Skip to content

Do things by layer, instead of by column #3

@adrfantini

Description

@adrfantini

It might be possible to check for events by doing things layer by layer sequentially, using a raster for the current value, one for the previous value, one for the year of the start of the event and one for the number of events. Or something along those lines. This might be faster, who knows, but would also have the advantage that you could actually read layer by layer (which is how most of these files are chunked). Maybe as an option?

Currently we read everything in a single shot and perform computation in parallel separately for each cell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions