nasa-gibs / worldview

Interactive interface for browsing global, full-resolution satellite imagery
https://worldview.earthdata.nasa.gov/
Other
693 stars 183 forks source link

Round Time for TEMPO granule requests #5405

Closed PatchesMaps closed 1 month ago

PatchesMaps commented 1 month ago

Description

Consider rounding the time up or down for TEMPO granules

How To Test

  1. git checkout WV-3239-TEMPO-time-rounding
  2. npm run watch
  3. Open this link
  4. The granule timestamps should match less than or equal to the selected datetime within 59 seconds (ie. a granule with time stamp 15:14:34 should show for a selected time of 15:14 but a different granule should show for a selected time of 15:13).

PR Submission Checklist

This is simply a reminder of what we are going to look for before merging your code.

Merging

Please use the squash and merge commit method unless each commit in your branch is vital to the commit history of main.

@nasa-gibs/worldview