Changelog
Source:NEWS.md
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 iftime_min
is set to a later date than what already exists in therast_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 iftime_min
is set to a later date than what already exists in thezonal_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 argumented
, per 6 Functions | Advanced R.Updated pkgdown to bootstrap 5 with Reference sections.
Fix removal of temporary
*_nc
folders fromed_extract()
ifkeep_nc = FALSE
.
extractr 0.1.4
Added new function
check_url()
toed_info()
to check if the ERDDAP server is valid and working, since runningrerddap::info(dataset, url = ed_url)
on offline ERDDAP crashes R.Fixed #8 with check for extra dimensions.
-
Updated vignette to use datasets:
extractr 0.1.3
- Modified
plot_ts()
so first argument could either be path to CSV or data frame.
extractr 0.1.2
- Fixed arguments in
rerddap::griddap()
for rerddap version1.0.3
:x
todatasetx
;time
withas.character()
. Fixed article outputs.
extractr 0.1.1
- Fix
get_ed_raster()
,grds_to_ts()
so working with noaa-onms/climate-dashboard ed_var = “CRW_SST” coral reef watch
extractr 0.1.0
Added a
NEWS.md
file to track changes to the package.Added
grds_to_ts()
for continuous,grds_to_ts_cat()
for categorical (from seascapeR)Cleaned up
get_ed_grds()
Added
plot_ts()
to plot timeseries