ost.s1.s1scene.Sentinel1Scene

class ost.s1.s1scene.Sentinel1Scene(scene_id, ard_type='OST_GTC', log_level=20)[source]

TBD

Attributes

scene_id

TBD

mission_id

TBD

mode_beam

TBD

product_type

TBD

resolution_class

TBD

proc_level

TBD

pol_mode

TBD

start_date

TBD

start_time

TBD

stop_date

TBD

stop_time

TBD

abs_orbit

TBD

data_take_id

TBD

unique_id

TBD

year

TBD

month

TBD

day

TBD

onda_class

TBD

orbit_offset

TBD

satellite

TBD

rel_orbit

TBD

acq_mode

TBD

p_type

TBD

product_dl_path

TBD

ard_dimap

TBD

ard_rgb

TBD

rgb_thumbnail

TBD

config_dict

TBD

config_file

TBD

Methods

info

info_dict

download

download_path

get_path

scihub_uuid

scihub_url

scihub_md5

scihub_online_status

scihub_trigger_production

scihub_annotation_get

param uname

zip_annotation_get

param download_dir

safe_annotation_get

ondadias_uuid

asf_url

Constructor for ASF download URL

peps_uuid

Retrieval of the PEPS UUID from the Peps server

peps_online_status

Check if product is online at CNES' Peps server.

get_ard_parameters

update_ard_parameters

param ard_type

set_external_dem

param dem_file

create_ard

param infile

create_rgb

create_rgb_thumbnail

visualise_rgb

Sentinel1Scene.info()[source]
Sentinel1Scene.info_dict()[source]
Sentinel1Scene.download(download_dir, mirror=None)[source]
Sentinel1Scene.download_path(download_dir, mkdir=False)[source]
Sentinel1Scene.get_path(download_dir=None, data_mount=None)[source]
Sentinel1Scene.scihub_uuid(opener)[source]
Sentinel1Scene.scihub_url(opener)[source]
Sentinel1Scene.scihub_md5(opener)[source]
Sentinel1Scene.scihub_online_status(opener)[source]
Sentinel1Scene.scihub_trigger_production(opener)[source]
Sentinel1Scene.scihub_annotation_get(uname=None, pword=None)[source]
Parameters
  • uname

  • pword

Returns

Sentinel1Scene.zip_annotation_get(download_dir, data_mount=None)[source]
Parameters
  • download_dir

  • data_mount

Returns

Sentinel1Scene.safe_annotation_get(download_dir, data_mount=None)[source]
Sentinel1Scene.ondadias_uuid(opener)[source]
Sentinel1Scene.asf_url()[source]

Constructor for ASF download URL

Returns

string of the ASF download url

Return type

str

Sentinel1Scene.peps_uuid(uname, pword)[source]

Retrieval of the PEPS UUID from the Peps server

Parameters
  • uname – username for CNES’ PEPS server

  • pword – password for CNES’ PEPS server

Returns

Sentinel1Scene.peps_online_status(uname, pword)[source]

Check if product is online at CNES’ Peps server.

Parameters
  • uname – CNES’ Peps username

  • pword – CNES’ Peps password

Returns

Sentinel1Scene.get_ard_parameters(ard_type)[source]
Sentinel1Scene.update_ard_parameters(ard_type=None)[source]
Parameters

ard_type

Returns

Sentinel1Scene.set_external_dem(dem_file, ellipsoid_correction=True)[source]
Parameters
  • dem_file

  • ellipsoid_correction

Returns

Sentinel1Scene.create_ard(infile, out_dir, subset=None, overwrite=False)[source]
Parameters
  • infile

  • out_dir

  • subset

  • overwrite

Returns

Sentinel1Scene.create_rgb(outfile, driver='GTiff')[source]
Sentinel1Scene.create_rgb_thumbnail(outfile, shrink_factor=25)[source]
Sentinel1Scene.visualise_rgb(shrink_factor=25)[source]