meta¶
This module holds classes that contian the metadata information for a
raster data object.
BoundingCoordinates¶
Corner¶
CornerPoint¶
Lum¶
PixelSize¶
Projection¶
-
class
espatools.meta.Projection(**kwargs)[source]¶ Bases:
properties.base.base.HasPropertiesRequired Properties:
- corner_point (a list of
CornerPoint): The corner points, a list (each item is an instance of CornerPoint) - datum (
String): The projection datum, a unicode string - grid_origin (
String): The grid origin, a unicode string - projection (
String): The coordinate projection, a unicode string - units (
String): The projection units, a unicode string
Optional Properties:
- albers_proj_params (
Dictionary): The Albers projection parameters, a dictionary - ps_proj_params (
Dictionary): The PS projection parameters, a dictionary - sin_proj_params (
Dictionary): The Sin projection parameters, a dictionary - utm_proj_params (
Dictionary): The UTM projection parameters, a dictionary
-
albers_proj_params¶ albers_proj_params (
Dictionary) – The Albers projection parameters, a dictionary
-
corner_point¶ corner_point (a list of
CornerPoint) – The corner points, a list (each item is an instance of CornerPoint)
-
ps_proj_params¶ ps_proj_params (
Dictionary) – The PS projection parameters, a dictionary
-
sin_proj_params¶ sin_proj_params (
Dictionary) – The Sin projection parameters, a dictionary
-
utm_proj_params¶ utm_proj_params (
Dictionary) – The UTM projection parameters, a dictionary
- corner_point (a list of
RasterMetaData¶
-
class
espatools.meta.RasterMetaData(**kwargs)[source]¶ Bases:
properties.base.base.HasPropertiesAn object to contain all the information for a single swath.
Required Properties:
- bounding_coordinates (
BoundingCoordinates): The bounding coordinates, an instance of BoundingCoordinates - corner (a list of
Corner): The corner points, a list (each item is an instance of Corner) - data_provider (
String): The data provider, a unicode string - instrument (
String): The instrument on the satellite, a unicode string - orientation_angle (
Float): The orientation angle, a float in range [-360.0, 360.0] - projection_information (
Projection): The projection, an instance of Projection - satellite (
String): The satellite from which data was aquired, a unicode string
Optional Properties:
- acquisition_date (
String): The date of acquisition, a unicode string - earth_sun_distance (
Float): The earth-sun distance, a float - level1_production_date (
String): Production date, a unicode string - lpgs_metadata_file (
String): metadata file, a unicode string - product_id (
String): Data product ID, a unicode string - scene_center_time (
String): Center time, a unicode string - solar_angles (
SolarAngle): The solar angles, an instance of SolarAngle - wrs (
WRS): WRS, an instance of WRS
-
bounding_coordinates¶ bounding_coordinates (
BoundingCoordinates) – The bounding coordinates, an instance of BoundingCoordinates
-
orientation_angle¶ orientation_angle (
Float) – The orientation angle, a float in range [-360.0, 360.0]
-
projection_information¶ projection_information (
Projection) – The projection, an instance of Projection
-
solar_angles¶ solar_angles (
SolarAngle) – The solar angles, an instance of SolarAngle
- bounding_coordinates (