-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from adamlilith/solstice_2022_2023
Removed dependency on `geodata` and `MuMin`
- Loading branch information
Showing
8 changed files
with
81 additions
and
57 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,22 @@ | ||
#' @name canada | ||
#' | ||
#' @title Vector outline of Canada | ||
#' | ||
#' @description This \code{SpatVector} represents the outline of Canada in WGS84 (unprojected) coordinates. This is the "low resolution" (less accurate) version from GADM. | ||
#' | ||
#' @docType data | ||
#' | ||
#' @format An object of class \code{'SpatVector'}. | ||
#' | ||
#' @keywords Canada | ||
#' | ||
#' @source \href{https://gadm.org/index.html}{Database of Global Administrative Areas (GADM)} | ||
#' | ||
#' @examples | ||
#' | ||
#' library(terra) | ||
#' canFile <- system.file('extdata', 'canada_level0_gadm41.gpkg', package='enmSdmX') | ||
#' canada <- vect(canFile) | ||
#' plot(canada) | ||
#' | ||
NULL |
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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