Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urban Cooling: valuation with building footprints #89

Open
davemfish opened this issue Apr 28, 2023 · 9 comments
Open

Urban Cooling: valuation with building footprints #89

davemfish opened this issue Apr 28, 2023 · 9 comments
Assignees
Labels

Comments

@davemfish
Copy link
Contributor

I'm looking at the spreadsheet of invest_model_results.csv (see #80 ) and at https://github.com/chrisnootenboom/urban-workflow/blob/master/naturban/valuation/ucm.py

And the valuation seems to hinge on counting heating & cooling degree-days. Though I can't quite figure out how those could be calculated when the model does not return a timeseries of temperature.

@chrisnootenboom
Copy link
Contributor

The methods are as follows:

@davemfish
Copy link
Contributor Author

Ahhh, monthly runs, cool! Thanks for the data sources!

@davemfish
Copy link
Contributor Author

After discussing, we've decided that the very first step for displaying results can just include reporting the estimated air temp differences across scenarios, just modeling the daytime mean air temperature for the month of August.

There is a valuation method, including calculating heating & cooling degree-days, just with a single-month model. We can implement that later on, not for the immediate milestone. It involves a linear regression-based estimate of degree-days for the month that was modeled.

@davemfish davemfish changed the title Urban Cooling: valuation Urban Cooling: results summary & valuation May 1, 2023
@davemfish davemfish removed this from the San Antonio May 2023 Presentation milestone May 16, 2023
@davemfish davemfish added the on hold There's a reason we're not working on this yet label May 30, 2023
@davemfish
Copy link
Contributor Author

On hold for now, though it does seem likely we want to go down the path of valuation described above.

@davemfish davemfish added this to the Fall 2023 milestone Jun 6, 2023
@davemfish davemfish removed the on hold There's a reason we're not working on this yet label Oct 24, 2023
@davemfish davemfish self-assigned this Oct 25, 2023
@davemfish
Copy link
Contributor Author

#120 includes the valuation methods

@davemfish
Copy link
Contributor Author

On hold for a decision about #126

@davemfish davemfish added the on hold There's a reason we're not working on this yet label Nov 16, 2023
@davemfish davemfish removed the on hold There's a reason we're not working on this yet label Jan 10, 2024
@davemfish
Copy link
Contributor Author

I have extracted the building footprint data from Microsoft's data store. https://planetarycomputer.microsoft.com/dataset/ms-buildings#Example-Notebook

For the valuation, we also need energy-consumption parameters. Chris and I discussed this on Slack and he shared a table with those parameters, keyed by lucode. In theory, these parameters could vary by "building type" instead of by LULC, but our buildings database does not have a "type" variable. And right now the valuation script Chris prepared expects these energy parameters to vary by 'lucode'. So we'll run with that for now. (Also right now the energy table has constant values for all parameters across all lucodes. But in theory we could improve that parameterization later).

I still need to figure out the appropriate way to use the building footprint data in the context of this valuation workflow. And the building data also includes a mean-height field, so really we have footprints and heights of all(?) buildings.

@davemfish
Copy link
Contributor Author

Why aren't we using the valuation component built-in to the invest urban cooling model?

Chris's custom valuation method calculates cooling-degree-days, and then applies the energy consumption & cost parameters. That is more sophisticated than the invest method, which does not consider degree-days and might require some different parameters than we have.

davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
…is not used in that module. lucode is used instead. natcap#89
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 10, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 16, 2024
@davemfish
Copy link
Contributor Author

It's not clear to me if/how to incorporate building footprint data into this valuation. The valuation parameter kwh_per_cdd is in a table where it can vary by building_type (though all the values are constant across building_type right now).

How can building footprint/height data influence the energy cost parameters? Should kwh_per_cdd vary by building volume? If so, how will we parameterize that? What size building is assumed for the 1.8 kwh_per_cdd value that we are using right now?

davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 17, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 18, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 18, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 18, 2024
davemfish added a commit to davemfish/urban-online-workflow that referenced this issue Jan 18, 2024
@davemfish davemfish changed the title Urban Cooling: results summary & valuation Urban Cooling: valuation with building footprints May 30, 2024
@davemfish davemfish modified the milestones: Fall 2023, post-release May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants