From dc36a904442769d90d475c9d073ac304c6d968dc Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Wed, 24 Sep 2014 16:43:21 -0500 Subject: [PATCH] Working on a table. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f968586a..9e957c8e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,23 @@ While the dataRetreival package is in development (and not on CRAN), the zoo pac --------------- ###dataRetrieval 1.4.0-in developement Changed naming convention: +| Function | Title | +| ------------- |:-------------| +| `bufferPoint` | Create linear ring from point | +| `checkProcess` | Check status of processing request | +| `geoknife` | Create geoknife object | +| `getAlgorithms` | Get processing algorithms | +| `getAttributes` | Get attributes from a shapefile at a web location | +| `getDataIDs` | Find variables from dataset | +| `printProcessInputs` | Print out the process request xml for diagnostic purposes | +| `setAlgorithm<-` | Set processing algorithm | +| `setFeature<-` | Set feature geometry for processing | +| `setProcessInputs<-` | Set inputs for web processing | +| `setWFS<-` | Set web feature service location | +| `setWPS<-` | Set web processing service location | +| `startProcess` | Submit a GDP web processing request | + + |Original Name | New Name | | ------------- |:-------------| |getDVData | getNWISDaily | -- GitLab