nasa / earthdata-search

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings.
https://search.earthdata.nasa.gov
Other
743 stars 221 forks source link

EDSC-4217: Fixing focused granule thumbnail bug #1787

Closed trevorlang closed 1 month ago

trevorlang commented 1 month ago

Overview

What is the feature?

Fixes an issue where we were displaying a smaller focused granule thumbnail image than intended

What is the Solution?

Changed the url parameters on the image request to a larger size

What areas of the application does this impact?

Focused granule thumbnail in the expanded view

Testing

Reproduction steps

This UAT url should focus the granule: /search/granules?p=C1262899924-LARC_CLOUD&pg[0][v]=f&pg[0][id]=TEMPO_CLDO4_L2_V03_20240808T000113Z_S016G05.nc&pg[0][gsk]=-start_date&ee=uat&g=G1268712859-LARC_CLOUD&q=TEMPO_CLDO4_L2_V03&tl=1723642935!3!!&lat=39.3046875&long=-53.71875

  1. Focus a granule
  2. View the expanded granule thumbnail
  3. Confirm a 538 x 538px image is displayed

Checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.08%. Comparing base (fc435d6) to head (1d5a56d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1787 +/- ## ======================================= Coverage 93.07% 93.08% ======================================= Files 747 747 Lines 18254 18256 +2 Branches 4705 4704 -1 ======================================= + Hits 16990 16993 +3 Misses 1176 1176 + Partials 88 87 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.