appelmar / gdalcubes_cpp

Earth observation data cubes from GDAL image collections
MIT License
74 stars 7 forks source link

create_image_collection is not ending #55

Closed ttfg22 closed 1 year ago

ttfg22 commented 1 year ago

Hello, I am using gdalcube in order to built a data cube from .tif files downloaded with google earth engine (or rgee). These files (count: 27) contain all the same bands (count: 10) and have all the same extension. All files have a size of 13-14 MB each. I provide the file paths, the string with respective dates and the names of the bands and the function (create_image_collection) is starting. The problem is that even for two files (I tried it also with a subset) the process is already taking longer than 30 mins and is not ending. What could be the problem here?


Session Info: 
> sessionInfo()
R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Matrix products: default

locale:
[1] LC_COLLATE=German_Germany.utf8  LC_CTYPE=German_Germany.utf8    LC_MONETARY=German_Germany.utf8 LC_NUMERIC=C                    LC_TIME=German_Germany.utf8    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] gdalcubes_0.6.3           googleCloudStorageR_0.7.0 rgee_1.1.5                reticulate_1.26           sf_1.0-9                  RPostgres_1.4.4          

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.9         here_1.0.1         lattice_0.20-45    png_0.1-8          class_7.3-20       ps_1.7.2           assertthat_0.2.1   rprojroot_2.0.3    digest_0.6.31      utf8_1.2.2        
[11] R6_2.5.1           evaluate_0.20      e1071_1.7-12       httr_1.4.4         pillar_1.8.1       rlang_1.0.6        curl_4.3.3         rstudioapi_0.14    googleAuthR_2.0.0  blob_1.2.3        
[21] Matrix_1.5-1       rmarkdown_2.20     htmlwidgets_1.6.1  bit_4.0.5          proxy_0.4-27       compiler_4.2.2     xfun_0.36          pkgconfig_2.0.3    askpass_1.1        htmltools_0.5.4   
[31] openssl_2.0.5      tidyselect_1.2.0   tibble_3.1.8       fansi_1.0.3        crayon_1.5.2       dplyr_1.0.10       rappdirs_0.3.3     grid_4.2.2         jsonlite_1.8.4     lifecycle_1.0.3   
[41] DBI_1.1.3          magrittr_2.0.3     units_0.8-1        ncdf4_1.21         KernSmooth_2.23-20 zip_2.2.2          cli_3.4.1          cachem_1.0.6       fs_1.5.2           leaflet_2.1.1     
[51] ellipsis_0.3.2     generics_0.1.3     vctrs_0.5.1        tools_4.2.2        bit64_4.0.5        glue_1.6.2         hms_1.1.2          crosstalk_1.2.0    processx_3.8.0     fastmap_1.1.0     
[61] yaml_2.3.6         gargle_1.2.1       classInt_0.4-8     memoise_2.0.1      knitr_1.41       ```