Skip to content

Commit

Permalink
fixes opera browse url mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Oct 16, 2023
1 parent 13aff09 commit a11008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SearchAPI/CMR/Translate/parse_cmr_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def float_or_none(a):
OnlineResources = [url for url in get_all_vals('./OnlineResources/OnlineResource/URL') if not url.endswith('.md5') and not url.startswith('s3://') and not 's3credentials' in url]
result['additionalUrls'] = list(set([*accessUrls, *OnlineResources]))
result['configurationName'] = "Interferometric Wide. 250 km swath, 5 m x 20 m spatial resolution and burst synchronization for interferometry. IW is considered to be the standard mode over land masses."

result['browse'] = [url for url in get_all_vals('./AssociatedBrowseImageUrls/ProviderBrowseUrl/URL') if not url.startswith('s3://')]
return result


Expand Down

0 comments on commit a11008d

Please sign in to comment.