eastweb_data: Get data from an EASTWeb database

Description Usage Arguments Value

Description

Get data from an EASTWeb database

Usage

1
2
3
eastweb_data(plugin = c("TRMM3B42", "TRMM3b42RT", "ModisLST", "ModisNBAR",
  "NldasNOAH", "NldasForcing"), project_name, db_name, user, password,
  host = "localhost", port = 5432)

Arguments

plugin

Name of the plugin. Must be one of "TRMM3B42", "TRMM3b42RT", "ModisLST", "ModisNBAR", "NldasNOAH", or "NldasForcing".

project_name

Name of the project. Does not need underscores.

db_name

Name of the database.

user

Username.

password

Password.

host

Host name. Defaults to "localhost".

port

Port number. Defaults to the postgreSQL default of 5432.

Value

A data frame containing the zonal statistics table for the given plugin in an EASTWeb project. Even if a project has multiple plugins, each one must be queried seperately.


chrismerkord/eastweb documentation built on May 13, 2019, 6:55 p.m.