R/ibra7_albers.R

#' IBRA 7 polygons
#'
#' A SpatialPolygonsDataFrame of the Interim Biogeographic Regionalisation for
#' Australia (IBRA) version 7.0. The dataset comprises 9659 polygons
#' representing 89 biogeographic regions (419 subregions) that reflect the
#' biotic and abiotic environment across Australia. These data are provided by
#' the Australian Government Department of the Environment. More information
#' about IBRA 7 is available at
#' \url{http://www.environment.gov.au/land/nrs/science/ibra}.
#'
#' Multipart polygons were converted to single part polygons using QGIS 2.10.1,
#' and the resulting dataset was projected from GDA94 (EPSG:4283) to Australian
#' Albers (EPSG:3577) using \code{spTransform}.
#'
#' @source Department of the Environment (2012), Interim Biogeographic
#'   Regionalisation for Australia (Regions - States and Territories) v. 7
#'   (IBRA) [ESRI shapefile] Available from
#'   \url{http://www.environment.gov.au/fed/catalog/search/resource/details.page?uuid=\%7BFB89EEC9-5ABE-4CCD-B50E-7D485A3BAA4C\%7D}
#' @docType data
#' @format A \code{SpatialPolygonsDataFrame} with 419 polygons and 16 fields:
#'   \itemize{
#'   \item{\code{SUB_CODE_7}}{: Alphabetic identifier for the IBRA subregion.}
#'   \item{\code{SUB_NAME_7}}{: The full name of the IBRA subregion.}
#'   \item{\code{REG_CODE_7}}{: Alphabetic identifier for the IBRA region.}
#'   \item{\code{REG_NAME_7}}{: The full name of the IBRA region.}
#'   \item{\code{HECTARES}}{: The area of the polygon, in hectares.}
#'   \item{\code{SQ_KM}}{: The area of the polygon, in square kilometres.}
#'   \item{\code{REC_ID}}{: Numeric identifier for the IBRA region.}
#'   \item{\code{SUB_CODE_6}}{: Alphabetic identifier of the previous IBRA6.1 subregion.}
#'   \item{\code{SUB_NAME_6}}{: The full name of the previous IBRA6.1 subregion.}
#'   \item{\code{SUB_NO_61_}}{: Numeric identifier of the previous IBRA6.1 subregion.}
#'   \item{\code{REG_CODE_6}}{: Alphabetic identifier of the previous IBRA6.1 region.}
#'   \item{\code{REG_NAME_6}}{: The full name of the previous IBRA6.1 region.}
#'   \item{\code{REG_NO_61}}{: Numeric identifier of the previous IBRA6.1 region.}
#'   \item{\code{FEAT_ID}}{: Feature identifier.}
#'   \item{\code{Shape_Leng}}{: The length of the polygon's perimeter (?).}
#'   \item{\code{Shape_Area}}{: The area of the polygon, in square degrees (?).}
#'   \item{\code{POLY_ID}}{: A unique sequential integer identifying each
#'   polygon, permitting distinction between multiple polygons originating from
#'   multipart polygons representing IBRA sub regions.}
#' }
"ibra7_albers"
johnbaums/things documentation built on May 19, 2019, 3:03 p.m.