You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-14Lines changed: 19 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
<br>
9
9
</h1>
10
10
11
-
<h4align="center">High-level functions to process spatial and simple Earth Engine objects. Popular Third-party GEE algorithms are re-coded from Javascript and Python to R.</h4>
11
+
<h4align="center">
12
+
Simplifies the interaction with GEE APIs and functions, making it more R-like. Popular third-party GEE algorithms are
The goal of rgeeExtra is to improve the user-friendliness of Google Earth Engine (GEE) by
50
+
simplifying its syntax and enhancing the experience for R users. GEE primarily utilizes JavaScript
51
+
for its API, which can be quite different from the R programming language. "rgeeExtra" can bridge
52
+
this gap by providing R users with a set of functions and tools that abstract the intricacies
53
+
of GEE's JavaScript syntax. This extension provides R users with higher-level abstractions and
54
+
custom functions that have been reworked from the JavaScript API.
46
55
47
-
[Google Earth Engine](https://earthengine.google.com/) is a cloud-based platform that allows users to have an easy access to a petabyte-scale archive of remote sensing data and run geospatial analysis on Google's infrastructure. Currently, Google offers support only for Python and JavaScript. `rgee` will fill the gap **starting to provide support to R!**. Below you will find the comparison between the syntax of `rgee` and the two Google-supported client libraries.
48
56
49
57
<table>
50
58
<tr>
@@ -102,21 +110,18 @@ You can install rgeeExtra from [GitHub](https://github.com/r-earthengine/rgeeExt
rgeeExtra develops and maintains new methods and constructors that extents the most popular GEE classes (See ee$Extra$...). Besides, it supports functional programming (FP) style to make R users feel more comfortable with the API.
119
123
124
+
rgeeExtra develops and maintains new methods and constructors that extend the most popular GEE classes (e.g., ee$Feature$Extra_...). All third-party methods implemented by rgeeExtra start with 'Extra_.' To learn more about all the functionalities that rgeeExtra offers, please refer to the article [Features] for additional information.
0 commit comments