Search found 5 matches

by kimfairbanks
Wed Mar 19, 2025 6:44 pm America/New_York
Forum: Home
Question: Data download: SSL_CERTIFICATE_VERIFY_FAILED
Replies: 6

Re: Data download: SSL_CERTIFICATE_VERIFY_FAILED

Hi again, thanks for the example, I made a simplified version that should cover the asf-search portion of it, I was unable to recreate it with the same version of python, requests, and asf-search installed. Would you be willing to try this base download case? If this doesn't work, is there any infor...
by kimfairbanks
Mon Mar 03, 2025 3:01 pm America/New_York
Forum: Home
Question: Data download: SSL_CERTIFICATE_VERIFY_FAILED
Replies: 6

Re: Data download: SSL_CERTIFICATE_VERIFY_FAILED

Hi, I was unable to recreate this download issue locally or with a fresh ec2 instance. Is there a chance you could provide the failing script? Also, can you provide the output of the following python snippet from your aws service? import asf_search as asf session = asf.ASFSession() sesssion.headers[...
by kimfairbanks
Mon Feb 05, 2024 4:09 pm America/New_York
Forum: Home
Question: ASF_Search Download Error
Replies: 2

Re: ASF_Search Download Error

Thank you for your post! We were unable to recreate this behavior, but this particular error gets raised when the folder you're attempting to download to doesn't exist. Would you mind confirming that the folder path you were downloading to still exists and matches the path you're providing to asf-se...
by kimfairbanks
Fri Dec 22, 2023 4:16 pm America/New_York
Forum: Home
Question: filter by temporal and perpendicular baseline
Replies: 3

Re: filter by temporal and perpendicular baseline

Hi! As of now the SearchAPI baseline endpoint does not offer temporal/perpendicular baseline constraining, nor does it offer additional keyword options beyond `output`, `reference`, and `processingLevel`. However, the asf-search python search module supports this functionality, below is an example o...
by kimfairbanks
Fri Oct 07, 2022 1:00 pm America/New_York
Forum: Home
Question: Download only quicklook from ASF
Replies: 1

Re: Download only quicklook from ASF

Howdy! While there's no built in way to do this yet, there is a way to download part of a product while using asf-search using the remotezip python package. (I've attached a pdf containing a working example with a Jupyter Notebook Python snippet) Right now this method only works by passing the cooki...