bluesky_findModels: Find models covering a location

Description Usage Arguments Value Examples

View source: R/bluesky_findModels.R

Description

Searches bluesky_modelInfo for all models whose domain includes the incoming location.

Usage

1
bluesky_findModels(longitude = NULL, latitude = NULL)

Arguments

longitude

the target longitude

latitude

the target latitude

Value

Vector of model names.

Examples

1
2
3
4
5
6
7
8
library(AirFireModeling)
setModelDataDir('~/Data/BlueSky')

# Models covering Portland, Oregon
bluesky_findModels(
  longitude = -122.68,
  latitude = 45.52
)

MazamaScience/AirFireModeling documentation built on March 13, 2021, 12:02 a.m.