Skip to content
Discussion options

You must be logged in to vote

@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

!dolphin config --slc-files /content/drive/MyDrive/SatelliteImageProcessings/InSAR_Python/ISCE2-GPU_SLCstack/merged/SLC/*/*.vrt --strides 20 5 --threads-per-worker 8  --n-parallel-bursts 2 --enable-gpu
vel=rasterio.open('timeseries/velocity.tif')
print(vel.shape)
plt.imshow(vel.read(1))

output: (928, 2241)

#Resample

os.makedirs('strided_geoms',exi…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@scottstanie
Comment options

@Shima-shoki
Comment options

@scottstanie
Comment options

@Shima-shoki
Comment options

Answer selected by Shima-shoki
@Shima-shoki
Comment options

@Shima-shoki
Comment options

@Shima-shoki
Comment options

@scottstanie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants