Skip to content

Commit b7b51de

Browse files
feat: l1 browses swapped with l2 also projected with kml
1 parent 19c7548 commit b7b51de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SearchAPI/application/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async def kml_to_footprint(granule: str, cmr_token: Optional[str] = None, maturi
245245
kml_file = results.find_urls(extension='.kml')[0]
246246

247247
kml_response = query_opts.session.get(kml_file)
248-
return kml_response.text
248+
return kml_response.text.strip('"')
249249

250250
# example: https://api.daac.asf.alaska.edu/services/redirect/NISAR_L2_STATIC/{granule_id}.h5
251251
# @router.get('/services/redirect/{short_name}/{granule_id}')

0 commit comments

Comments
 (0)