File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ and observations are filtered out:
317317
318318.. image :: _static/images/basics/evi-masked-composite.png
319319
320- .. _aggregate-spatial-evi
320+ .. _aggregate-spatial-evi :
321321
322322Aggregated EVI timeseries
323323===========================
Original file line number Diff line number Diff line change 1- .. _job-manager
1+ .. _job-manager :
22
33====================================
44Multi Backend Job Manager
Original file line number Diff line number Diff line change 200200
201201
202202.. _multi-result-process-graphs :
203+
203204Building process graphs with multiple result nodes
204205===================================================
205206
Original file line number Diff line number Diff line change @@ -374,11 +374,10 @@ the datacube.
374374
375375
376376 .. warning ::
377-
378- The ``apply_neighborhood `` is the most versatile, but also most complex process. Make sure to keep an eye on the dimensions
379- and the shape of the DataArray returned by your UDF. For instance, a very common error is to somehow 'flip' the spatial dimensions.
380- Debugging the UDF locally can help, but then you will want to try and reproduce the input that you get also on the backend.
381- This can typically be achieved by using logging to inspect the DataArrays passed into your UDF backend side.
377+ The ``apply_neighborhood `` is the most versatile, but also most complex process. Make sure to keep an eye on the dimensions
378+ and the shape of the DataArray returned by your UDF. For instance, a very common error is to somehow 'flip' the spatial dimensions.
379+ Debugging the UDF locally can help, but then you will want to try and reproduce the input that you get also on the backend.
380+ This can typically be achieved by using logging to inspect the DataArrays passed into your UDF backend side.
382381
383382
384383
You can’t perform that action at this time.
0 commit comments