Created
August 22, 2019 22:58
-
-
Save perusio/f8d8f3fe8ebb590cb3d8a5810c7a6060 to your computer and use it in GitHub Desktop.
First workflow job configuration parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tiling:1": { | |
"tile_width": 768, | |
"tile_height": 768, | |
"match_extents": false, | |
"output_prefix": "", | |
"augmentation_factor": 1 | |
}, | |
"oneatlas-spot-aoiclipped:1": { | |
"time": null, | |
"limit": 1, | |
"intersects": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-8.721771, | |
41.190281 | |
], | |
[ | |
-8.685722, | |
41.191573 | |
], | |
[ | |
-8.684349, | |
41.17271 | |
], | |
[ | |
-8.720398, | |
41.169351 | |
], | |
[ | |
-8.721771, | |
41.190281 | |
] | |
] | |
] | |
}, | |
"zoom_level": 17, | |
"time_series": null, | |
"panchromatic_band": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment