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: NEWS.md
+18
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,24 @@ vignette: >
11
11
%\VignetteIndexEntry{NEWS}
12
12
%\VignetteEncoding{UTF-8}
13
13
---
14
+
# rgee 1.0.6
15
+
- Class method chaining (i.e. `x$size()$getInfo()`) were changed by pipes (i.e. ee_x %>% `ee$FeatureCollection$size() %>% ee$Number()`) in all the `rgee` functions. This solve the problem "OverflowError: python int too large to convert to C long" on Window systems.
16
+
- rgee functions has a cleaner method to run system processes, {**processx**}
17
+
instead of **base::system**.
18
+
-`rgee` I/O functions now check argument before to start to upload/download data.
19
+
- Map operators (**+** and **|**) now support EarthEnginemap objects with the
20
+
same name.
21
+
- Now `Map$addLayers` only display the legend of the first image.
22
+
- Fix a bug in `rgee:::ee_image_local` which makes do not work when all bands have not the same crs and crsTransform.
23
+
- "getInfo" method in download raster functions was deprecated and will be removed in v.1.0.8.
24
+
- Fix a bug in `sf_as_ee` and `ee_as_sf` now both support SR-ORG CRS codes.
25
+
-`ee_users` returns a data.frame.
26
+
-`ee_monitoring` counts the processing time.
27
+
- Fix a bug in `ee_utils_gif_creator` which makes don't work in windows.
28
+
- Several changes in `ee_extract`, now is faster and code is cleaner.
29
+
- Fix a bug in name creator in `ee_imagecollection_to_local`.
30
+
- A new message more detailed when the Python path does not have the earth-engine Python API.
31
+
- Earth Engine Python API updated to 0.1.235.
14
32
# rgee 1.0.5
15
33
- Important changes in the low level API to upload raster and vector with GCS. However, high upload API (`sf_as_ee`, `stars_as_ee`, and `raster_as_ee`) continue working in the same way.
16
34
- Add the functions: `ee_utils_create_manifest_image` and `ee_utils_create_manifest_table`
0 commit comments