Help needed to Geocode the dolphin output #564
-
The answer to this question might have already been answered by #544 , and I referenced to the material, but I'm not sure how to apply to dolphin. Please kindly help me if possible to resolve this step, as I want to process non-OPERA CSLC dataset outside of the north America, so I need to do geocoding by myself. I have run dolphin to get the final velocity map. My guess is that we would be able to use the lat.rdr.full.vrt/lon.rdr.full.vrt inside the geom_reference folder, which was produced by stackSentinel.py. However, it seems that the shape of the velocity map and the lon.rdr.full.vrt are not the same. On the other hand, the shape of the co-registered data is consistent with the lon.rdr.full.vrt. Would it be possible to still use the longitude (latitude) map for georeferencing the final dolphin output, or should I (somehow) geocode the SLC data before the dolphin application? Any help is very much appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
It should definitely be okay to run dolphin in radar coordinates. What was the configuration you used for this? Did you set "strides" to be larger than 1? |
Beta Was this translation helpful? Give feedback.
@scottstanie
Based on the comments, I was able to geocode the dolphin output with strides👍
The "-tr" option in gdal_translate didn't work, unfortunately, because the dataset doesn't have proper geometric properties. However, the output file shape can be specified with -outsize option, and the things went well afterwards!
#Dolphin input command
output: (928, 2241)
#Resample