pysarflow
  • Home
  • Reference
  • Contribute

Examples

  • SLC
  • GRD
pysarflow
  • Examples
  • SLC
  • Edit on rabinatwayana/pysarflow

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)
Previous Next

Built with MkDocs using a theme provided by Read the Docs.
rabinatwayana/pysarflow « Previous Next »