Function reference
-
add_atmo_dep()
- Update sqlite database with atmospheric deposition data
-
add_weather()
- Update sqlite database with weather data
-
clean_outliers()
- Function to clean outliers outside by some standard deviations
-
clean_wq()
- Clean water quality data from most typical issues
-
extract_rotation()
- Extract rotation information from raster file
-
get_atmo_dep()
- Extract EMEP atmospheric deposition data for a catchment
-
get_lu_points()
- Preparing training points for remote sensing algorithm
-
interpolate()
- Interpolating and writing results into model input files
-
load_template()
- Function providing loading for data templates (with single and multiple data sheets) (data should have been cleaned before).
-
plot_cal_data()
- Plotting calibration data
-
plot_fractions()
- Plot regression and fractions for each month between parts of nutrient and total
-
plot_map()
- Preparing interactive map of monitoring points
-
plot_monthly()
- Aggregating values of single station to interactive monthly box plots
-
plot_weather()
- Prepare the plotly figure for weather data
-
plot_weather_compare()
- Plotting figure to comparing two datasets with weather data
-
prepare_wgn()
- Function to generate wgn data for the model
-
transform_to_list()
- Transforming list of sp dataframes to list of list
-
add_missing_pcp_zero()
- Replace empty PCP entry with 0
-
fill_with_closest()
- Filling missing variables from the closest stations, which has data.
-
usersoil_to_sol()
- Convert usersoil.csv to soils.sol
-
get_usersoil_table()
- Function to prepare user soil table for SWAT model
-
plot_wgn_comparison()
- Plot wgn parameters comparison
-
load_climate_lst()
- Extract climate data into nested list of lists
-
update_wst_txt()
- Updating wst_id information in model text files
-
read_tbl()
- Loading SWAT+ text files into dataframe
-
prepare_climate()
- Function to prepare or update climate data text input files in SWAT+ model