Skip to content

Releases: DPIRD-FSI/extractOz

v1.1.18

15 Jul 09:10
d813f93
Compare
Choose a tag to compare

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

12 Jul 09:29
c5c7125
Compare
Choose a tag to compare

You can now extract soil order information anywhere in Australia, not just within the agro-ecozones

v1.1.4

22 Nov 08:12
Compare
Choose a tag to compare

Minor changes

v1.1.3

09 Nov 08:21
c74e225
Compare
Choose a tag to compare

Minor changes

  • Tidy documentation.

  • Format headings in README and Vignette.

v1.1.2

24 Sep 08:20
d5f3a4a
Compare
Choose a tag to compare
  • Updates {vcr} cassettes for latest {weatherOz}.

v1.1.1

24 Aug 00:21
8217702
Compare
Choose a tag to compare

Minor changes

  • Ensure that all checks are passed

  • Updates {vcr} cassette

  • Updates WORDLIST

v1.1.0

23 Aug 23:57
1d11bff
Compare
Choose a tag to compare

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

27 Feb 01:09
Compare
Choose a tag to compare

Bug fixes

  • Fixes bug where external data would load, but tests were not passing.

v0.1.2

17 Feb 05:14
815cc07
Compare
Choose a tag to compare

Bug fixes

  • Fixes bug where data wasn't properly loaded or documented for the aez object.

v0.1.1

01 Jan 08:21
8eecf7d
Compare
Choose a tag to compare