Skip to content

Commit e369d1b

Browse files
committed
Updated README
- Changed Title to reflect changes - Slight change in package name - Changed Description to reflect changes - Added Github URL - Added BugReports URL - Added Date
1 parent b6fbd59 commit e369d1b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

DESCRIPTION

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
Package: openeo.R.UDF
1+
Package: openEO.R.UDF
22
Type: Package
3-
Title: Applies a User-Defined Function (UDF) on a stars object created from generic (GeoTIFF) files
3+
Title: User-defined functions (UDF) in R on Earth observation data in cloud back-ends
44
Version: 0.0.2
5-
Authors@R: c(person("Pramit", "Ghosh", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1852-5951")),
6-
person("Florian", "Lahn", email = "[email protected]", role = c("aut", "ctb")))
5+
Date: 2018-09-25
6+
Authors@R: c(person(given = "Pramit", family = "Ghosh", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1852-5951")),
7+
person(given = "Florian", family = "Lahn", email = "[email protected]", role = c("aut", "ctb")))
78
Maintainer: Pramit Ghosh <[email protected]>
8-
Description: Reads generic GeoTIFF files to a stars object, applies users' custom function on it, and writes the resultant files back to disk.
9-
This package acts as a tool for users to parse the files written to disk by the OpenEO R backend so that their custom functions (UDFs) could be applied.
9+
Description: Reads Earth Observation (EO) data to a stars object, applies users' custom function on it,
10+
and computes the results. This package is meant to be used by cloud back-ends compliant with the openEO API
11+
for user-defined functions (UDFs) and is interfaced with the help of file-based implementations and RESTful web services.
12+
URL: https://github.com/pramitghosh/openEO.R.UDF
13+
BugReports: https://github.com/pramitghosh/openEO.R.UDF/issues
1014
License: Apache License
1115
Encoding: UTF-8
1216
LazyData: true

0 commit comments

Comments
 (0)