Recent Releases of rerddapXtracto

rerddapXtracto - CRAN Version 1.2.3

Fixes serious bug in the function 'tidy_grid()' Improves safety of loops Fixes URL of Penguin dataset

- R
Published by rmendels about 1 year ago

rerddapXtracto - CRAN Version 1.2.2

Minor update that guarantees examples fail gracefully if the resource is not available.

- R
Published by rmendels over 1 year ago

rerddapXtracto - CRAN Version 1.2.1

Find bug in handling projected data in 'rxtracto()'

- R
Published by rmendels almost 2 years ago

rerddapXtracto - CRAN Version 1.2.0

rxtracto() now works with projected data utility to convert rxtracto_3D() output to long form.

- R
Published by rmendels over 2 years ago

rerddapXtracto - CRAN Version 1.1.7

has new function 'tidy_grid()' to melt grid output to "tidy" long-format removed archived packages maptools, rgdal from Suggests

- R
Published by rmendels over 2 years ago

rerddapXtracto - CRAN Version 1.1.6

Added the function 'tidygrid()' to convert output from 'rxtracto3D()' and 'rxtractogon()' to "tidy" long-format.

- R
Published by rmendels almost 3 years ago

rerddapXtracto - CRAN Version 1.1.5

A minor fix so that package level documentation works again

- R
Published by rmendels almost 3 years ago

rerddapXtracto - CRAN Version 1.1.4

Ensured cacheing work to CRAN rules

- R
Published by rmendels over 3 years ago

rerddapXtracto - CRAN Version 1.1.3

Minor tweaks, mostly to examples to meet CRAN timing limits

- R
Published by rmendels over 3 years ago

rerddapXtracto - CRAN Version 1.1.2

Every function should now return something. On internet failure, if download is successful, the data structure is returned, otherwise an error message is returned.

- R
Published by rmendels almost 5 years ago

rerddapXtracto - CRAN Version 1.1.1

Fixed a problem with an example

- R
Published by rmendels about 5 years ago

rerddapXtracto - CRAN Version 1.1.0

Added the ability to use the new ERDDAP interpolation service in 'rxtracto()'

- R
Published by rmendels about 5 years ago

rerddapXtracto - CRAN Version 1.0.2

Main change is Vignette is now static, and some examples shortened to meet CRAN timing requirements

- R
Published by rmendels over 5 years ago

rerddapXtracto - CRAN Release 1.0.1

Bug fix to "requested date" field in the return structure to rxtracto().

- R
Published by rmendels over 5 years ago

rerddapXtracto - CRAN Release v1.0.0

Major change is re-write of rxtracto() to do only one request for each unique time period in the requested ERDDAP datasets. For large track requests, this can make for faster extracts. Also includes assorted bug fixes

- R
Published by rmendels almost 6 years ago

rerddapXtracto - CRAN Release v0.4.8

Fixed a problem in 'plotBBox()' where if a name was passed two colorbars would be displayed.

- R
Published by rmendels about 6 years ago

rerddapXtracto - CRAN Release 0.4.7

rxtracto() can now display a progress bar. See vignette

- R
Published by rmendels over 6 years ago

rerddapXtracto - CRAN Release v0.4.6

Changed vignette to work with latest version of 'plotdap' that now uses the colors from the 'cmocean' package

- R
Published by rmendels over 6 years ago

rerddapXtracto - CRAN Release 0.4.5

Changed Suggests to work with plotdap 0.0.4

- R
Published by rmendels over 6 years ago

rerddapXtracto - CRAN Release v0.4.4

Fixed a bug dealing with ETOPO data in rxtracto().

- R
Published by rmendels almost 7 years ago

rerddapXtracto - CRAN Version 0.4.3

Fixed change in IFREMER datasetID in vignette

- R
Published by rmendels almost 7 years ago

rerddapXtracto - CRAN Version 0.4.1

Fixes problems occurring on CRAN nightly builds, improves handling of timeouts in rxtracto(), fixes problem in crossing dateline for datasets re-served from a THREDDS Data Server (TDS), changes behavior of zlen in rxtracto()

- R
Published by rmendels almost 7 years ago

rerddapXtracto - Version 0.4.0

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.

- R
Published by rmendels almost 7 years ago

rerddapXtracto - Version 0.3.5

CRAN Release

- R
Published by rmendels about 7 years ago

rerddapXtracto - Version 0.3.5.90

Updated to work with rerddap Version 0.4.5.

- R
Published by rmendels almost 8 years ago

rerddapXtracto - Version 0.3.4

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.

- R
Published by rmendels about 8 years ago

rerddapXtracto - Version 0.3.3

** 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

- R
Published by rmendels almost 9 years ago

rerddapXtracto - Version 0.3.2

** 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

- R
Published by rmendels almost 9 years ago

rerddapXtracto - Version 0.3.1

** 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

- R
Published by rmendels almost 9 years ago

rerddapXtracto - Version 0.3.0

** 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.

- R
Published by rmendels almost 9 years ago

rerddapXtracto - Version 0.2.0

** 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.

- R
Published by rmendels almost 9 years ago