Module1.md

Remote Environmental Sensing

### Geographic Information Databases > The collection, organization and processing of environmental data is a step that requires equipment installed in the field. Such equipment can be expensive or difficult to access for some research groups in certain regions or countries. For this reason, we decided to insert a routine for collecting climatic data through the [NASA POWER base](https://power.larc.nasa.gov/), which can access information on a daily scale anywhere on the globe. > The [Raster Package](https://cran.r-project.org/web/packages/raster/raster.pdf) also offers a digital platform for downloading files in raster format of climatic data (from the [WorldClim database](https://www.worldclim.org/)) and [SRTM (elevation)](http://srtm.csi.cgiar.org/) using only geographical coordinates (Latitude and Longitude).
### Remote Data Collection > To facilitate the use by researchers, especially in the field of genetics and plant breeding, we have integrated these platforms in the functions below: > * Preparing de informations (latitude, longitude, start day and end date) wzxhzdk:0 > * So we can use this information to collect weather data from NASAPOWER wzxhzdk:1 > The argument *country* were setted to collect elevation data from Brazil (BRA). For other countries please consult the ISO in the following table: [Menu](#menu)
### Raw Data Processing **Additional variables (ecophysiological)** > * Basic processing of get_weather() ```{r} df.clim <-processWTH(env.data = df.clim) wzxhzdk:2 > * Summary by time intervals. Dividing the development cycle into time intervals (e.g., phenology), whether phenological or fixed time intervals (e.g. 10-day intervals) helps to understand the temporal variation of environmental factors during the crop growth cycle. wzxhzdk:3 > * Summary by time intervals given by *time.window* argument. ```{r} summaryWTH(df.clim,env.id = 'env',by.interval = T,time.window = c(0,14,35,60,90,120)) wzxhzdk:4 > * Returns only sum values wzxhzdk:5 > * Returns quantile values (default = 25%, 50% and 75%) wzxhzdk:6 > * For specific quantiles (e.g., 20%, 76% and 90%) wzxhzdk:7 [Menu](https://github.com/allogamous/EnvRtype) ------------------------------------------------------------


allogamous/EnvRtype documentation built on Nov. 1, 2024, 3:48 a.m.