EDA STAC Extension🔗
- Title: EDA Extension
- Identifier: https://earthdaily-stac-extensions.s3.amazonaws.com/eda/v0.1.0/schema.json
- Field Name Prefix:
eda - Scope: Item, Collections
This document explains the EDA Extension to the SpatioTemporal Asset Catalog (STAC) specification.
EDA Extension adds metadata related to EDA specific details like ImagerMode, Sensor Type, Water Cover, Radiometric Scaling, Geometric Accuracy RMSE etc that affect the view of resulting data. It will often be combined with other extensions that describe the actual data, such as the eo, proj or sat extensions.
Public Fields🔗
The fields in the table below can be used in these parts of STAC documents:
- [ ] Catalogs
- [x] Collections
- [x] Items
- [ ] Assets
- [ ] Links
| Field Name | Type | Description |
|---|---|---|
eda:order_line_item_id |
String | Specifies the order line item id within EarthPipeline |
eda:source_l0_ids |
List of Strings | Archive IDs of the source level-0 datasets |
eda:source_l0_scene_ids |
List of Strings | Scene IDs of the source Level-0 datasets |
eda:segment_id |
String | Dataset identifier for the acquisition used to generate the product <Datetime>_<Sensor><SID><Cat> |
eda:imager_mode |
String | Non-experimental modes: "TDI_LAND", "TDI_MARITIME", "TDI_GLOBAL", "PUSH_FRAME_GLOBAL". Only provided for Catalogue products |
eda:image_section_counter |
Number | Image section counter. Only provided for Catalogue products |
eda:geometric_accuracy_rmse |
Number | Radial RMSE, in meters. Only provided for specific L1C and L2A products |
eda:sensor_type |
String | The sensor type (currently "OPTICAL") |
eda:product_type |
String | Only available for the "GOES" collection |
eda:water_cover |
Number | Estimate of water cover, in % |
eda:derived_from_item_id |
String | L2 item used for L2 derived products |
eda:derived_from_collection_id |
String | L2 collection used for L2 derived products |
eda:ag_cloud_mask_available |
Boolean | Whether EDAgro cloud mask is available |
eda:ag_cloud_mask_item_id |
String | EDAgro Cloud Mask item id |
eda:ag_cloud_mask_collection_id |
String | EDAgro Cloud Mask collection id |
eda:cloud_mask_available |
Boolean | Whether EDA cloud mask is available |
eda:cloud_mask_item_id |
String | EDA Cloud Mask item id |
eda:cloud_mask_collection_id |
String | EDA Cloud Mask collection id |
eda:area_km2 |
Number | Mosaic - approximate area in km^2 of the valid region |
eda:radiometric_scaling |
Number | Obsolete |
eda:pixel_composite_method |
String | Pixel Composite Method used for Mosaics |
Private Fields🔗
Note
Private fields are available to "Admin users" and "All Users of Customer account with Super Tier"
| Field Name | Type | Description |
|---|---|---|
eda:status |
String | Status of the product: Created, Published, Unpublished |
eda:geometry_tags |
List of Strings | Populated when modifying STAC items from third party data |
eda:tags |
List of Strings | General EDA tags |
eda:original_geometry |
Object | Preserved original geometry when geometry tags of third party STAC items are modified |
eda:tracking_id |
String | Used by Pastfinder for tracking all items related to an order |
eda:account_id |
String | User account id info (Customer Account Id) |
eda:processor_version |
String | Version of the processing system |
eda:loose_validation_status |
String | Validation status of third party stac items (queryable) |
eda:band_to_band_accuracy_rmse |
List of Objects | Band-to-band accuracy, in pixels. Only for specific L1C/L2A products |
eda:source_created |
String | When third party created the item |
eda:source_updated |
String | When third party updated the item |
eda:unusable_cover |
Number | Estimate of unusable cover. Only for Land products (includes cloud and water) |
eda:num_cols |
Number | Number of columns in the image |
eda:num_rows |
Number | Number of rows in the image |
eda:derived_from_l1c_item_id |
String | L1c item used for L1 derived products |
eda:derived_from_l1c_collection_id |
String | L1c collection used for L1 derived collection |
eda:altitude |
Number | Altitude at the center of the product |
eda:bearing |
Number | Satellite ground track bearing |
eda:start_attitude |
List of Numbers | Satellite attitude at start of acquisition (Degrees RPY) |
eda:end_attitude |
List of Numbers | Satellite attitude at end of acquisition (Degrees RPY) |
eda:mean_attitude |
List of Numbers | Mean satellite attitude (Degrees RPY) |
eda:mtf_enhancement_applied |
Boolean | Whether MTF enhancement was applied |
eda:bands |
List of Strings | List of band names available in the product |
eda:product_status |
String | One of "PENDING_VALIDATION", "VALID", "DEPRECATED" |
eda:source |
String | Obsolete |
eda:auxiliary_atmospheric_sources |
Object | Auxiliary atmospheric retrieval sources for BOA generation. Only for L2A VNIR products |
eda:basemap |
String | Geometric reference used for corrections (Mosaic) |
eda:download_bundle_status |
String | "AVAILABLE" or "IN_PROGRESS" |
eda:aocs_mode |
String | One of "Nadir", "DEM", "Side Slither". Only for Catalogue |
eda:cloud_detect_method |
String | Algorithm used in cloud detection |