-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
68 lines (60 loc) · 4.3 KB
/
metadata.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
63
64
65
66
67
68
{
"title": "Upscale multispectral satellites images",
"summary": "Upscale (superresolve) low resolution bands to high resolution in multispectral satellite imagery.",
"description": [
"With the latest missions launched by the European Space Agency (ESA) and National Aeronautics and Space Administration (NASA)",
"equipped with the latest technologies in multi-spectral sensors, we face an unprecedented amount of data with spatial and",
"temporal resolutions never reached before. Exploring the potential of this data with state-of-the-art AI techniques like",
"Deep Learning, could potentially change the way we think about and protect our planet's resources.\n",
"This Docker container contains a plug-and-play tool to perform super-resolution on satellite imagery.",
"It uses Deep Learning to provide a better performing alternative to classical pansharpening (more details in [1]).\n",
"**Minimum requirements** Working with satellite imagery is a memory intensive task, so an absolute minimum is",
"16 GB of RAM memory. But if you want to work with full images (not small patches) you will probably need in the",
"order of 50 GB. If memory requirements are not met, weird Tensorflow shape errors can appear.\n",
"The PREDICT method expects a compressed file (zip or tar) containing a complete tile of the satellite. These",
"tiles are different for each satellite type and can be downloaded in the respective official satellite's",
"repositories. We provide nevertheless [some samples](https://github.com/deephdc/satsr/blob/master/reports/additional_notes.md)",
"for each satellite so that the user can test the module.",
"The output is a GeoTiff file with the super-resolved region.\n",
"Right now we are supporting super-resolution for the following satellites:\n",
"[Sentinel 2](https://sentinel.esa.int/web/sentinel/missions/sentinel-2)\n",
"[Landsat 8](https://landsat.gsfc.nasa.gov/landsat-8/)\n",
"[VIIRS](https://ncc.nesdis.noaa.gov/VIIRS/)\n",
"[MODIS](https://terra.nasa.gov/about/terra-instruments/modis)\n",
"More information on the satellites and processing levels that are supported can be found [here](https://github.com/deephdc/satsr/blob/master/reports/additional_notes.md)",
"along with some [demo images](https://github.com/deephdc/satsr/tree/master/reports/figures) of the super-resolutions performed in non-training data.\n",
"If you want to perform super-resolution on another satellite, go to the [training section](https://github.com/deephdc/satsr#train-other-satellites)",
"to see how you can easily add support for additional satellites. We are happy to accept PRs!\n",
"<img class='fit', src='https://raw.githubusercontent.com/deephdc/DEEP-OC-satsr/master/images/satsr.png'/>\n",
"**References**\n",
"[1]: Lanaras, C., Bioucas-Dias, J., Galliani, S., Baltsavias, E., & Schindler, K. (2018). [Super-resolution of Sentinel-2 images: Learning a globally applicable deep neural network](https://arxiv.org/abs/1803.04271). ISPRS Journal of Photogrammetry and Remote Sensing, 146, 305-319."
],
"keywords": [
"tensorflow", "docker", "deep learning", "trainable", "inference", "pre-trained", "api-v2"
],
"license": "Apache 2.0",
"cite_url": "https://doi.org/10.1016/j.isprsjprs.2018.09.018",
"date_creation": "2019-01-01",
"sources": {
"dockerfile_repo": "https://github.com/deephdc/DEEP-OC-satsr",
"docker_registry_repo": "deephdc/deep-oc-satsr",
"code": "https://github.com/deephdc/satsr"
},
"continuous_integration": {
"build_status_badge": "https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/DEEP-OC-satsr/master",
"build_status_url": "https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/DEEP-OC-satsr/job/master"
},
"tosca": [
{
"title": "Marathon default",
"url": "https://raw.githubusercontent.com/indigo-dc/tosca-templates/master/deep-oc/deep-oc-marathon-webdav.yml",
"inputs": [
"rclone_conf",
"rclone_url",
"rclone_vendor",
"rclone_user",
"rclone_pass"
]
}
]
}