Class: Aws::SageMakerGeospatial::Types::Properties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Properties associated with the Item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eo_cloud_coverFloat

Estimate of cloud cover.

Returns:

  • (Float)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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_landFloat

Land cloud cover for Landsat Data Collection.

Returns:

  • (Float)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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

#platformString

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.

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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_nadirFloat

The angle from the sensor between nadir (straight down) and the scene center. Measured in degrees (0-90).

Returns:

  • (Float)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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_azimuthFloat

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).

Returns:

  • (Float)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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_elevationFloat

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.

Returns:

  • (Float)


1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
# File 'gems/aws-sdk-sagemakergeospatial/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