Multiple sentinel 1 data with python

Hi I’m current graduate student dealing with lots of satellite dataset.

Is there any way i can conduct calibration of multiple datasets using the python code? And do you have any brief tutorial for that?

Following up is what i’ve tried

  1. Installing the SNAP-snappy
    git clone https://github.com/andrix/python-snappy.git (Python-SNAPPY)
    git clone https://github.com/senbox-org/snap-desktop.git (SNAP-Desktop)

  2. Installing the SNAP-snappy with terminal
    $ brew install snappy ## snappy library from google
    $ CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy

  3. Try to run snap-desktop (totally doesn’t work)
    #!/usr/bin/python from snappy import ProductIO, GPF, HashMap
    #!/usr/bin/python data = ProductIO.readProduct(’/Users/jmpark1/python- snappy/S1A_IW_GRDH_1SDV_20161204T222735_20161204T222800_014236_017044_DCD3.zi p’)