forked from DOI-USGS/geoknife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: geoknife
Type: Package
Title: Geo-web processing of gridded data
Version: 0.2.2
Date: 2013-05-23
Author: Jordan S Read
Maintainer: Jordan S Read <[email protected]>
Description: Methods for geo-web processing of gridded data via the Geo Data
Portal (cida.usgs.gov/gdp).
License: file LICENSE
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Collate:
'geoknife.R'
'printGeoknife.R'
'initializeProcessInputs.R'
'setProcessInputs.R'
'processInputsToXML.R'
'checkProcess.R'
'startProcess.R'
'getDataIDs.R'
'getAlgorithms.R'
'setFeature.R'
'bufferPoint.R'
'getShapefiles.R'
'getAttributes.R'
'getValues.R'
'setWFS.R'
'setWPS.R'
'setAlgorithm.R'
Depends:
R (>= 2.15.0)
Imports:
XML,
RCurl,
methods