# Generated by roxygen2: do not edit by hand

export(.spatraster_to_list)
export(aggregate_granularity)
export(animate_aci_map)
export(apply_mask)
export(apply_mask_terra)
export(assign_sealevel_to_admin)
export(build_admin_mask)
export(calculate_aci)
export(calculate_halfday_component)
export(calculate_halfday_component_terra)
export(calculate_maximum_precipitation_over_window)
export(calculate_maximum_precipitation_over_window_terra)
export(calculate_percentiles)
export(calculate_percentiles_terra)
export(calculate_period_wind_exceedance_frequency)
export(calculate_period_wind_exceedance_frequency_terra)
export(calculate_rolling_sum)
export(cds_set_key)
export(days_above_wind_thresholds)
export(download_era5)
export(download_era5_all)
export(download_mask)
export(drought_component)
export(drought_component_terra)
export(drought_interpolate)
export(load_component)
export(load_component_terra)
export(load_netcdf_terra)
export(load_psmsl_data)
export(max_consecutive_dry_days)
export(max_consecutive_dry_days_terra)
export(plot_aci_components)
export(plot_aci_dashboard)
export(plot_aci_distribution)
export(plot_aci_map)
export(plot_aci_map_mean)
export(plot_aci_timeseries)
export(precipitation_component)
export(precipitation_component_terra)
export(reduce_dataarray_to_dataframe)
export(request_sealevel_data)
export(resample_daily_terra)
export(sealevel_clean_data)
export(sealevel_component)
export(sealevel_compute_monthly_stats)
export(sealevel_correct_date_format)
export(sealevel_load_data)
export(sealevel_process)
export(sealevel_standardize_data)
export(standardize_metric)
export(temp_extremum)
export(temp_extremum_terra)
export(temperature_component)
export(temperature_component_terra)
export(wind_component)
export(wind_component_terra)
export(wind_power)
export(wind_power_terra)
export(wind_thresholds)
importFrom(dplyr,case_when)
importFrom(geodata,gadm)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_area)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(readr,read_csv)
importFrom(rnaturalearth,ne_coastline)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_length)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(stats,na.pass)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(terra,as.array)
importFrom(terra,compareGeom)
importFrom(terra,mask)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,rast)
importFrom(terra,resample)
importFrom(terra,roll)
importFrom(terra,tapp)
importFrom(terra,time)
importFrom(terra,writeRaster)
importFrom(terra,xFromCol)
importFrom(terra,yFromRow)
importFrom(tidyr,pivot_longer)
importFrom(utils,packageVersion)
importFrom(zoo,rollsum)
