From 721124affc9941f96050d541b162c8d0c2dc7e03 Mon Sep 17 00:00:00 2001 From: Roy Mendelssohn Date: Thu, 18 May 2017 07:05:06 -0700 Subject: [PATCH] Updated README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9730f90..7a018b0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # xtractomatic xtractomatic R package for accessing environmental data -*** New Test Version **** -dtype as number no longer allowed -searchData() now takes a list of objects of the form "searchType:searchString" -new datasets added -inactive or out of date datasets removed +***Version 3.3.1 Released **** +- Fixes problem with newer versions of Apache Tomcat handling of special characters in URLS +- dtype as number no longer allowed +- searchData() now takes a list of objects of the form "searchType:searchString" +- new datasets added +- inactive or out of date datasets removed `xtractomatic` is an R package developed to subset and extract satellite and other oceanographic related data from a remote server. The program can extract data for a moving point in time along a user-supplied set of longitude, latitude and time points; in a 3D bounding box; or within a polygon (through time). The `xtractomatic` functions were originally developed for the marine biology tagging community, to match up environmental data available from satellites (sea-surface temperature, sea-surface chlorophyll, sea-surface height, sea-surface salinity, vector winds) to track data from various tagged animals or shiptracks (`xtracto`). The package has since been extended to include the routines that extract data a 3D bounding box (`xtracto_3D`) or within a polygon (`xtractogon`). The `xtractomatic` package accesses data that are served through the ERDDAP (Environmental Research Division Data Access Program) server at the NOAA/SWFSC Environmental Research Division in Santa Cruz, California. The ERDDAP server can also be directly accessed at . ERDDAP is a simple to use yet powerful web data service developed by Bob Simons.