Hi sentinel-hub-team,
I want to download with Python-Api SENTINEL1_IW [‘VV’, ‘VH’] in 8bit resolution like in EO-Browser
I cannot find the parameters for 8bit
add_data = SentinelHubInputTask(
data_collection = DataCollection.SENTINEL1_IW,
bands= [‘VV’, ‘VH’],
bands_feature = (FeatureType.DATA, ‘GRD_Data’),
resolution = 10,
#resolution= ‘HIGH’,
time_difference = datetime.timedelta(hours=1),
#config = config(),
max_threads = 1,
aux_request_args = {
“backCoeff”:“gamma0_terrain”,
“orthorectify”:True
}
)
thank you in advance
