Description Usage Arguments Value Examples
Create a query string with multiple options
1 2 |
latitude |
A decimal-formmated number indicate the latitude of a location |
longitude |
A decimal-formmated number indicate the longitude of a location |
x |
Optional, number of grids on x axis (latitude) |
y |
Optional, number of grids on y axis (longitude) |
date |
Optional, a matrix with start date, end date and plant date
generated by |
attribute |
Optional, a vector with weather attributes. Generated by
|
gdd_method |
Optional, |
A query object if succesful, otherwise failure
1 2 3 4 5 6 | create_query(latitude, longitude)
create_query(latitude, longitude, x = 5, y = 5)
create_query(latitude, longitude, x = 5, y = 5, set_date(start_date, end_date))
create_query(latitude, longitude, date = set_date(start_date, plant_date =
plant_date), attribute = get_attribute(c("^acc", "gdd$")), gdd_method =
set_gdd(gdd_method = "modifiedstandard"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.