> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/dragonfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/dragonfly-primer/components/6_alternativeweather/vegetation_parameters.md).

# Vegetation Parameters

![](/files/-Mihr_lVHmFWgJRyyd6K)

![](/files/-Mihr_lWWldYPYtS05zF) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Vegetation%20Parameters.py)

Create VegetationParameters representing the behavior of vegetation within an urban area.

## Inputs

* **albedo**

  A number between 0 and 1 that represents the ratio of reflected radiation from vegetated surfaces to incident radiation upon them. (Default: 0.25)&#x20;
* **start\_month**

  An integer from 1 to 12 that represents the month at which vegetation evapostranspiration begins (leaves come out). By default, the month will be automatically determined by analyzing the epw to see which months have an average monthly temperature above 10C.&#x20;
* **end\_month**

  An integer from 1 to 12 that represents the month at which vegetation evapostranspiration ends (leaves fall off). By default, the month will be automatically determined by analyzing the epw to see which months have an average monthly temperature above 10C.&#x20;
* **tree\_latent**

  A number between 0 and 1 that represents the the fraction of absorbed solar energy by trees that is given off as latent heat (evapotranspiration). Currently, this does not affect the moisture balance in the uwg but it will affect the temperature. (Default: 0.7).&#x20;
* **grass\_latent**

  A number between 0 and 1 that represents the the fraction of absorbed solar energy by grass that is given off as latent heat (evapotranspiration). Currently, this does not affect the moisture balance in the uwg but it will affect the temperature. (Default: 0.5).&#x20;

## Outputs

* **veg\_par**

  Vegetation parameters that can be plugged into the "DF UWG Simulation Parameter" component to specify the behavior of vegetation in the simulation.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ladybug.tools/dragonfly-primer/components/6_alternativeweather/vegetation_parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
