|
3710 | 3710 | "description": "Not required, but **STRONGLY RECOMMENDED**! The name commonly used to refer to the band to make it easier to search for bands across instruments. See the \"[Common Band Names](https://github.com/radiantearth/stac-spec/tree/master/extensions/eo#common-band-names)\" for a list of accepted common names." |
3711 | 3711 | }, |
3712 | 3712 | "description": { |
3713 | | - "$ref": "#/components/schemas/description" |
| 3713 | + "$ref": "#/components/schemas/collection_band_description" |
3714 | 3714 | }, |
3715 | 3715 | "gsd": { |
3716 | 3716 | "type": "number", |
|
3727 | 3727 | "full_width_half_max": { |
3728 | 3728 | "type": "number", |
3729 | 3729 | "description": "Full width at half maximum (FWHM) is a common way to describe the size of a spectral band. It is the width, in micrometers (μm), of the bandpass measured at a half of the maximum transmission. Thus, if the maximum transmission of the bandpass was 80%, the FWHM is measured as the width of the bandpass at 40% transmission." |
3730 | | - }, |
3731 | | - "offset": { |
3732 | | - "description": "Offset to convert band values to the actual measurement scale.", |
3733 | | - "type": "number", |
3734 | | - "default": 0 |
3735 | | - }, |
3736 | | - "scale": { |
3737 | | - "description": "Scale to convert band values to the actual measurement scale.", |
3738 | | - "type": "number", |
3739 | | - "default": 1 |
3740 | | - }, |
3741 | | - "unit": { |
3742 | | - "description": "The unit of measurement for the data, specified as [OGC URN](http://www.opengis.net/def/uom/).", |
3743 | | - "type": "string", |
3744 | | - "format": "url" |
3745 | | - }, |
3746 | | - "nodata": { |
3747 | | - "description": "Specific values representing no data.", |
3748 | | - "type": "array", |
3749 | | - "items": { |
3750 | | - "type": "number" |
3751 | | - } |
3752 | | - }, |
3753 | | - "periodicity": { |
3754 | | - "description": "Periodictity of the measurements, preferably specified using ISO 8601.", |
3755 | | - "type": "string" |
3756 | 3730 | } |
3757 | 3731 | } |
3758 | 3732 | } |
|
3837 | 3811 | "description": "The name of the band.", |
3838 | 3812 | "type": "string" |
3839 | 3813 | }, |
3840 | | - "common_name": { |
3841 | | - "description": "Description to fully explain the band, should include processing information.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.", |
3842 | | - "type": "string" |
| 3814 | + "description": { |
| 3815 | + "$ref": "#/components/schemas/collection_band_description" |
3843 | 3816 | }, |
3844 | 3817 | "data_type": { |
3845 | 3818 | "description": "Specifies the type of the data contained in the band, for example `amplitude`, `intensity`, `phase`, `angle`, `sigma0`, `gamma0`.", |
|
4450 | 4423 | } |
4451 | 4424 | } |
4452 | 4425 | }, |
4453 | | - "export": { |
4454 | | - "process_id": "export", |
| 4426 | + "save": { |
| 4427 | + "process_id": "save_result", |
4455 | 4428 | "arguments": { |
4456 | 4429 | "data": { |
4457 | 4430 | "from_node": "mintime" |
|
4715 | 4688 | "description": "Detailed multi-line description to fully explain the collection.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.", |
4716 | 4689 | "type": "string" |
4717 | 4690 | }, |
| 4691 | + "collection_band_description": { |
| 4692 | + "description": "Description to fully explain the band, should include processing information.\n\n[CommonMark 0.28](http://commonmark.org/) syntax MAY be used for rich text representation.", |
| 4693 | + "type": "string" |
| 4694 | + }, |
4718 | 4695 | "service_type": { |
4719 | 4696 | "description": "Definintion of the service type to access result data. All available service types can be retrieved via `GET /service_types`. Service types MUST be accepted *case insensitive*.", |
4720 | 4697 | "type": "string", |
|
0 commit comments