BD_Coord | R Documentation |
This dataset contains the coordinates (in UTM format) of several precipitation stations. Each station is uniquely identified by the Cod
column, which corresponds to the station identifiers used in the BD_Obs
dataset. The coordinates of each station are provided in two columns:
- X
for the Easting (longitude),
- Y
for the Northing (latitude).
data("BD_Coord")
A 'data.table' or 'data.frame' object with station coordinates. The dataset includes the following columns:
Cod
The unique identifier for each station. This should correspond to the station columns in the BD_Obs
dataset.
X
The Easting (X-coordinate) of the station in UTM format (numeric).
Y
The Northing (Y-coordinate) of the station in UTM format (numeric).
The data represents the geographic coordinates of precipitation stations used in the analysis. The first column, Cod
, contains the unique identifiers of the stations, which should match the column names in the BD_Obs
dataset. The subsequent columns, X
, Y
, contain the UTM coordinates for each station, representing the station's location on the Earth's surface and Z
, contain the altitude in meters of each station.
The data was generated for use in the bias correction model for satellite products, RFplus.
data(BD_Coord)
## You can use str(BD_Coord) to get a description of the structure
## or view some of the first rows using head(BD_Coord)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.