Skip to content

RVD conversion type calculations very inefficient #19

Description

@mhallerud

The calculations for RVD's conv_code field seems very inefficient, primarily because it creates a bunch of rasters and calculates zonal statistics on those rasters individually. In the future, restructuring this process (perhaps by using "select" to create temporary layers with each value instead of reclassifying a bunch of rasters?) would be an easy way to make the code much more efficient. Currently the outputs are correct, but the process to create this single field seems very clunky and indirect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA feature request or improvement to model.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions