|
| 1 | +{ |
| 2 | + "products": [ |
| 3 | + { |
| 4 | + "type": "Collection", |
| 5 | + "id": "multispectral", |
| 6 | + "title": "Multispectral", |
| 7 | + "description": "Full color EO image", |
| 8 | + "keywords": [ |
| 9 | + "EO", |
| 10 | + "color" |
| 11 | + ], |
| 12 | + "license": "license", |
| 13 | + "providers": [ |
| 14 | + { |
| 15 | + "name": "planet", |
| 16 | + "description": "planet description", |
| 17 | + "roles": [ |
| 18 | + "producer" |
| 19 | + ], |
| 20 | + "url": "https://planet.com" |
| 21 | + } |
| 22 | + ], |
| 23 | + "links": [ |
| 24 | + { |
| 25 | + "href": "https://stapi.example.com/", |
| 26 | + "rel": "latest-version", |
| 27 | + "type": "media type", |
| 28 | + "title": "title" |
| 29 | + } |
| 30 | + ], |
| 31 | + "queryables": { |
| 32 | + "gsd": { |
| 33 | + "minimum": 0.5, |
| 34 | + "maximum": 10.0 |
| 35 | + }, |
| 36 | + "target_elevation": { |
| 37 | + "minimum": 30.0, |
| 38 | + "maximum": 90.0 |
| 39 | + }, |
| 40 | + "target_azimuth": { |
| 41 | + "minimum": -360.0, |
| 42 | + "maximum": 360.0 |
| 43 | + }, |
| 44 | + "view:sun_elevation": { |
| 45 | + "minimum": 10.0, |
| 46 | + "maximum": 90.0 |
| 47 | + }, |
| 48 | + "view:sun_azimuth": { |
| 49 | + "minimum": -360.0, |
| 50 | + "maximum": 360.0 |
| 51 | + }, |
| 52 | + "view:off_nadir": { |
| 53 | + "minimum": 0.0, |
| 54 | + "maximum": 30.0 |
| 55 | + }, |
| 56 | + "cloud_coverage_prediction_max": { |
| 57 | + "type": "number", |
| 58 | + "minimum": 0, |
| 59 | + "maximum": 100, |
| 60 | + "multipleOf": 0.01 |
| 61 | + } |
| 62 | + }, |
| 63 | + "parameters": { |
| 64 | + "eo:cloud_cover": { |
| 65 | + "type": "number", |
| 66 | + "minimum": 0, |
| 67 | + "maximum": 100, |
| 68 | + "multipleOf": 0.01 |
| 69 | + } |
| 70 | + }, |
| 71 | + "properties": { |
| 72 | + "eo:bands": [ |
| 73 | + { |
| 74 | + "name": "band1", |
| 75 | + "common_name": "blue", |
| 76 | + "center_wavelength": 0.47, |
| 77 | + "full_width_half_max": 0.07, |
| 78 | + "solar_illumination": 1959.66 |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "band2", |
| 82 | + "common_name": "green", |
| 83 | + "center_wavelength": 0.56, |
| 84 | + "full_width_half_max": 0.08, |
| 85 | + "solar_illumination": 1823.24 |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "band3", |
| 89 | + "common_name": "red", |
| 90 | + "center_wavelength": 0.645, |
| 91 | + "full_width_half_max": 0.09, |
| 92 | + "solar_illumination": 1512.06 |
| 93 | + }, |
| 94 | + { |
| 95 | + "name": "band4", |
| 96 | + "common_name": "nir", |
| 97 | + "center_wavelength": 0.8, |
| 98 | + "full_width_half_max": 0.152, |
| 99 | + "solar_illumination": 1041.63 |
| 100 | + } |
| 101 | + ] |
| 102 | + } |
| 103 | + }, |
| 104 | + { |
| 105 | + "type": "Collection", |
| 106 | + "id": "spotlight", |
| 107 | + "title": "Spotlight", |
| 108 | + "description": "SAR Spotlight frame", |
| 109 | + "keywords": [ |
| 110 | + "SAR", |
| 111 | + "spotlight" |
| 112 | + ], |
| 113 | + "license": "license", |
| 114 | + "providers": [ |
| 115 | + { |
| 116 | + "name": "planet", |
| 117 | + "description": "planet description", |
| 118 | + "roles": [ |
| 119 | + "producer" |
| 120 | + ], |
| 121 | + "url": "https://planet.com" |
| 122 | + } |
| 123 | + ], |
| 124 | + "links": [ |
| 125 | + { |
| 126 | + "href": "https://stapi.example.com/", |
| 127 | + "rel": "latest-version", |
| 128 | + "type": "media type", |
| 129 | + "title": "title" |
| 130 | + } |
| 131 | + ], |
| 132 | + "queryables": { |
| 133 | + "sar:resolution_range": { |
| 134 | + "minimum": 0.5, |
| 135 | + "maximum": 5.0 |
| 136 | + }, |
| 137 | + "sar:resolution_azimuth": { |
| 138 | + "minimum": 0.5, |
| 139 | + "maximum": 5.0 |
| 140 | + }, |
| 141 | + "grazing": { |
| 142 | + "minimum": 20.0, |
| 143 | + "maximum": 40.0 |
| 144 | + }, |
| 145 | + "target_azimuth": { |
| 146 | + "minimum": -360.0, |
| 147 | + "maximum": 360.0 |
| 148 | + }, |
| 149 | + "squint": { |
| 150 | + "minimum": -5.0, |
| 151 | + "maximum": 5.0 |
| 152 | + } |
| 153 | + }, |
| 154 | + "parameters": { |
| 155 | + "sar:polarizarions": [ |
| 156 | + "HH", |
| 157 | + "VV", |
| 158 | + "HV" |
| 159 | + ] |
| 160 | + }, |
| 161 | + "properties": { |
| 162 | + "sar:product_type": "SSC", |
| 163 | + "sar:frequency_band": "X" |
| 164 | + } |
| 165 | + } |
| 166 | + ], |
| 167 | + "links": [] |
| 168 | +} |
0 commit comments