Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ There are many datasets available from LANDFIRE across various versions, regions
An example of a search for fire regime products for Alaska from LANDFIRE 2020 (v2.2.0) is found below. We call `get_products()` on the `ProductSearch` to return a list of `Products`. If you just want the layers without any of the information about the `Product`, use `get_layers()`.

```python
from typing import List
from landfire.product.models import Product
from landfire.product.search import ProductSearch
from landfire.product.enums import ProductRegion, ProductTheme, ProductVersion

Expand Down