Search found 4 matches

by jhkennedy
Tue Feb 25, 2025 11:21 am America/New_York
Forum: Home
Question: Extracting SAR level0 data from file
Replies: 2

Re: Extracting SAR level0 data from file

If you have access to Matlab's Radar Toolbox, you can follow this tutorial for working with ERS data, and should work similarly for RADARSAT-1:
https://www.mathworks.com/help/radar/ug/ers-sar-raw-data-extraction-and-image-formation.html
by jhkennedy
Thu Sep 26, 2024 3:31 pm America/New_York
Forum: Home
Question: OPERA DSWx-HLS?
Replies: 12

Re: OPERA DSWx-HLS?

By adapting your script to use the earthaccess python package , you can get the search results you're looking for -- I've adapted your script to use earthaccess: https://gist.github.com/jhkennedy/3c3b181516801f0e66ba1a8e35c9f103 This skips the STAC wrapper around CMR and hits CMR directly, so doesn'...
by jhkennedy
Mon Jun 24, 2024 7:04 pm America/New_York
Forum: Home
Question: Data Not Assigned a Project Name - ASF Data search
Replies: 4

Re: Data Not Assigned a Project Name - ASF Data search

inojosavinicius27, project names added with Vertex should be working again.
by jhkennedy
Mon Jun 24, 2024 2:39 pm America/New_York
Forum: Home
Question: Data Not Assigned a Project Name - ASF Data search
Replies: 4

Re: Data Not Assigned a Project Name - ASF Data search

inojosavinicius27, as a workaround, it is possible to search for jobs via request time with the HyP3 SDK, and add those jobs to an existing project if needed. That would look something like: [code]python import hyp3_sdk as sdk hyp3 = sdk.HyP3() noname_jobs = hyp3.find_jobs(start='2024-06-18T12:00:00...