Skip to content

Commit

Permalink
update lai bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Nov 19, 2024
1 parent 79dd79c commit ceae7cb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions monetio/sat/nesdis_viirs_ndvi_aws_gridded.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,27 @@
"vhi": {
"viirs": {
"path": "noaa-cdr-ndvi-pds/data/",
"pattern": "VIIRS-Land_*_"
"pattern": "VIIRS-Land_*"
},
"avhrr": {
"path": "noaa-cdr-vegetation-health-pds/data/",
"pattern": "AVHRR-Land_*_"
"pattern": "AVHRR-Land_*"
}
},
"lai_fpar": {
"viirs": {
"path": "noaa-viirs-lai-fpar/data/",
"pattern": "VIIRS-Land-LAI-FPAR_*_"
"path": "noaa-cdr-leaf-area-index-fapar-pds/data/",
"pattern": "VIIRS-Land_*"
},
'avhrr': {
"path": "noaa-cdr-leaf-area-index-fapar-pds/data/",
"pattern": "AVHRR-Land_*"
}
},
"snow": {
"ims": {
"path": "noaa-cdr-snow-cover-extent-ims-nrt/",
"pattern": "snow_cover_extent_*_"
"pattern": "snow_cover_extent_*"
}
}
}
Expand Down

0 comments on commit ceae7cb

Please sign in to comment.