ost.s1.grd_to_ard

Functions

ard_to_rgb

grd_to_ard

Main function for the grd to ard generation

ost.s1.grd_to_ard.ard_to_rgb(infile, outfile, driver='GTiff', to_db=True, shrink_factor=1)[source]
ost.s1.grd_to_ard.grd_to_ard(filelist, config_file)[source]

Main function for the grd to ard generation

This function represents the full workflow for the generation of an Analysis-Ready-Data product. The standard parameters reflect the CEOS ARD defintion for Sentinel-1 backcsatter products.

By changing the parameters, taking care of all parameters that can be given. The function can handle multiple inputs of the same acquisition, given that there are consecutive data takes.

Parameters
  • filelist – must be a list with one or more absolute paths to GRD scene(s)

  • config_file

Returns