Open kunalbali opened 1 year ago
Hi,
Can we add more than 10 days,
main_url <- "https://firms2.modaps.eosdis.nasa.gov/api/area/csv"
map_key <- "1a154fb6fb86d5d71465b6573b11988b"
source <- "VIIRS_SNPP_NRT"
day_range <- 10
date <- Sys.Date() - 31
Maybe because of NRT data, we are bound to only for the last 10 days. If we want to make it more than 10 days then can you help me with that. For example: .netcdf files are available here https://www.star.nesdis.noaa.gov/pub/smcd/VIIRS_Aerosol/viirs_aerosol_gridded_data/snpp/aod/eps/2023/
Hi,
I am able to plot the data from July 7th to August 15th by rbind function, by creating 3 different data frames of 10 days,
rbind(fire_data1, fire_data2, fire_data3) -> fire_data
@kunalbali can you help me out?
Hi,
Can we add more than 10 days,
main_url <- "https://firms2.modaps.eosdis.nasa.gov/api/area/csv"
map_key <- "1a154fb6fb86d5d71465b6573b11988b"
source <- "VIIRS_SNPP_NRT"
day_range <- 10
date <- Sys.Date() - 31
Maybe because of NRT data, we are bound to only for the last 10 days. If we want to make it more than 10 days then can you help me with that. For example: .netcdf files are available here https://www.star.nesdis.noaa.gov/pub/smcd/VIIRS_Aerosol/viirs_aerosol_gridded_data/snpp/aod/eps/2023/