In [ ]:
Copied!
from pysarflow import read_slc_product
from pysarflow import read_slc_product
In [ ]:
Copied!
# Path to the .SAFE directory
product_path = (
"../data/S1A_IW_GRDH_1SDV_20241209T015852_20241209T015917_056909_06FD49_AE78.SAFE"
)
# reading GRD product
read_slc_product(product_path)
# Path to the .SAFE directory
product_path = (
"../data/S1A_IW_GRDH_1SDV_20241209T015852_20241209T015917_056909_06FD49_AE78.SAFE"
)
# reading GRD product
read_slc_product(product_path)