-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
107 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#' ONS Boundaries | ||
#' | ||
#' Metadata about a subset of the geographical boundaries from [ONS' | ||
#' geoportal](https://geoportal.statistics.gov.uk/) that can be downloaded by | ||
#' `{ukgeographies}`. | ||
#' These boundaries have been retrieved from the services provided by | ||
#' [ONS' geoportal API](https://services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/) and | ||
#' automatically categorised from their URLS, to | ||
#' match Geoportal's menus and datasets. | ||
#' | ||
#' @format | ||
#' A data frame with `r nrow(ons_boundaries)` rows and `r ncol(ons_boundaries)` | ||
#' columns: | ||
#' \describe{ | ||
#' \item{id}{A unique identifier for every boundary} | ||
#' \item{service}{URL pointing to the API service} | ||
#' \item{boundary_type}{Type of boundary, according to ONS' classification} | ||
#' \item{boundary}{Boundary (short) name, according to ONS' naming} | ||
#' \item{detail_level}{Boundary's level of detail. For a detailed description of the methodology refer to [Digital boundaries](https://www.ons.gov.uk/methodology/geography/geographicalproducts/digitalboundaries) } | ||
#' \item{year}{Year in which the boundaries were created} | ||
#' \item{url_download}{URL querying the API service to return all features as a geojson file} | ||
#' | ||
#' } | ||
#' | ||
#' @source <https://services1.arcgis.com/ESMARspQHYMw9BZ9/arcgis/rest/services/> | ||
"ons_boundaries" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.