|
2 | 2 | #'
|
3 | 3 | #' Within Australia, the next smaller administrative unit after country is
|
4 | 4 | #' State / Territory, after which comes a 'Local Government Area'. These are
|
5 |
| -#' equivalent to the Darwin Core terms stateProvince and county. |
| 5 | +#' equivalent to the Darwin Core terms stateProvince and county respectively. |
| 6 | +#' We have included these data within the package to aid with assigning the |
| 7 | +#' county, stateProvince, country and countryCode fields to the dung fauna data. |
6 | 8 | #'
|
7 | 9 | #' The Australian Bureau of Statistics (ABS) provides shapefile data for local
|
8 | 10 | #' government areas in Australia which also includes the associated higher
|
9 | 11 | #' level geographies (State / Territory and Country). More information is here:
|
10 | 12 | #' \url{https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files}.
|
11 | 13 | #'
|
12 |
| -#' The download link for the raw data is (Local Government Areas - 2022 - |
13 |
| -#' Shapefile in GDA2020): |
14 |
| -#' https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files/LGA_2022_AUST_GDA2020_SHP.zip |
15 |
| -"county_stateProvince_aus" |
16 |
| - |
17 |
| - |
18 | 14 | #' The data downloaded from ABS has been slightly modified with empty geometries
|
19 | 15 | #' removed, terms renamed to Darwin Core terms, and not needed fields removed.
|
20 |
| -#' @format An \code{sf} POLYGON object with 547 features and 4 fields: |
| 16 | +#' |
| 17 | +#' @format An \code{sf} MULTIPOLYGON object with 547 features and 4 fields: |
21 | 18 | #' \describe{
|
22 |
| -#' \item{datasetID}{\url{http://rs.tdwg.org/dwc/terms/datasetID}} |
23 |
| -#' \item{locationID}{\url{http://rs.tdwg.org/dwc/terms/locationID} The |
24 |
| -#' location identifier given in the data set.} |
25 |
| -#' \item{basisOfRecord}{\url{http://rs.tdwg.org/dwc/terms/basisOfRecord} We |
26 |
| -#' have included two values. "PreservedSpecimen" has been used where the |
27 |
| -#' record came from a trap collection. "HumanObservation" has been used where |
28 |
| -#' the record came from the supplementary survey.} |
29 |
| -#' \item{recordedBy}{\url{http://rs.tdwg.org/dwc/iri/recordedBy} All records |
30 |
| -#' were recorded by the Department of Primary Industries and Regional |
31 |
| -#' Development ("DPIRD")} |
32 |
| -#' \item{occurrenceStatus}{\url{http://rs.tdwg.org/dwc/iri/occurrenceStatus} |
33 |
| -#' Either "Present" or "Absent".} |
34 |
| -#' \item{samplingProtocol}{\url{http://rs.tdwg.org/dwc/terms/samplingProtocol} |
35 |
| -#' "CSIRO pitfall trap baited with 1kg dung" describes records from a trap |
36 |
| -#' collection. "Dung pads in paddock searched for dung beetles" describes |
37 |
| -#' records from the supplementary survey.} |
38 |
| -#' \item{scientificName}{\url{http://rs.tdwg.org/dwc/terms/scientificName} |
39 |
| -#' Sixteen levels, including 13 species level identifications (Bubas bison, |
40 |
| -#' Copris hispanus, Coelostoma australe, Euoniticellus fulvus, E. intermedius, |
41 |
| -#' E. pallipes, Heteronychus arator, Onitis alexis, Onitis aygulus, |
42 |
| -#' Onthophagus binodis, O. ferox, O. taurus, O. vermiculatus), two genus level |
43 |
| -#' identifications (Aphodius and Hister) and one subfamily level |
44 |
| -#' identification (Aphodiinae)} |
45 |
| -#' \item{identifiedBy}{\url{http://rs.tdwg.org/dwc/terms/identifiedBy} All |
46 |
| -#' specimens were identified by DPIRD staff or DPIRD contracted consultants} |
47 |
| -#' \item{verbatimEventDate}{ |
48 |
| -#' \url{http://rs.tdwg.org/dwc/terms/verbatimEventDate} Date or date-time |
49 |
| -#' recorded by DPIRD. This is the date/date-time that the traps were collected |
50 |
| -#' or the human observation conducted. Note that not all records include the |
51 |
| -#' time. Times shown are in the local time zone (Australia/Perth)} |
52 |
| -#' \item{verbatimLatitude}{\url{http://rs.tdwg.org/dwc/terms/verbatimLatitude} |
53 |
| -#' The Latitude recorded by DPIRD. Note that at all trapping sites two traps |
54 |
| -#' were placed 10-20 m apart. For some locations/records the coordinates of |
55 |
| -#' the individual trap have been recorded, otherwise just one value for both |
56 |
| -#' traps is given.} |
57 |
| -#' \item{verbatimLongitude}{ |
58 |
| -#' \url{http://rs.tdwg.org/dwc/terms/verbatimLongitude} |
59 |
| -#' The Longitude recorded by DPIRD.} |
60 |
| -#' \item{individualCount}{\url{http://rs.tdwg.org/dwc/terms/individualCount} |
61 |
| -#' Note that records from the supplementary survey have been assigned a |
62 |
| -#' count value of NA.} |
63 |
| -#' \item{occurrenceRemarks}{ |
64 |
| -#' \url{http://rs.tdwg.org/dwc/terms/occurrenceRemarks} All NAs. Included |
65 |
| -#' here to match other data sets.} |
| 19 | +#' \item{county}{\url{http://rs.tdwg.org/dwc/terms/county} Local government |
| 20 | +#' areas in Australia, nested within stateProvince. The geometry provides the |
| 21 | +#' boundaries of these areas.} |
| 22 | +#' \item{stateProvince}{\url{http://rs.tdwg.org/dwc/terms/stateProvince} The |
| 23 | +#' State or Territory within which the county / local government area is |
| 24 | +#' located.} |
| 25 | +#' \item{country}{\url{http://rs.tdwg.org/dwc/terms/country} All features are |
| 26 | +#' within Australia} |
| 27 | +#' \item{countryCode}{\url{http://rs.tdwg.org/dwc/terms/countryCode} The code |
| 28 | +#' used for Australia} |
| 29 | +#' \item{geometry}{\url{http://rs.tdwg.org/dwc/terms/geometry} Multipolygons |
| 30 | +#' providing the boundaries for county / local government area.} |
| 31 | +#' } |
| 32 | +#' @source <https://www.abs.gov.au/statistics/standards/australian-statistical-geography-standard-asgs-edition-3/jul2021-jun2026/access-and-downloads/digital-boundary-files/LGA_2022_AUST_GDA2020_SHP.zip> |
| 33 | +"county_stateProvince_aus" |
| 34 | + |
| 35 | + |
| 36 | +#' A dataset of deliberately introduced dung beetle records (long format) |
| 37 | +#' |
| 38 | +#' These data provide counts of deliberately introduced dung beetles in |
| 39 | +#' Australia for 23 species and 10,272 sampling events with each row |
| 40 | +#' representing the data for one species from one sampling event. Column |
| 41 | +#' headings use the Darwin Core terms, except for column headings that include |
| 42 | +#' an underscore (_). In the latter case, the underscore has been included to |
| 43 | +#' indicate that a non Darwin Core term has been used. |
66 | 44 | #'
|
| 45 | +#' The data are fully documented in Berson et al (submitted). |
| 46 | +#' |
| 47 | +#' @format A data frame with 58 variables and 232,599 rows |
| 48 | +"dungfauna_occurrence" |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +#' A dataset of deliberately introduced dung beetle records (wide format) |
| 53 | +#' |
| 54 | +#' These data provide counts of deliberately introduced dung beetles in |
| 55 | +#' Australia for 10,272 sampling events with each row representing one |
| 56 | +#' sampling event. Column headings use the Darwin Core terms, except for columns |
| 57 | +#' showing species counts (columns from "Bubas bison" to "Sisyphus spinipes") |
| 58 | +#' and column headings that include an underscore (_). In the latter case, the |
| 59 | +#' underscore has been included to indicate that a non Darwin Core term has been |
| 60 | +#' used. The variables are as documented in Berson et al (submitted) except for |
| 61 | +#' the variables "Bubas bison" to "Sisyphus spinipes". See below under |
| 62 | +#' **Format**. |
| 63 | +#' |
| 64 | +#' The values in the columns "Bubas bison" to "Sisyphus spinipes" |
| 65 | +#' represent the number of individuals of the species collected by the method |
| 66 | +#' described in the column samplingProtocol, except where the value in |
| 67 | +#' eventRemarks is "Species counts are visual activity ratings". In the latter |
| 68 | +#' case the values range from 0 to 5, with 0 indicating the species was not |
| 69 | +#' found, and 5 indicating that the species was found in almost every dung pad |
| 70 | +#' searched. |
| 71 | +#' |
| 72 | +#' @format A data frame with 64 variables and 10,113 rows: |
| 73 | +#' \describe{ |
| 74 | +#' \item{`Bubas bison`, `Copris elphenor`, `Copris hispanus`, |
| 75 | +#' `Digitonthophagus gazella`, `Euoniticellus africanus`, |
| 76 | +#' `Euoniticellus fulvus`, `Euoniticellus intermedius`, |
| 77 | +#' `Euoniticellus pallipes`, `Geotrupes spiniger`, `Liatongus militaris`, |
| 78 | +#' `Onitis alexis`, `Onitis aygulus`, `Onitis caffer`, `Onitis pecuarius`, |
| 79 | +#' `Onitis vanderkelleni`, `Onitis viridulus`, `Onthophagus binodis`, |
| 80 | +#' `Onthophagus nigriventris`, `Onthophagus obliquus`, |
| 81 | +#' `Onthophagus sagittarius`, `Onthophagus taurus`, `Sisyphus rubrus`, |
| 82 | +#' `Sisyphus spinipes`}{Either the number of individual specimens collected, |
| 83 | +#' or the activity level observed, for the given species during the sampling |
| 84 | +#' event. See **Details**} |
67 | 85 | #' }
|
68 |
| -"dpird_2012_2014" |
| 86 | +"dungfauna_event" |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
0 commit comments