sp_query: Explore what data is available

Description Usage Arguments Author(s) Examples

View source: R/sp_query.R

Description

THIS FUNCTION DOESN'T WORK YET

Usage

1
sp_query(variable = NULL, source = NULL)

Arguments

variable

Query for a variable

source

Query for a data source

Author(s)

Scott Chamberlain

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Not run: 
# THESE DON'T ACTUALLY WORK YET...
# Query by data variable
sp_query(variable = "precipitation")
sp_query(variable = "temperature")

# Query by data variable
sp_query(source = "noaa")

# Query by spatial resolution
sp_query(spatial_res = "noaa")

# Query by temporal resolution
sp_query(temporal_res = "weekly")

# Query by spatial coverage
sp_query(spatial_coverage = "global")

# Query by temporal coverage
sp_query(temporal_coverage = "1950:1970")

# Query by license
sp_query(license = "CC0")

## End(Not run)

ropenscilabs/spenv documentation built on Sept. 22, 2020, 4:46 p.m.