R/pruatlas-package.R

#' pruatlas: A package for PRU maps generation.
#'
#' The pruatlas package provides function to plot country FIRs,
#' access the underlying FIR or country spatial definitions.
#'
#' @section Functions:
#' The pruatlas package provides three sets of functions, one for plottting,
#' the second for accessing the underlying datasets and the last is about helper
#' functions.
#' For example \code{plot_coutry_fir} is an high level function that plots the FIR at
#' the country level.
#'
#' @section TODOs:
#' \itemize{
#'   \item list/define the colours of the maps (currently hardcoded)
#'   \item provide FIRs for other AIRAC's (separate data packages? lazy-loading of data?)
#'   \item define a function to convert from CFMU AIRAC format to AIP format
#'   \item change `airacnm` to the AIP format
#' }
#'
#' @name pruatlas
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
euctrl-pru/pruatlas documentation built on June 9, 2025, 4:49 a.m.