Skip to content

Releases: rmendels/rerddapXtracto

Version 0.4.0

24 Jul 16:59
b6c3f01
Compare
Choose a tag to compare

This version allows requests to cross the dateline, improved plotting in plotBBox() and plotTrack() to take advantage of changes in plotdap (projections using crs, animations using gganimate, different continental outlines), and a fix to the verbose option to work with crul (now used by rerddap) instead of httr.

Version 0.3.5

04 Jun 21:08
Compare
Choose a tag to compare

CRAN Release

Version 0.3.5.90

29 Sep 17:27
Compare
Choose a tag to compare
Version 0.3.5.90 Pre-release
Pre-release

Updated to work with rerddap Version 0.4.5.

Version 0.3.4

22 May 15:21
Compare
Choose a tag to compare
Version 0.3.4 Pre-release
Pre-release

rerddapXtracto - R package for accessing environmental data using rerddap (For Testing Purposes Only)

** New - Cleaner exit if rxtracto() fails part way, returns incomplete download **
** Version. Still for testing purposes only **
** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls make sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **
rerddapXtracto is an R package developed to subset and extract satellite and other oceanographic related data from a remote ERDDAP server. The program can extract data for a moving point in time along a user-supplied set of longitude, latitude, time and depth (new in this version) points; in a 3D bounding box; or within a polygon (through time).

New in this version is that a track can now move in (x, y, z, t) space if appropriate for the dataset being accessed. And two plotting functions have been added, plotTrack() and plotBox() that make use of the plotdap package. See the new rerdapXtracto vignette. A lot of the code has been reworked, in particular the handling of time, and in the formation of the requests to rerddap.

Version 0.3.3

02 Sep 19:13
Compare
Choose a tag to compare
Version 0.3.3 Pre-release
Pre-release

** Version. Still for testing purposes only **

** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls amke sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **

Changed plotBox() to plotBBox() because of conflict in global environment

Version 0.3.2

01 Sep 00:29
Compare
Choose a tag to compare
Version 0.3.2 Pre-release
Pre-release

** Version. Still for testing purposes only **

** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls amke sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **

Correct plotBox example

Version 0.3.1

01 Sep 00:24
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

** Version. Still for testing purposes only **

** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls amke sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **

plotting function properly exported, fixed plotBox() example

Version 0.3.0

31 Aug 15:43
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

** Version. Still for testing purposes only **

** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls amke sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **

Added two plot functions, see vignette for use. Cleaned up a lot of the code.

Version 0.2.0

10 Aug 21:47
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

** Version. Still for testing purposes only **

** For real work - use at own risk **
** Suggest doing small tests on any extract **
** For rxtracto(), do say the first 3 points with "verbose = TRUE" **
** Make certain the URL calls amke sense **
** In final output, make certain data limits **
** and limits requested from dataset make sense **

The code has been refactored, and now zCoord is a full partner in the extracts.