TianyaImpression

Results 14 comments of TianyaImpression

> I am not sure offhand but can look into it. Does the error always occur at the same number of records (or same total resulting folder size) or is...

@csaybar Thank you for your reply! I use GEE to obtain a large range of Landsat images, so the stitching is very time-consuming, and the general processing process will not...

> Hi, thanks for letting me know! The package had not yet been updated to work with R 4.2, Could you try again and let me know if it is...

I tried the test code, it failed. `# Load required libraries library(ImageFusion) library(raster) # Get filesnames of high resolution images landsat

I tried to use the monthly synthesized GIMMS (1982-2015) and MODIS (2001-2021) NDVI data for data fusion, but failed. The code and error are as follows: `imagefusion_task( filenames_high = dir_high,...

> Hi, it seems that after the update, there are difficulties finding the proj library. Could you try running this code (preferably before loading any packages) and let me know...

> Thanks for the feedback! It would be interesting to know if there is actually a Data base File called "proj" (~8MB) under the path_to_proj. If so, then the issue...

Thank you for your reply! The test code run successful! ![Uploading image.png…]() I use the GIMMS NDVI data from 1982 to 2015 and the MODIS NDVI data from 2001 to...

> Ah, i think the issue is that you are inputting two time series which are without gaps, but overlapping. So we have two cases which do not produce a...

I also bumped into the same problem... ![image](https://github.com/r-spatial/rgee/assets/22004043/20d8cf17-5495-460f-b14f-240bc814d97f)