Skip to content

Floating Forests

Amy Boyer edited this page Aug 23, 2019 · 14 revisions

The Floating Forests development pipeline follows:

     {
      "type": "Pipeline",
      "id": "1",
      "attributes": {
        "name": "First Pipeline",
        "workflow_id": null,
        "multiple_subject_sets": true,
        "subject_set_id": null
      },
      "relationships": {
        "pipeline_stages": {
          "data": [
            {
              "type": "PipelineStage",
              "id": "2",
              "attributes": {
                  "sort_order": 1,
                  "output_format": null,
                  "operation": "image_operations.remap_image",
                  "select_images": [
                      "swir-1",
                      "nir",
                      "blue"
                  ],
                  "config": {}
              },
            },
            {
              "type": "PipelineStage",
              "id": "3"
            },
            {
              "type": "PipelineStage",
              "id": "4"
            },
            {
              "type": "PipelineStage",
              "id": "6"
            },
            {
              "type": "PipelineStage",
              "id": "8"
            },
            {
              "type": "PipelineStage",
              "id": "5"
            }
          ]
        }
Clone this wiki locally