rnanclares / forest-fires

3 stars 2 forks source link

Missing data #2

Open sinyoungpark01 opened 3 years ago

sinyoungpark01 commented 3 years ago

Hi Raul,

There are some missing data in file 4_exploratorio_modeleo.R

  1. In line 37,

    limite <- st_read("data/limite_combinado_lulc.gpkg")

    I think we do not have the data, "limite_combinado_lulc.gpkg".

  2. In lines 161 to 165

    incendios_2020 <-
    st_read("data/incendios_2020/MERGE_JAL_2020_630.gpkg") %>%
    st_make_valid() %>%
    filter(mes == mes_eval) %>% 
    fasterize(mascara_forestal)

    I am not sure we have that data, "incendios_2020/MERGE_JAL_2020_630.gpkg", as well.

If possible, could you give us those data to run the code, please?

gc759 commented 3 years ago

Hi Raul,

There is another issue about the data we need, but we are not sure if it is missing, or if we are supposed to generated it using the codes you gave us.

In '3_extracion.R' line 124

distancia  <-  raster(paste0("data/distancia_incendios/distancia_", anio_actual - 1,".tif"))

Regarding to 'distancia_', it it something we need to genarate using '2_distancia_incendios_anios_previos.egoml' and the software DinamicaEgo? We also met some difficulties calculating required distance data. We asked this question in #3 .

rnanclares commented 2 years ago

Hi Raul,

There is another issue about the data we need, but we are not sure if it is missing, or if we are supposed to generated it using the codes you gave us.

In '3_extracion.R' line 124

distancia  <-  raster(paste0("data/distancia_incendios/distancia_", anio_actual - 1,".tif"))

Regarding to 'distancia_', it it something we need to genarate using '2_distancia_incendios_anios_previos.egoml' and the software DinamicaEgo? We also met some difficulties calculating required distance data. We asked this question in #3 .

This data is included in the folder i shared you yesterday. The limite_combinado_lulc.gpkg is in the limits folder, here in the repo.