Closed padasch closed 2 years ago
Interpolation is not supported, set to "none"
library(ingestr)
library(ggplot2)
settings_gee <- get_settings_gee(
bundle = "modis_lst_aqua", #modis_evi results in the same error
python_path = system("which python3", intern = TRUE),
gee_path = "~/repos/google_earth_engine_subsets/src/gee_subset/",
data_path = "~/data/gee_subsets/",
method_interpol = "none",
keep = TRUE,
overwrite_raw = FALSE,
overwrite_interpol= TRUE
)
df_gee_modis_fpar <- ingest_bysite(
sitename = "CH-Lae",
source = "gee",
year_start= 2010,
year_end = 2012,
lon = 8.365,
lat = 47.4781,
settings = settings_gee,
verbose = FALSE
)
@khufkens Does the code you suggested run on your machine? Using 790afc5, I still get the same error message as posted originally.
Yes, grabbed all data for Martina with it.
Problem:
get_evi_gee.Rmd
and successfully installed the python environment but cannot extract data for gee_subsets products..../src/gee_subset
aligned with the latest git-repo and unlike currently written in the vignette (.../gee_subset
).Reproducible Code:
Error Traceback:
modisvar_filtered
is missing inddf
.prod
input forgapfill_interpol_gee()
does not match the checks within the function. E.g.,"MYD11A1_LST_Day_1km_QC_Day"
is given as input but no checks exist for this string.