download specific viirs files from lance nrt
Posted: Thu Feb 27, 2025 1:13 pm America/New_York
https://nrt3.modaps.eosdis.nasa.gov/archive/allData/5200/VJ109_NRT/2025/057/
i'm downloading files from the URL above daily to produce VIIRS based maps of burned areas. I only want files from 19-22Z. how can I use the wget command supplied to filter files outside of this time range? The wget command is below. I've tried some solutions from online but can't get it to work. Has someone successfully done this already? currently I'm just deleting the files after that I don't need.
wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=3 "https://nrt3.modaps.eosdis.nasa.gov/archive/allData/5200/VJ109_NRT/2025/057/" --header "Authorization: Bearer INSERT_EDL_TOKEN_HERE" -P .
i'm downloading files from the URL above daily to produce VIIRS based maps of burned areas. I only want files from 19-22Z. how can I use the wget command supplied to filter files outside of this time range? The wget command is below. I've tried some solutions from online but can't get it to work. Has someone successfully done this already? currently I'm just deleting the files after that I don't need.
wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=3 "https://nrt3.modaps.eosdis.nasa.gov/archive/allData/5200/VJ109_NRT/2025/057/" --header "Authorization: Bearer INSERT_EDL_TOKEN_HERE" -P .