Skip to contents

extractr 0.1.8

  • For ed_extract() instead of invisibly returning, made data frame output from zonal summary.
  • Swapped example ed_extract() to working ERDDAP URL.

extractr 0.1.7

  • Fixed ed_extract() from wiping other time slices in the TIF, eg if time_min is set to a later date than what already exists in the rast_tif. The function now preserves existing raster layers in the raster and only adds new ones by removing duplicate layers before writing.

extractr 0.1.6

  • Fixed ed_extract() from wiping other time slices in the CSV, eg if time_min is set to a later date than what already exists in the zonal_csv. The function now preserves existing CSV data and only adds new dates by removing duplicate rows before writing.

extractr 0.1.5

  • Added params to ed_extract() documentation: keep_nc, n_max_vals_per_req, n_max_retries, time_min, time_max, verbose.

  • The ed_extract() function now returns invisible first argument ed, per 6 Functions | Advanced R.

  • Updated pkgdown to bootstrap 5 with Reference sections.

  • Fix removal of temporary *_nc folders from ed_extract() if keep_nc = FALSE.

extractr 0.1.4

extractr 0.1.3

  • Modified plot_ts() so first argument could either be path to CSV or data frame.

extractr 0.1.2

extractr 0.1.1

extractr 0.1.0