-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUP42Manifest.json
62 lines (62 loc) · 1.44 KB
/
UP42Manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_up42_specification_version": 2,
"name": "superresolution",
"type": "processing",
"tags": [
"imagery",
"processing",
"deep learning",
"convolutional neural network"
],
"display_name": "Super-resolution Sentinel-2",
"description": "Runs a deep-learning based superresolution algorithm to create a Sentinel-2 image with 10 m resolution across all bands.",
"parameters": {
"bbox": {
"type": "array",
"default": null
},
"intersects": {
"type": "geometry",
"default": null
},
"contains": {
"type": "geometry",
"default": null
},
"copy_original_bands": {
"type": "boolean",
"default": true
},
"clip_to_aoi": {
"type": "boolean",
"default": false
}
},
"machine": {
"type": "gpu_nvidia_tesla_k80"
},
"input_capabilities": {
"raster": {
"up42_standard": {
"format": "SAFE",
"sensor": "Sentinel2",
"dtype": "uint16",
"resolution": 10,
"bands": ["coastal", "blue", "green", "red", "rededge", "rededge2", "rededge3", "nir", "nir2", "watervapour", "swir", "swir2", "swir3"],
"processing_level": {"or": ["l1", "l2"]}
}
}
},
"output_capabilities": {
"raster": {
"up42_standard": {
"format": "GTiff",
"sensor": ">",
"dtype": ">",
"resolution": ">",
"bands": ">",
"processing_level": ">"
}
}
}
}