Releases: DPIRD-FSI/extractOz
v1.1.18
Bug Fixes
- Fixes caching for DAAS data
Minor Changes
df_to_list()
now supports {data.table} objects.df_to_list()
now supports columns not named "x" and "y" for the longitude and latitude values in the df to transform.
v1.1.17
You can now extract soil order information anywhere in Australia, not just within the agro-ecozones
v1.1.4
v1.1.3
Minor changes
-
Tidy documentation.
-
Format headings in README and Vignette.
v1.1.2
- Updates {vcr} cassettes for latest {weatherOz}.
v1.1.1
Minor changes
-
Ensure that all checks are passed
-
Updates {vcr} cassette
-
Updates WORDLIST
v1.1.0
Major changes
-
Introduce
extract_patched_point()
to get SILO Patched Point station data from the nearest station(s) to a given set of geographic coordinates. -
Introduce
extract_data_drill()
to get SILO Data Drill interpolated data from a given set of geographic coordinates.
Minor changes
-
GRDC Agroecoregions geopackage file is reduced in size by reducing the complexity through,
rmapshaper::ms_simplify(aez, keep = 0.1, keep_shapes = FALSE)
-
Internal GRDC Agroecoregions object uses the same simplified GPKG and is saved using "xz" compression to save more file space.
-
Use {roxyglobals} for tracking global objects in the package in a tidier fashion.
v0.1.3
Bug fixes
- Fixes bug where external data would load, but tests were not passing.
v0.1.2
Bug fixes
- Fixes bug where data wasn't properly loaded or documented for the
aez
object.
v0.1.1
- Save spatial data as a geopackage object to save issues with sf, per https://www.mm218.dev/posts/2022-12-01-sf-in-packages/.