digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 468 233 468 0 ",
		bb="0,0,468,233",
		bgcolor="#eeeeee",
		clusterrank=local,
		color=black,
		dpi=96,
		fontsize=10,
		labeljust=left,
		nodesep=0.05,
		ranksep=0.22,
		xdotversion=1.7
	];
	node [color=black,
		fillcolor=lightgoldenrodyellow,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=10,
		height=0,
		label="\N",
		shape=record,
		style=filled,
		width=0
	];
	edge [arrowsize=0.7,
		color=black,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=8
	];
	subgraph cluster_inputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 8 170 8 225 460 225 460 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 213 0 84 15 -Workflow Inputs ",
			bb="8,170,460,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		epsg	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16 178.5 16 197.5 84 197.5 84 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 50 185.5 0 52 9 -EPSG code ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="EPSG code",
			pos="50,188",
			rects="16,178.5,84,197.5",
			width=0.94444];
		aoi	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 88 178.5 88 197.5 180 197.5 180 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 134 185.5 0 76 16 -area of interest ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="area of interest",
			pos="134,188",
			rects="88,178.5,180,197.5",
			width=1.2778];
		stac_items	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 326.5 178.5 326.5 197.5 451.5 197.5 451.5 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 389 185.5 0 109 21 -Sentinel-2 STAC items ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="Sentinel-2 STAC items",
			pos="389,188",
			rects="326.5,178.5,451.5,197.5",
			width=1.7361];
		bands	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 184 178.5 184 197.5 322 197.5 322 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 253 185.5 0 122 23 -bands used for the NDWI ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="bands used for the NDWI",
			pos="253,188",
			rects="184,178.5,322,197.5",
			width=1.9167];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 257 8 257 63 365 63 365 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 311 15 0 92 16 -Workflow Outputs ",
			bb="257,8,365,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="311,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		stac_catalog	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 272 35.5 272 54.5 350 54.5 350 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 311 42.5 0 62 12 -stac_catalog ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=stac_catalog,
			pos="311,45",
			rects="272,35.5,350,54.5",
			width=1.0833];
	}
	node_water_bodies	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 87.5 125.5 87.5 144.5 380.5 144.5 380.5 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 234 132.5 0 277 53 -Water body detection based on NDWI and otsu threshold ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label="Water body detection based on NDWI and otsu threshold",
		pos="234,135",
		rects="87.5,125.5,380.5,144.5",
		width=4.0694];
	epsg -> node_water_bodies	[_draw_="c 7 -#000000 B 7 66.75 178.67 73.27 175.65 80.88 172.4 88 170 117.63 160.02 151.61 151.92 179.32 146.13 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 179.49 148.6 185.85 144.79 178.5 143.8 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 157.5 155.6 0 21 4 -epsg ",
		label=epsg,
		lp="157.5,157.5",
		pos="e,187.34,144.49 66.747,178.67 73.269,175.65 80.876,172.4 88,170 117.63,160.02 151.61,151.92 179.32,146.13"];
	aoi -> node_water_bodies	[_draw_="c 7 -#000000 B 4 150.51 178.58 166.73 170.31 191.63 157.61 210.02 148.23 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 210.99 150.48 216.11 145.12 208.77 146.12 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 204.5 155.6 0 13 3 -aoi ",
		label=aoi,
		lp="204.5,157.5",
		pos="e,217.46,144.43 150.51,178.58 166.73,170.31 191.63,157.61 210.02,148.23"];
	stac_items -> node_water_bodies	[_draw_="c 7 -#000000 B 4 363.4 178.58 337.15 169.94 296.2 156.47 267.41 146.99 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 268.49 144.77 261.07 144.91 266.95 149.42 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 320.5 155.6 0 19 4 -item ",
		label=item,
		lp="320.5,157.5",
		pos="e,259.63,144.43 363.4,178.58 337.15,169.94 296.2,156.47 267.41,146.99"];
	node_stac	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 278 80.5 278 99.5 344 99.5 344 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 311 87.5 0 50 9 -node_stac ",
		height=0.27778,
		label=node_stac,
		pos="311,90",
		rects="278,80.5,344,99.5",
		width=0.91667];
	stac_items -> node_stac	[_draw_="c 7 -#000000 B 7 390.22 178.89 391.69 166.15 392.66 141.21 381 125 373.76 114.93 362.71 107.71 351.51 102.59 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 352.58 100.38 345.18 99.95 350.7 104.91 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 398.5 133.1 0 19 4 -item ",
		label=item,
		lp="398.5,135",
		pos="e,343.78,99.372 390.22,178.89 391.69,166.15 392.66,141.21 381,125 373.76,114.93 362.71,107.71 351.51,102.59"];
	bands -> node_water_bodies	[_draw_="c 7 -#000000 B 4 249.86 178.58 247.18 171.37 243.24 160.81 239.96 152 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 242.35 151.39 237.61 145.68 237.76 153.1 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 256 155.6 0 26 5 -bands ",
		label=bands,
		lp="256,157.5",
		pos="e,237.08,144.26 249.86,178.58 247.18,171.37 243.24,160.81 239.96,152"];
	node_water_bodies -> node_stac	[_draw_="c 7 -#000000 B 4 249.21 125.5 260.5 119.2 276.06 110.51 288.74 103.43 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 289.58 105.77 294.5 100.22 287.19 101.49 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 293.5 110.6 0 29 7 -rasters ",
		label=rasters,
		lp="293.5,112.5",
		pos="e,295.82,99.478 249.21,125.5 260.5,119.2 276.06,110.51 288.74,103.43"];
	node_stac -> stac_catalog	[_draw_="c 7 -#000000 B 4 311 80.71 311 75.59 311 68.85 311 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 313.45 62.78 311 55.78 308.55 62.78 ",
		pos="e,311,54.265 311,80.709 311,75.593 311,68.848 311,62.666"];
}
