API
Dataset(type)Job(type)attribute_table(function)attribute_table_url(function)cancel(function)extract(function)files(function)filesize(function)full_product_url(function)healthcheck(function)products(function)status(function)submit(function)
Dataset (type)
A convenience struct that encapsulates a complete LANDFIRE dataset download and extraction.
products: Vector ofProductstructs to downloadaoi: Area of interest (seeJobconstructor for accepted formats)kw...: Additional keyword arguments passed to theJobconstructor.
Files are cached in scratchspace based on the job hash, so repeated calls with the same parameters will return the cached result without re-downloading.
Job (type)
No documentation found for public binding Landfire.Job.
Summary
struct Landfire.Job
Fields
email :: String
layers :: Vector{Landfire.Product}
area_of_interest :: String
output_projection :: Union{Nothing, String}
resample_resolution :: Union{Nothing, Int64}
edit_rule :: Union{Nothing, String}
edit_mask :: Union{Nothing, String}
priority_code :: Union{Nothing, String}
attribute_table (function)
attribute_table_url (function)
cancel (function)
extract (function)
files (function)
filesize (function)
full_product_url (function)
Return the URL for downloading a full extent LANDFIRE product.
layer: Layer name (e.g., “FBFM13”, “EVT”)region: Geographic region (“CONUS”, “AK”, or “HI”)year: Product year (default: 2024)
Example
healthcheck (function)
No documentation found for public binding Landfire.healthcheck.
Landfire.healthcheck is a Function.
# 1 method for generic function "healthcheck" from Landfire:
[1] healthcheck()
@ ~/work/Landfire.jl/Landfire.jl/src/Landfire.jl:33
products (function)
Fetch and filter available products from the LANDFIRE API.
Returns a vector of Product structs sorted by name. Results are cached locally; use refresh=true to update the cache from the API.
Keyword Arguments
refresh::Bool=false- Set totrueto refresh the cached product list from the API
Filter products by field values. Boolean fields use exact matching, string fields use substring matching.
name::Stringtheme::Stringlayer::Stringversion::Stringconus::Boolak::Boolhi::BoolgeoAreas::String
Examples
status (function)