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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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