Replies: 9 comments 5 replies
-
So the discussion from #404 moved to here - unsure if this complete or closed. I will tag @jhkennedy so he is aware. If this really depends on #431, you might want more time. You mentioned that you could deliver on this task by writing a config file, running that config file, and then packaging it as discussed in the issue ticket. You can quickly prototype this and then swap out the "better way", which can be improved later. Please clarify given it's better to have more of a buffer than running behind. Also, please make the modification to the GUNW the default as that will be what this script is used for in hyp3 cloud processing. Also, the regex processing seems unnecessary here and let's really hone in on what we want - processing a single gunw. I would add this feature later particularly because hyp3 will not require it and processing is going to happen serially anyways (isce3 is going to want its own cpu). More focused here, the better IMHO. |
Beta Was this translation helpful? Give feedback.
-
To be clear, the motivation for this plugin is to demonstrate raider at scale. Such a demonstration will just use HRRR over US and Alaska because of its low latency (within aws s3) - so the library exposure is not as important here (yet). When we want to use era5 for example, then there could potentially be more workflow modifications and/or additional step functions utilizing different workflows. This would be to deal with issues with high data latency of other weather models and to lower cloud costs. Regardless, this is very far down the line since we have to see how this works first and would require a considerable amount of coordination (and Joe's/Andrew's expertise). Just want to be extra clear. |
Beta Was this translation helpful? Give feedback.
-
You cannot overwrite group types in xarray without deleting the group first. See this. I would use netcdf4 directly as indicated here:
|
Beta Was this translation helpful? Give feedback.
-
Lastly, one last thing - all the data should be localized in this script, except for the input GUNW. The GUNW will only have dates of acquisition and will require localization of orbit files at least as indicated here: #381. Unless I am mistaken due to raider updates. ASF tools has to do this. You mentioned other tools. I like this library: https://github.com/scottstanie/sentineleof. |
Beta Was this translation helpful? Give feedback.
-
Something we can do in future: Can we check if we have S1 orbit downloader in ISCE3 or on COMPASS repo? ISCE3 is already a dependency now and in future I suggest we use their orbit readers through import statement too. |
Beta Was this translation helpful? Give feedback.
-
I don't think so - but a developer of Compass maintains the library I suggested. I would just ask @scottstanie if ISCE3 or compass can be used to download orbit files. |
Beta Was this translation helpful? Give feedback.
-
I dont like adding many dependancies which we dont know are maintained. We can stick with those used for ISCE or OPERA or NISAR would be better. @scottstanie indicated this repo: https://github.com/opera-adt/s1-reader/blob/main/src/s1reader/s1_orbit.py |
Beta Was this translation helpful? Give feedback.
-
https://github.com/opera-adt/s1-reader#usage - that's pretty clear how this could be used to download the relevant orbit files from the SLC ids. Nice.
|
Beta Was this translation helpful? Give feedback.
-
@bbuzz31 - what's your update on a PR and timeline? |
Beta Was this translation helpful? Give feedback.
-
Moving discussion of tropo correction in GUNW started in #404 here.
Goal: to provide RAiDER with a GUNW[s], calculate the tropospheric delay, and optionally embed it in the product.
Methodology:
raider.py ++prepGUNWs S1*.nc
(ongoing in Setup initial structure for working hooks #432)delay.py
delay.py
as a libraryInitial release will be finished by next HYP3 meeting, library prototype dependent on #431. No reason it can't be delivered by Dec 21.
Beta Was this translation helpful? Give feedback.
All reactions