-
Notifications
You must be signed in to change notification settings - Fork 1
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 #9 from DPIRD-FSI/devel
Devel
- Loading branch information
Showing
18 changed files
with
241 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: extractOz | ||
Title: Extract Australian Soil, Weather and GRDC Agro-ecological Zone | ||
Information from GPS Points | ||
Version: 0.1.3.9000 | ||
Version: 1.0.0 | ||
Authors@R: c(person(given = "Adam H.", family = "Sparks", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
|
@@ -21,7 +21,7 @@ RoxygenNote: 7.2.3 | |
Imports: | ||
curl, | ||
data.table, | ||
httr2, | ||
httr, | ||
methods, | ||
nasapower, | ||
purrr, | ||
|
@@ -45,3 +45,6 @@ Language: en-US | |
X-schema.org-applicationCategory: Tools | ||
X-schema.org-keywords: agriculture, Australia, agroecology, soils, weather, weather-data, soils-data, agriculture-research | ||
X-schema.org-isPartOf: https://www.dpird.wa.gov.au/ | ||
URL: https://github.com/DPIRD-FSI/extractOz | ||
BugReports: https://github.com/DPIRD-FSI/extractOz/issues | ||
LazyData: true |
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
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,14 @@ | ||
#' GRDC Australian Grains Agroecological Zones | ||
#' | ||
#' An [sf::sf()] object for displaying GRDC Australian Grains Agroecological | ||
#' Zones | ||
#' | ||
#' @section Coordinate Reference System: | ||
#' Geodetic CRS: WGS 84 | ||
#' | ||
#' @format An [sf::sf()] polygon object | ||
#' | ||
#' @source The Australian Grains Research and Development Corporation, | ||
#' \acronym{GRDC}, <https://grdc.com.au/> under CC0 licence. | ||
#' | ||
"aez" |
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
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
Binary file not shown.
Oops, something went wrong.