eocrops.inputs.sentinel1.workflow_instructions_S1IW(config, time_stamp, path_out=None, polygon=None, backCoeff='GAMMA0_TERRAIN', orbit_direction='ASC', speckle_lee_window=3, n_threads=1)[source]#

Define the request of image from SentinelHub API using Sentinel-1 IW-GRD product

Parameters:
configsentinelhub.config

SentinelHub configuration

time_stamptuple

first and last date to download the picture (e.g (‘2017-01-01’, ‘2017-12-31’) for a 2017

path_outstr

Path to save the EOPatch. It can be also a AWS S3 bucket path if s3Bucket is specified .

polygongpd.GeoDataFrame

Shapefile loaded using geopandas that contains the field(s) boundary(ies) of the area

backCoeffstr

Backscatter coefficient (‘GAMMA0_TERRAIN’, ‘BETA0’, ‘SIGMA0_ELLIPSOID’ or ‘GAMMA0_ELLIPSOID’)

orbit_directionstr

Orbit direction (‘ASC’, ‘DESC’, or ‘BOTH’)

speckle_lee_windowint

Window (in pixels) to apply spatial speckle filtering

n_threadsint

Number of threads used to download the EOPatch

Returns:
EOPatch