Class: Aws::SageMakerGeospatial::Types::Properties
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::Properties
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Properties associated with the Item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#eo_cloud_cover ⇒ Float
Estimate of cloud cover.
-
#landsat_cloud_cover_land ⇒ Float
Land cloud cover for Landsat Data Collection.
-
#platform ⇒ String
Platform property.
-
#view_off_nadir ⇒ Float
The angle from the sensor between nadir (straight down) and the scene center.
-
#view_sun_azimuth ⇒ Float
The sun azimuth angle.
-
#view_sun_elevation ⇒ Float
The sun elevation angle.
Instance Attribute Details
#eo_cloud_cover ⇒ Float
Estimate of cloud cover.
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |
#landsat_cloud_cover_land ⇒ Float
Land cloud cover for Landsat Data Collection.
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
Platform property. Platform refers to the unique name of the specific platform the instrument is attached to. For satellites it is the name of the satellite, eg. landsat-8 (Landsat-8), sentinel-2a.
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |
#view_off_nadir ⇒ Float
The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |
#view_sun_azimuth ⇒ Float
The sun azimuth angle. From the scene center point on the ground, this is the angle between truth north and the sun. Measured clockwise in degrees (0-360).
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |
#view_sun_elevation ⇒ Float
The sun elevation angle. The angle from the tangent of the scene center point to the sun. Measured from the horizon in degrees (-90-90). Negative values indicate the sun is below the horizon, e.g. sun elevation of -10° means the data was captured during [nautical twilight].
[1]: www.timeanddate.com/astronomy/different-types-twilight.html
1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1568 class Properties < Struct.new( :eo_cloud_cover, :landsat_cloud_cover_land, :platform, :view_off_nadir, :view_sun_azimuth, :view_sun_elevation) SENSITIVE = [] include Aws::Structure end |