NASA-IMPACT / veda-ui

Frontend for the Dashboard Evolution project
Other
25 stars 5 forks source link

[Bug] Three-Band Rasters Not Displaying Properly in Dashboard #1257

Open acblackford opened 1 week ago

acblackford commented 1 week ago

Context

I have noticed a few more issues with the latest dashboard release:

  1. The three-band rasters (false color composite satellite imagery) are not displaying properly in the released stories that use them. The Darnah flood story displays the raster but applies the colormap of the IMERG data to it (which is another item in the same data.mdx file) despite a band combination and bids being specifically called. The Lahaina fire story (at least on my end) just simply does not display the false color composite imagery.
  2. In the Camp Fire burn scar story, the NDVI time series is still throwing a display error '"YEAR" is not found in columns. Please check if the data has "YEAR" column. "EMP_numeric" is not found in columns. Please check if the data has "EMP_numeric" column.'. This has been correctly displayed in the story before, and the other two time series interactive plots below this one are formatted the same in backend and work without issue.
  3. NLCD datasets are not displaying in the Houston urban heating or Camp Fire stories. This will not be an issue, however, as the nationwide NLCD database will be released ASAP and replace these local NLCD datasets. I just wanted to give this issue some visibility now though in case it pops back up in the future.

URL: Darnah Lahaina Camp Fire

Blocking a release? (y/n): n

Regression issue? (y/n): n [If yes, add Regression label]

Priority: P2

Steps to reproduce the issue

  1. Go to the referenced stories HERE or at the above urls. For the Darnah false color composite, the map has to be interacted with before data populates (I was made aware this is a backend issue regarding the zoom extent being set so small within the mdx for the interactive map).