ost.s1.s1scene.Sentinel1Scene¶
- class ost.s1.s1scene.Sentinel1Scene(scene_id, ard_type='OST_GTC', log_level=20)[source]¶
Attributes
Methods
- param uname
- param download_dir
Constructor for ASF download URL
Retrieval of the PEPS UUID from the Peps server
Check if product is online at CNES' Peps server.
- param ard_type
- param dem_file
- param infile
- 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.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.set_external_dem(dem_file, ellipsoid_correction=True)[source]¶
- Parameters
dem_file –
ellipsoid_correction –
- Returns