Skip to content

Commit 0930960

Browse files
committed
v.1.0.6 release
1 parent b9fb4ba commit 0930960

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ vignette: >
1212
%\VignetteEncoding{UTF-8}
1313
---
1414
# 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 eliminate OverflowError on sytems using Window OS.
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.
1616
- rgee functions has a cleaner method to run system processes, {**processx**}
1717
instead of **base::system**.
1818
- `rgee` I/O functions now check argument before to start to upload/download data.
1919
- Map operators (**+** and **|**) now support EarthEnginemap objects with the
2020
same name.
2121
- 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
23-
the same crs and crsTransform.
24-
- Fix a bug in `rgee:::ee_image_local` which displaced one pixel in the 'x' and 'y' axis when the argument via = "getInfo" was set.
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.
2524
- Fix a bug in `sf_as_ee` and `ee_as_sf` now both support SR-ORG CRS codes.
2625
- `ee_users` returns a data.frame.
2726
- `ee_monitoring` counts the processing time.
2827
- Fix a bug in `ee_utils_gif_creator` which makes don't work in windows.
2928
- Several changes in `ee_extract`, now is faster and code is cleaner.
3029
- Fix a bug in name creator in `ee_imagecollection_to_local`.
3130
- 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.
3232
# rgee 1.0.5
3333
- 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.
3434
- Add the functions: `ee_utils_create_manifest_image` and `ee_utils_create_manifest_table`

0 commit comments

Comments
 (0)