natcap / urban-online-workflow

This repository hosts the beta implementation of the Urban Online ES Workflow. The project is intended to give urban planners the ability to create and assess scenarios using InVEST Urban models.
1 stars 5 forks source link

Processing & displaying invest model results #80

Closed davemfish closed 1 year ago

davemfish commented 1 year ago

Here's a cheatsheet from Chris with basic metrics he has used to summarize results for each model:

(private link) https://drive.google.com/file/d/1Oe-4o1k6gjZnTa7xJrzfS2unMK1SpFxT/view?usp=share_link

dcdenu4 commented 1 year ago

I'll take a first stab at designing the backend piece of this.

davemfish commented 1 year ago

@dcdenu4 I know this issue is probably more about the infrastructure than about the specific post-processing routines, but we just got feedback from Anne & Eric to prioritize urban cooling, urban nature access, & carbon models once we do get to those routines.

dcdenu4 commented 1 year ago

When looking through the invest_model_results.csv I noticed a c_emit and c_embed entry for carbon. It would be good to find out what these metrics are referring to from the InVEST model output or if a different carbon model was used.

dcdenu4 commented 1 year ago

Via our conservation yesterday c_emit and c_embed come from two custom columns that Chris had in the biophysical pools table. He then just calls invest.carbon._generate_carbon_map() directly to get the outputs. The plan is that these metrics might make it into a future PEP. I believe the take away was, it's fine to ignore these for now as they weren't even used in the San Antonio report.

davemfish commented 1 year ago

Done in #101