milos-agathon / animated-fire-map

In this repo, I will show you how to use R to access, process, and animate NASA’s Fire Information for Resource Management System (FIRMS) data
5 stars 1 forks source link

issue regarding time steps #1

Open kunalbali opened 1 year ago

kunalbali commented 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 fire-Alaska_01

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/

kunalbali commented 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 fire-Alaska_01

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

fire-Alaska__frp_04

liamxg commented 1 year ago

@kunalbali can you help me out?

image