Mini Explore - resource-watch/ocean-watch-data GitHub Wiki

Mini-explores are a custom resource built for Ocean Watch. They embed a small version of the explore page, with pre-selected, categorized datasets.

image

Mini-explores should only be created by Vizzuality, but they can be edited by the Ocean Watch Data Team. These resources are edited directly in the Ocean Watch JSON.

[
  {
    "grid": "100%",
    "visualizationType": "mini-explore",
    "config": {
      "title": "Choose the data that is most relevant to you",
      "datasetGroups": [
        {
          "title": "Ecosystems",
          "slug": "ecosystems",
          "datasets": [
            "f31dece0-9256-428a-84de-3a59f5c06bb7",
            "1d23838e-40da-4cf3-b61c-56258d3a5c56",
            "7ab1ab3b-2d13-4572-bc00-545044219a8e",
            "6a22c67d-9e3c-4f8c-94d2-d90fe886b476"
          ],
          "default": [
            "f31dece0-9256-428a-84de-3a59f5c06bb7"
          ]
        },
        {
          "title": "Climate pressures",
          "slug": "climate-pressures",
          "datasets": [
            "24ffab8a-588d-4fb8-92de-8bc54abf7da6",
            "d64ec5d7-d186-41fa-b5b7-d1f246ff6d77",
            "7c06a7a2-4c47-4ecb-a2a5-1c76eaf2db65",
            "574f0b71-8363-4e3a-978f-2b1ce58c1c33",
            "6ac302e7-36c3-4f36-9a89-3be244ef9057",
            "7dfd5f25-a789-415a-bb7c-d84ffec4c7eb",
            "9748a184-cf87-4363-bf81-2bf3030e2e53"
          ],
          "default": [
            "24ffab8a-588d-4fb8-92de-8bc54abf7da6"
          ]
        },
        {
          "title": "Land-sea pressures",
          "slug": "land-sea-pressures",
          "datasets": [
            "6ad0f556-20fd-4ddf-a5cc-bf93c003a463",
            "d6e42176-90c4-429d-8cae-7619c545a458",
            "6b523d76-ca2d-4059-b0a6-d90a6b8ba5a6",
            "13f4e065-b579-41f0-938d-b97c9dd54ce2",
            "c2142922-84d9-4564-8216-a4867b9e48c5",
            "92327c78-a473-402b-8edf-409869823216",
            "f1aa9ec7-c3b6-441c-b395-96fc796b7612",
            "877cdf39-5536-409c-bcba-2220e1b72796"
          ],
          "default": [
            "6ad0f556-20fd-4ddf-a5cc-bf93c003a463"
          ]
        },
        {
          "title": "Productivity",
          "slug": "productivity",
          "datasets": [
            "d4e91298-b994-4e2c-947c-4f6486a66f30",
            "11f16cb9-def0-4bd5-a60e-50c542b837e3",
            "6ccfb266-20cd-4838-82b0-5309987a62f0"
          ],
          "default": [
            "d4e91298-b994-4e2c-947c-4f6486a66f30"
          ]
        },
        {
          "title": "Infrastructure and maritime",
          "slug": "infrastructure-and-maritime",
          "datasets": [
            "28d1f505-571c-4a52-8215-48ea02aa4928"
          ],
          "default": [
            "28d1f505-571c-4a52-8215-48ea02aa4928"
          ]
        },
        {
          "title": "Response",
          "slug": "response",
          "datasets": [
            "2442891a-157a-40e6-9092-ee596e6d30ba"
          ],
          "default": [
            "2442891a-157a-40e6-9092-ee596e6d30ba"
          ]
        }
      ]
    }
  }
]

The Ocean Watch Data Team can change, add, or remove datasets or category headings. They can also change the default datasets, which are those that are automatically turned on. For more on how to edit the Ocean Watch JSON, please see the wiki page.