{
	"info": {
		"_postman_id": "e463e458-573e-4178-8817-f34511c7d122",
		"name": "Examples for S1GRD",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "S1GRD orthorectified linear gamma0 VV between 0 and 0.5 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified linear gamma0 VV between 0 and 0.5, approximate real-world 10 m resolution (IW) (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n  \"input\": {\n    \"bounds\": {\n      \"bbox\": [\n        268574.43,\n        4624494.84,\n        276045.41,\n        4631696.16\n      ],\n      \"properties\": {\n        \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/32633\"\n      }\n    },\n    \"data\": [\n      {\n        \"dataFilter\": {\n          \"timeRange\": {\n            \"from\": \"2019-02-02T00:00:00Z\",\n            \"to\": \"2019-04-02T23:59:59Z\"\n          },\n          \"resolution\": \"HIGH\",\n          \"acquisitionMode\": \"IW\"\n        },\n        \"processing\": {\n          \"orthorectify\": \"true\",\n          \"demInstance\": \"COPERNICUS_30\"\n        },\n        \"type\": \"sentinel-1-grd\"\n      }\n    ]\n  },\n  \"output\": {\n    \"resx\": 10,\n    \"resy\": 10,\n    \"responses\": [\n      {\n        \"identifier\": \"default\",\n        \"format\": {\n          \"type\": \"image/png\"\n        }\n      }\n    ]\n  }\n}'",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified with Copernicus DEM 30 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified linear gamma0 VV, ascending orbit direction, GeoTIFF in EPSG:32648 (UTM zone 48N)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "image/tiff"
					},
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n   \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n                699800, 1190220, 709800, 1200220\n            ],\n           \"properties\": {\n                 \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/32648\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2017-11-15T00:00:00Z\",\n                        \"to\": \"2017-11-15T23:00:00Z\"\n                    },\n                    \"acquisitionMode\": \"IW\",\n                    \"polarization\": \"DV\",\n                    \"orbitDirection \": \"ASCENDING\"\n                },\n                \"processing\": {\n                    \"backCoeff\": \"GAMMA0_ELLIPSOID\",\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 1000,\n        \"height\": 1000,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/tiff\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1,sampleType: SampleType.FLOAT32}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified decibel gamma0 VH between -20 dB and 0 dB (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VH\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [toDb(samples.VH)]\n}\n\n// visualizes decibels from -20 to 0\nfunction toDb(linear) {\n  // the following commented out lines are simplified below\n  // var log = 10 * Math.log(linear) / Math.LN10\n  // var val = Math.max(0, (log + 20) / 20)\n  return Math.max(0, Math.log(linear) * 0.21714724095 + 1)\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified decibel gamma0 RGB composite of VV, VH, VV/VH/10 between -20 dB and 0 dB (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\", \"VH\"],\n    output: { id:\"default\", bands: 3}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  var vvdB = toDb(samples.VV)\n  var vhdB = toDb(samples.VH)\n  return [vvdB, vhdB, vvdB / vhdB / 10]\n}\n\n// displays VV in decibels from -20 to 0\nfunction toDb(linear) {\n  // the following commented out lines are simplified below\n  // var log = 10 * Math.log(linear) / Math.LN10\n  // var val = Math.max(0, (log + 20) / 20)\n  return Math.max(0, Math.log(linear) * 0.21714724095 + 1)\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD non-orthorectified linear sigma0 VH between 0 and 0.5 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"false\",\n                    \"backCoeff\": \"SIGMA0_ELLIPSOID\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VH\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VH]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD non-orthorectified Lee speckle filtered decibel gamma0 HH between -20 dB and +10 dB (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               18400000,-11330000,18500000,-11430000\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"acquisitionMode\": \"EW\",\n                    \"timeRange\": {\n                        \"from\": \"2020-09-29T00:00:00Z\",\n                        \"to\": \"2020-09-29T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"false\",\n                    \"backCoeff\": \"GAMMA0_ELLIPSOID\",\n                    \"speckleFilter\": {\n                         \"type\": \"LEE\",\n                         \"windowSizeX\": 5,\n                         \"windowSizeY\": 5\n                    }\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 1000,\n        \"height\": 1000,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"HH\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\nfunction evaluatePixel(samples) {\n  return [toDb(samples.HH)]\n}\n// visualizes decibels from -20 to +10\nfunction toDb(linear) {\n  var log = 10 * Math.log(linear) / Math.LN10\n  return Math.max(0, (log + 20) / 30)\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD orthorectified gamma0 two month temporal averaged decibel VV between -20 dB and 0 dB (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1360000,5121900,1370000,5131900\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-01T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    },\n                    \"orbitDirection\": \"ASCENDING\"\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\", \"dataMask\"],\n    output: { id:\"default\", bands: 1},\n    mosaicking: Mosaicking.ORBIT\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [calculateAverage(samples)]\n}\n\nfunction calculateAverage(samples) {\n  var sum = 0;\n  var nValid = 0;\n  for (let i = 0; i < samples.length; i++) {\n    var sample = samples[i];\n    if (sample.dataMask != 0) {\n      nValid++;\n      sum += toDb(sample.VV);\n    }\n  }\n  return sum / nValid;\n}\n\n// visualizes decibels from -20 to 0\nfunction toDb(linear) {\n  // the following commented out lines are simplified below\n  // var log = 10 * Math.log(linear) / Math.LN10\n  // var val = Math.max(0, (log + 20) / 20)\n  return Math.max(0, Math.log(linear) * 0.21714724095 + 1)\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD radiometrically terrain corrected  linear gamma0 VV  between 0 and 0.5 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1095431, 5714610, 1146158, 5754129\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\",\n                    \"backCoeff\": \"GAMMA0_TERRAIN\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD radiometrically terrain corrected  using Copernicus DEM 30 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1095431, 5714610, 1146158, 5754129\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\",\n                    \"backCoeff\": \"GAMMA0_TERRAIN\",\n                    \"demInstance\": \"COPERNICUS_30\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD radiometrically terrain corrected with custom DEM oversampling of 3 (png)",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               1095431, 5714610, 1146158, 5754129\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/3857\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\",\n                    \"backCoeff\": \"GAMMA0_TERRAIN\",\n                    \"radiometricTerrainOversampling\": 3\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 512,\n        \"height\": 512,\n        \"responses\": [\n            {\n                \"identifier\": \"default\",\n                \"format\": {\n                    \"type\": \"image/png\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\"],\n    output: { id:\"default\", bands: 1}\n  }\n}\n\nfunction evaluatePixel(samples) {\n  return [2 * samples.VV]\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		},
		{
			"name": "S1GRD radiometrically terrain corrected gamma0 VV and auxiliary data: local incidence angle, scattering area, and shadow mask",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "Bearer <your access token>"
					},
					{
						"key": "Accept",
						"value": "application/tar",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "request",
							"value": "{\n    \"input\": {\n        \"bounds\": {\n            \"bbox\": [\n               565556.94,   5048644.47,   600656.56, 5076658.33\n            ],\n           \"properties\": {\n                \"crs\": \"http://www.opengis.net/def/crs/EPSG/0/32632\"\n            }\n        },\n        \"data\": [\n            {\n                \"type\": \"sentinel-1-grd\",\n                \"dataFilter\": {\n                    \"timeRange\": {\n                        \"from\": \"2019-02-02T00:00:00Z\",\n                        \"to\": \"2019-04-02T23:59:59Z\"\n                    }\n                },\n                \"processing\": {\n                    \"orthorectify\": \"true\",\n                    \"backCoeff\": \"GAMMA0_TERRAIN\"\n                }\n            }\n        ]\n    },\n    \"output\": {\n        \"width\": 1024,\n        \"height\": 796,\n        \"responses\": [\n            {\n                \"identifier\": \"s1_rtc_VV_area\",\n                \"format\": {\n                    \"type\": \"image/tiff\"\n                }\n            },\n            {\n                \"identifier\": \"s1_rtc_bands\",\n                \"format\": {\n                    \"type\": \"image/tiff\"\n                }\n            }\n        ]\n    }\n}",
							"type": "text"
						},
						{
							"key": "evalscript",
							"value": "//VERSION=3\nfunction setup() {\n  return {\n    input: [\"VV\", \"localIncidenceAngle\", \"scatteringArea\", \"shadowMask\"],\n    output: [{ id:\"s1_rtc_VV_area\", bands: 2, sampleType: \"FLOAT32\"},\n             { id:\"s1_rtc_bands\", bands: 2, sampleType: \"UINT8\"}]\n  }\n}\nfunction evaluatePixel(samples) {\n  return {\n    s1_rtc_VV_area: [samples.VV, samples.scatteringArea],\n    s1_rtc_bands: [samples.localIncidenceAngle, samples.shadowMask]\n  }\n}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://services.sentinel-hub.com/api/v1/process",
					"protocol": "https",
					"host": [
						"services",
						"sentinel-hub",
						"com"
					],
					"path": [
						"api",
						"v1",
						"process"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}