API endpoint for rasterlayer objects.

Rasterlayers visualise raster data. The actual data is contained in rastersources. To connect a rasterlayer to a rastersource, configure the rasterlayer's source field as follows:

{
    "graph": {
        "rastersource": [
            "lizard_nxt.blocks.LizardRasterSource",
            "<uuid of a rastersource object>"
        ]
    },
    "name": "rastersource"
}

Note that the organisations of the rastersource and rasterlayer should be equal. The raster_sources field cannot be used to configure the source: it is merely a (read-only) hyperlink to the /rastersources endpoint.

GeoBlocks

Instead of directly visualising a raster source, raster layers can also perform on-the-fly operations on multiple raster sources. This can be done by extending the above example for the source field. See https://docs.lizard.net. Note that the rasterlayers's organisation must have geoblocks-permissions to be able to use this feature.

Deletion

If a rasterlayer is deleted, its raster sources (see /rastersources endpoint) will remain available. These need to be cleaned up seperately, or else they will keep using space.

If a rastersource was deleted while there was a rasterlayer referencing it, the rasterlayer will become broken. In this case, the deleted rastersources will be listed in the source.deleted_sources field.

Query parameters:

name Text filter on the name field. All text field filter methods, like startswith, endswith, icontains are supported.

uuid Filter on uuid field. UUIDs must be separated by commas and must be specified in their canonical textual representation (in their 8-4-4-4-12 form, that is). Filtering is case insensitive and may be done across relationships.

organisation Filter on Organisations.

observation_type Filter on ObservationType.

layer_collections Filter on LayerCollection.

first_value_timestamp Temporal filter on first_value_timestamp.

last_value_timestamp Temporal filter on last_value_timestamp.

raster_sources__uuid Show rasters that make use of a raster_source with given uuid.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

ordering Show the results in a specific order. You can order them by name, last_modified, supplier, temporal, access_modifier, first_value_timestamp, last_value_timestamp, observation_type, observation_type__code, observation_type__parameter, observation_type__unit, and organisation__name. Add a - in front to reverse the order.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

Examples

?name__icontains=Elevation

?organisation__name=DDSC

?organisation__uuid=61f5a464c35044c19bc7d4b42d7f58cb

?organisation__name__startswith=Nelen

?organisation__name__icontains=Schuur

?observation_type__code=HOOGTEmNAP

?observation_type__parameter=Hoogte

?uuid=10415ccb-ec31-4d43-bdb3-db597061527b,
4a544b7a-772b-45fb-9aa4-a69447f34f52

?first_value_timestamp=2016-06-21T06:05:00Z

?first_value_timestamp__lt=2016-06-21T06:05:00Z

?layer_collections__slug=10855cc

?raster_sources__uuid=10415ccb-ec31-4d43-bdb3-db597061527b

?access_modifier=Private

?access_modifier=100

?ordering=name

?ordering=-last_modified

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/rasters/ad154e6e-2d23-4d94-a981-2d1be4f349f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/rasters/ad154e6e-2d23-4d94-a981-2d1be4f349f5/?format=api",
    "uuid": "ad154e6e-2d23-4d94-a981-2d1be4f349f5",
    "last_modified": "2025-04-14T08:12:36.898891Z",
    "created": "2019-06-12T14:34:36.148405Z",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
        "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
        "name": "Nelen & Schuurmans Consultancy"
    },
    "access_modifier": "Public",
    "supplier": "remo.vantilburg",
    "shared_with": [],
    "writable": false,
    "is_geoblock": true,
    "source": {
        "name": "RasterStoreSource_8",
        "graph": {
            "Clip_1": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_27",
                "Reclassify_15"
            ],
            "Clip_2": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_33",
                "Reclassify_20"
            ],
            "Clip_3": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_6",
                "Reclassify_39"
            ],
            "Clip_4": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_4",
                "Reclassify_7"
            ],
            "Clip_5": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_24",
                "Reclassify_22"
            ],
            "Clip_6": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_18",
                "Reclassify_40"
            ],
            "Clip_7": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_36",
                "Reclassify_42"
            ],
            "Clip_8": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_26",
                "Reclassify_5"
            ],
            "Clip_9": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_9",
                "Reclassify_10"
            ],
            "Clip_10": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_2",
                "Reclassify_12"
            ],
            "Clip_11": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_23",
                "Reclassify_38"
            ],
            "Clip_12": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_37",
                "Reclassify_17"
            ],
            "Clip_13": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_29",
                "Reclassify_41"
            ],
            "Clip_14": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_4",
                "Reclassify_3"
            ],
            "Clip_15": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_13",
                "Reclassify_16"
            ],
            "Clip_16": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_19",
                "Reclassify_31"
            ],
            "Clip_17": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_8",
                "Reclassify_14"
            ],
            "Clip_18": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_1",
                "Reclassify_25"
            ],
            "Clip_19": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_35",
                "Reclassify_34"
            ],
            "Clip_20": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_30",
                "Reclassify_11"
            ],
            "Clip_21": [
                "dask_geomodeling.raster.misc.Clip",
                "Reclassify_28",
                "Reclassify_32"
            ],
            "Group": [
                "dask_geomodeling.raster.combine.Group",
                "RasterStoreSource_5",
                "RasterStoreSource_7",
                "RasterStoreSource_2"
            ],
            "Classify_1": [
                "dask_geomodeling.raster.misc.Classify",
                "MaskBelow",
                [
                    -9999.0,
                    0.0,
                    0.1,
                    0.2,
                    0.3,
                    0.4,
                    0.5,
                    0.6,
                    0.7,
                    0.8,
                    0.9,
                    1.0,
                    1.1,
                    1.2,
                    1.3,
                    1.4,
                    1.5,
                    1.6,
                    1.7,
                    1.8,
                    1.9,
                    2.0,
                    2.1,
                    2.2,
                    2.3,
                    2.4,
                    2.5,
                    3.0,
                    4.0,
                    5.0,
                    10.0
                ],
                false
            ],
            "Classify_2": [
                "dask_geomodeling.raster.misc.Classify",
                "RasterStoreSource_6",
                [
                    -9999.0,
                    143.1,
                    144.9,
                    99993.0
                ],
                false
            ],
            "Subtract_1": [
                "dask_geomodeling.raster.elemwise.Subtract",
                "RasterStoreSource_1",
                "RasterStoreSource_4"
            ],
            "Subtract_2": [
                "dask_geomodeling.raster.elemwise.Subtract",
                "Group",
                "Interpolate"
            ],
            "MaskBelow": [
                "dask_geomodeling.raster.misc.MaskBelow",
                "Subtract_2",
                -10
            ],
            "Reclassify_1": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.4
                    ],
                    [
                        4,
                        3.1
                    ],
                    [
                        5,
                        5.3
                    ],
                    [
                        6,
                        7.9
                    ],
                    [
                        7,
                        10.9
                    ],
                    [
                        8,
                        14.3
                    ],
                    [
                        9,
                        19.15
                    ],
                    [
                        10,
                        27.0
                    ],
                    [
                        11,
                        39.2
                    ],
                    [
                        12,
                        55.45
                    ],
                    [
                        13,
                        74.55
                    ],
                    [
                        14,
                        95.35
                    ],
                    [
                        15,
                        117.05
                    ],
                    [
                        16,
                        139.15
                    ],
                    [
                        17,
                        161.55
                    ],
                    [
                        18,
                        184.25
                    ],
                    [
                        19,
                        207.15
                    ],
                    [
                        20,
                        230.25
                    ],
                    [
                        21,
                        253.55
                    ],
                    [
                        22,
                        276.95
                    ],
                    [
                        23,
                        300.4
                    ],
                    [
                        24,
                        324.0
                    ],
                    [
                        25,
                        347.75
                    ],
                    [
                        26,
                        371.5
                    ],
                    [
                        27,
                        395.35
                    ],
                    [
                        28,
                        422.8
                    ],
                    [
                        29,
                        453.1
                    ],
                    [
                        30,
                        482.0
                    ],
                    [
                        31,
                        520.85
                    ]
                ],
                false
            ],
            "Reclassify_2": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        3.9
                    ],
                    [
                        5,
                        8.4
                    ],
                    [
                        6,
                        15.4
                    ],
                    [
                        7,
                        24.7
                    ],
                    [
                        8,
                        36.45
                    ],
                    [
                        9,
                        50.5
                    ],
                    [
                        10,
                        66.25
                    ],
                    [
                        11,
                        83.3
                    ],
                    [
                        12,
                        101.5
                    ],
                    [
                        13,
                        120.65
                    ],
                    [
                        14,
                        140.45
                    ],
                    [
                        15,
                        161.0
                    ],
                    [
                        16,
                        182.2
                    ],
                    [
                        17,
                        203.9
                    ],
                    [
                        18,
                        226.05
                    ],
                    [
                        19,
                        248.6
                    ],
                    [
                        20,
                        271.5
                    ],
                    [
                        21,
                        294.8
                    ],
                    [
                        22,
                        318.4
                    ],
                    [
                        23,
                        342.35
                    ],
                    [
                        24,
                        366.5
                    ],
                    [
                        25,
                        390.9
                    ],
                    [
                        26,
                        415.55
                    ],
                    [
                        27,
                        440.4
                    ],
                    [
                        28,
                        468.85
                    ],
                    [
                        29,
                        499.3
                    ],
                    [
                        30,
                        528.75
                    ],
                    [
                        31,
                        561.4
                    ]
                ],
                false
            ],
            "Reclassify_3": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        13,
                        13
                    ]
                ],
                true
            ],
            "Reclassify_4": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        3.7
                    ],
                    [
                        5,
                        7.0
                    ],
                    [
                        6,
                        11.4
                    ],
                    [
                        7,
                        17.2
                    ],
                    [
                        8,
                        25.55
                    ],
                    [
                        9,
                        36.5
                    ],
                    [
                        10,
                        49.75
                    ],
                    [
                        11,
                        64.9
                    ],
                    [
                        12,
                        81.5
                    ],
                    [
                        13,
                        99.45
                    ],
                    [
                        14,
                        118.45
                    ],
                    [
                        15,
                        138.4
                    ],
                    [
                        16,
                        159.1
                    ],
                    [
                        17,
                        180.4
                    ],
                    [
                        18,
                        202.45
                    ],
                    [
                        19,
                        224.9
                    ],
                    [
                        20,
                        247.8
                    ],
                    [
                        21,
                        271.1
                    ],
                    [
                        22,
                        294.8
                    ],
                    [
                        23,
                        318.75
                    ],
                    [
                        24,
                        343.1
                    ],
                    [
                        25,
                        367.6
                    ],
                    [
                        26,
                        392.45
                    ],
                    [
                        27,
                        417.4
                    ],
                    [
                        28,
                        446.85
                    ],
                    [
                        29,
                        479.5
                    ],
                    [
                        30,
                        510.75
                    ],
                    [
                        31,
                        549.6
                    ]
                ],
                false
            ],
            "Reclassify_5": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        9,
                        9
                    ]
                ],
                true
            ],
            "Reclassify_6": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.4
                    ],
                    [
                        5,
                        8.3
                    ],
                    [
                        6,
                        13.2
                    ],
                    [
                        7,
                        18.75
                    ],
                    [
                        8,
                        25.2
                    ],
                    [
                        9,
                        32.55
                    ],
                    [
                        10,
                        40.9
                    ],
                    [
                        11,
                        50.2
                    ],
                    [
                        12,
                        60.5
                    ],
                    [
                        13,
                        71.7
                    ],
                    [
                        14,
                        83.7
                    ],
                    [
                        15,
                        96.5
                    ],
                    [
                        16,
                        110.15
                    ],
                    [
                        17,
                        124.45
                    ],
                    [
                        18,
                        139.45
                    ],
                    [
                        19,
                        155.15
                    ],
                    [
                        20,
                        171.5
                    ],
                    [
                        21,
                        188.4
                    ],
                    [
                        22,
                        205.85
                    ],
                    [
                        23,
                        223.95
                    ],
                    [
                        24,
                        242.5
                    ],
                    [
                        25,
                        261.5
                    ],
                    [
                        26,
                        280.95
                    ],
                    [
                        27,
                        300.9
                    ],
                    [
                        28,
                        326.4
                    ],
                    [
                        29,
                        357.5
                    ],
                    [
                        30,
                        389.65
                    ],
                    [
                        31,
                        438.15
                    ]
                ],
                false
            ],
            "Reclassify_7": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        14,
                        14
                    ]
                ],
                true
            ],
            "Reclassify_8": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.7
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        8.2
                    ],
                    [
                        6,
                        11.9
                    ],
                    [
                        7,
                        15.3
                    ],
                    [
                        8,
                        18.75
                    ],
                    [
                        9,
                        22.4
                    ],
                    [
                        10,
                        26.2
                    ],
                    [
                        11,
                        30.35
                    ],
                    [
                        12,
                        34.7
                    ],
                    [
                        13,
                        39.4
                    ],
                    [
                        14,
                        44.25
                    ],
                    [
                        15,
                        49.3
                    ],
                    [
                        16,
                        54.65
                    ],
                    [
                        17,
                        60.2
                    ],
                    [
                        18,
                        65.9
                    ],
                    [
                        19,
                        71.85
                    ],
                    [
                        20,
                        78.05
                    ],
                    [
                        21,
                        84.35
                    ],
                    [
                        22,
                        90.75
                    ],
                    [
                        23,
                        97.45
                    ],
                    [
                        24,
                        104.25
                    ],
                    [
                        25,
                        111.15
                    ],
                    [
                        26,
                        118.3
                    ],
                    [
                        27,
                        125.5
                    ],
                    [
                        28,
                        134.95
                    ],
                    [
                        29,
                        146.7
                    ],
                    [
                        30,
                        158.45
                    ],
                    [
                        31,
                        177.5
                    ]
                ],
                false
            ],
            "Reclassify_9": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        4.1
                    ],
                    [
                        5,
                        8.0
                    ],
                    [
                        6,
                        13.3
                    ],
                    [
                        7,
                        19.75
                    ],
                    [
                        8,
                        27.2
                    ],
                    [
                        9,
                        35.85
                    ],
                    [
                        10,
                        45.35
                    ],
                    [
                        11,
                        55.85
                    ],
                    [
                        12,
                        68.25
                    ],
                    [
                        13,
                        82.55
                    ],
                    [
                        14,
                        98.65
                    ],
                    [
                        15,
                        116.5
                    ],
                    [
                        16,
                        135.9
                    ],
                    [
                        17,
                        156.7
                    ],
                    [
                        18,
                        178.5
                    ],
                    [
                        19,
                        201.15
                    ],
                    [
                        20,
                        224.6
                    ],
                    [
                        21,
                        248.75
                    ],
                    [
                        22,
                        273.45
                    ],
                    [
                        23,
                        298.6
                    ],
                    [
                        24,
                        324.1
                    ],
                    [
                        25,
                        349.9
                    ],
                    [
                        26,
                        376.0
                    ],
                    [
                        27,
                        402.35
                    ],
                    [
                        28,
                        435.6
                    ],
                    [
                        29,
                        474.3
                    ],
                    [
                        30,
                        510.65
                    ],
                    [
                        31,
                        563.95
                    ]
                ],
                false
            ],
            "Reclassify_10": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        2,
                        2
                    ]
                ],
                true
            ],
            "Reclassify_11": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        6,
                        6
                    ]
                ],
                true
            ],
            "Reclassify_12": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        7,
                        7
                    ]
                ],
                true
            ],
            "Reclassify_13": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        9.5
                    ],
                    [
                        6,
                        16.3
                    ],
                    [
                        7,
                        24.7
                    ],
                    [
                        8,
                        34.35
                    ],
                    [
                        9,
                        45.1
                    ],
                    [
                        10,
                        57.3
                    ],
                    [
                        11,
                        71.0
                    ],
                    [
                        12,
                        86.2
                    ],
                    [
                        13,
                        103.55
                    ],
                    [
                        14,
                        124.3
                    ],
                    [
                        15,
                        149.05
                    ],
                    [
                        16,
                        176.35
                    ],
                    [
                        17,
                        204.5
                    ],
                    [
                        18,
                        233.1
                    ],
                    [
                        19,
                        261.3
                    ],
                    [
                        20,
                        288.85
                    ],
                    [
                        21,
                        315.9
                    ],
                    [
                        22,
                        342.25
                    ],
                    [
                        23,
                        368.3
                    ],
                    [
                        24,
                        394.2
                    ],
                    [
                        25,
                        419.95
                    ],
                    [
                        26,
                        445.5
                    ],
                    [
                        27,
                        470.85
                    ],
                    [
                        28,
                        499.95
                    ],
                    [
                        29,
                        530.9
                    ],
                    [
                        30,
                        559.5
                    ],
                    [
                        31,
                        594.8
                    ]
                ],
                false
            ],
            "Reclassify_14": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        18,
                        18
                    ]
                ],
                true
            ],
            "Reclassify_15": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        16,
                        16
                    ]
                ],
                true
            ],
            "Reclassify_16": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        10,
                        10
                    ]
                ],
                true
            ],
            "Reclassify_17": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        20,
                        20
                    ]
                ],
                true
            ],
            "Reclassify_18": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.9
                    ],
                    [
                        5,
                        10.1
                    ],
                    [
                        6,
                        17.2
                    ],
                    [
                        7,
                        25.2
                    ],
                    [
                        8,
                        34.55
                    ],
                    [
                        9,
                        45.9
                    ],
                    [
                        10,
                        59.15
                    ],
                    [
                        11,
                        74.1
                    ],
                    [
                        12,
                        90.6
                    ],
                    [
                        13,
                        108.45
                    ],
                    [
                        14,
                        127.25
                    ],
                    [
                        15,
                        147.0
                    ],
                    [
                        16,
                        167.6
                    ],
                    [
                        17,
                        188.9
                    ],
                    [
                        18,
                        210.75
                    ],
                    [
                        19,
                        233.1
                    ],
                    [
                        20,
                        256.0
                    ],
                    [
                        21,
                        279.2
                    ],
                    [
                        22,
                        302.9
                    ],
                    [
                        23,
                        326.85
                    ],
                    [
                        24,
                        351.1
                    ],
                    [
                        25,
                        375.6
                    ],
                    [
                        26,
                        400.35
                    ],
                    [
                        27,
                        425.3
                    ],
                    [
                        28,
                        454.65
                    ],
                    [
                        29,
                        487.0
                    ],
                    [
                        30,
                        518.05
                    ],
                    [
                        31,
                        556.2
                    ]
                ],
                false
            ],
            "Reclassify_19": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        9.5
                    ],
                    [
                        6,
                        16.3
                    ],
                    [
                        7,
                        24.7
                    ],
                    [
                        8,
                        34.55
                    ],
                    [
                        9,
                        45.8
                    ],
                    [
                        10,
                        58.25
                    ],
                    [
                        11,
                        71.6
                    ],
                    [
                        12,
                        85.7
                    ],
                    [
                        13,
                        100.2
                    ],
                    [
                        14,
                        115.9
                    ],
                    [
                        15,
                        132.75
                    ],
                    [
                        16,
                        150.55
                    ],
                    [
                        17,
                        169.6
                    ],
                    [
                        18,
                        189.85
                    ],
                    [
                        19,
                        211.1
                    ],
                    [
                        20,
                        233.15
                    ],
                    [
                        21,
                        255.75
                    ],
                    [
                        22,
                        278.9
                    ],
                    [
                        23,
                        302.75
                    ],
                    [
                        24,
                        326.9
                    ],
                    [
                        25,
                        351.5
                    ],
                    [
                        26,
                        376.4
                    ],
                    [
                        27,
                        401.6
                    ],
                    [
                        28,
                        431.5
                    ],
                    [
                        29,
                        464.65
                    ],
                    [
                        30,
                        496.5
                    ],
                    [
                        31,
                        535.75
                    ]
                ],
                false
            ],
            "Reclassify_20": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        5,
                        5
                    ]
                ],
                true
            ],
            "Reclassify_21": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_2",
                [
                    [
                        2,
                        0
                    ]
                ],
                true
            ],
            "Reclassify_22": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        11,
                        11
                    ]
                ],
                true
            ],
            "Reclassify_23": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.4
                    ],
                    [
                        4,
                        3.2
                    ],
                    [
                        5,
                        5.4
                    ],
                    [
                        6,
                        8.2
                    ],
                    [
                        7,
                        11.1
                    ],
                    [
                        8,
                        14.4
                    ],
                    [
                        9,
                        18.25
                    ],
                    [
                        10,
                        22.65
                    ],
                    [
                        11,
                        27.65
                    ],
                    [
                        12,
                        33.05
                    ],
                    [
                        13,
                        38.95
                    ],
                    [
                        14,
                        45.4
                    ],
                    [
                        15,
                        52.15
                    ],
                    [
                        16,
                        59.4
                    ],
                    [
                        17,
                        67.0
                    ],
                    [
                        18,
                        74.9
                    ],
                    [
                        19,
                        83.2
                    ],
                    [
                        20,
                        91.8
                    ],
                    [
                        21,
                        100.7
                    ],
                    [
                        22,
                        110.0
                    ],
                    [
                        23,
                        119.65
                    ],
                    [
                        24,
                        129.5
                    ],
                    [
                        25,
                        139.55
                    ],
                    [
                        26,
                        150.0
                    ],
                    [
                        27,
                        160.65
                    ],
                    [
                        28,
                        175.05
                    ],
                    [
                        29,
                        193.35
                    ],
                    [
                        30,
                        211.75
                    ],
                    [
                        31,
                        241.65
                    ]
                ],
                false
            ],
            "Reclassify_24": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        3.7
                    ],
                    [
                        5,
                        7.0
                    ],
                    [
                        6,
                        11.3
                    ],
                    [
                        7,
                        16.4
                    ],
                    [
                        8,
                        22.35
                    ],
                    [
                        9,
                        29.6
                    ],
                    [
                        10,
                        38.65
                    ],
                    [
                        11,
                        49.8
                    ],
                    [
                        12,
                        63.2
                    ],
                    [
                        13,
                        78.25
                    ],
                    [
                        14,
                        94.3
                    ],
                    [
                        15,
                        109.75
                    ],
                    [
                        16,
                        124.05
                    ],
                    [
                        17,
                        137.55
                    ],
                    [
                        18,
                        150.45
                    ],
                    [
                        19,
                        162.75
                    ],
                    [
                        20,
                        174.6
                    ],
                    [
                        21,
                        185.9
                    ],
                    [
                        22,
                        196.85
                    ],
                    [
                        23,
                        207.9
                    ],
                    [
                        24,
                        218.75
                    ],
                    [
                        25,
                        229.45
                    ],
                    [
                        26,
                        240.0
                    ],
                    [
                        27,
                        250.5
                    ],
                    [
                        28,
                        265.2
                    ],
                    [
                        29,
                        283.05
                    ],
                    [
                        30,
                        299.15
                    ],
                    [
                        31,
                        325.75
                    ]
                ],
                false
            ],
            "Reclassify_25": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        21,
                        21
                    ]
                ],
                true
            ],
            "Reclassify_26": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        9.5
                    ],
                    [
                        6,
                        16.3
                    ],
                    [
                        7,
                        24.7
                    ],
                    [
                        8,
                        34.35
                    ],
                    [
                        9,
                        45.1
                    ],
                    [
                        10,
                        57.3
                    ],
                    [
                        11,
                        71.0
                    ],
                    [
                        12,
                        86.25
                    ],
                    [
                        13,
                        102.9
                    ],
                    [
                        14,
                        120.95
                    ],
                    [
                        15,
                        140.15
                    ],
                    [
                        16,
                        160.35
                    ],
                    [
                        17,
                        181.3
                    ],
                    [
                        18,
                        203.0
                    ],
                    [
                        19,
                        225.35
                    ],
                    [
                        20,
                        248.2
                    ],
                    [
                        21,
                        271.55
                    ],
                    [
                        22,
                        295.2
                    ],
                    [
                        23,
                        319.25
                    ],
                    [
                        24,
                        343.55
                    ],
                    [
                        25,
                        368.2
                    ],
                    [
                        26,
                        393.1
                    ],
                    [
                        27,
                        418.2
                    ],
                    [
                        28,
                        447.9
                    ],
                    [
                        29,
                        480.85
                    ],
                    [
                        30,
                        512.5
                    ],
                    [
                        31,
                        551.6
                    ]
                ],
                false
            ],
            "Reclassify_27": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.4
                    ],
                    [
                        4,
                        3.1
                    ],
                    [
                        5,
                        5.2
                    ],
                    [
                        6,
                        7.9
                    ],
                    [
                        7,
                        10.7
                    ],
                    [
                        8,
                        13.95
                    ],
                    [
                        9,
                        17.75
                    ],
                    [
                        10,
                        22.2
                    ],
                    [
                        11,
                        27.25
                    ],
                    [
                        12,
                        33.0
                    ],
                    [
                        13,
                        39.3
                    ],
                    [
                        14,
                        46.1
                    ],
                    [
                        15,
                        53.5
                    ],
                    [
                        16,
                        61.3
                    ],
                    [
                        17,
                        69.65
                    ],
                    [
                        18,
                        78.45
                    ],
                    [
                        19,
                        87.7
                    ],
                    [
                        20,
                        97.3
                    ],
                    [
                        21,
                        107.35
                    ],
                    [
                        22,
                        117.75
                    ],
                    [
                        23,
                        128.55
                    ],
                    [
                        24,
                        139.65
                    ],
                    [
                        25,
                        151.15
                    ],
                    [
                        26,
                        162.9
                    ],
                    [
                        27,
                        175.0
                    ],
                    [
                        28,
                        191.75
                    ],
                    [
                        29,
                        213.0
                    ],
                    [
                        30,
                        234.45
                    ],
                    [
                        31,
                        268.8
                    ]
                ],
                false
            ],
            "Reclassify_28": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.7
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        8.2
                    ],
                    [
                        6,
                        11.9
                    ],
                    [
                        7,
                        15.3
                    ],
                    [
                        8,
                        18.75
                    ],
                    [
                        9,
                        22.6
                    ],
                    [
                        10,
                        27.15
                    ],
                    [
                        11,
                        32.85
                    ],
                    [
                        12,
                        39.6
                    ],
                    [
                        13,
                        47.5
                    ],
                    [
                        14,
                        56.35
                    ],
                    [
                        15,
                        66.15
                    ],
                    [
                        16,
                        76.95
                    ],
                    [
                        17,
                        88.6
                    ],
                    [
                        18,
                        101.0
                    ],
                    [
                        19,
                        114.25
                    ],
                    [
                        20,
                        128.35
                    ],
                    [
                        21,
                        143.1
                    ],
                    [
                        22,
                        158.45
                    ],
                    [
                        23,
                        174.6
                    ],
                    [
                        24,
                        191.3
                    ],
                    [
                        25,
                        208.5
                    ],
                    [
                        26,
                        226.4
                    ],
                    [
                        27,
                        244.75
                    ],
                    [
                        28,
                        266.35
                    ],
                    [
                        29,
                        292.35
                    ],
                    [
                        30,
                        320.45
                    ],
                    [
                        31,
                        358.95
                    ]
                ],
                false
            ],
            "Reclassify_29": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        3.9
                    ],
                    [
                        5,
                        7.0
                    ],
                    [
                        6,
                        10.8
                    ],
                    [
                        7,
                        15.05
                    ],
                    [
                        8,
                        20.3
                    ],
                    [
                        9,
                        26.55
                    ],
                    [
                        10,
                        33.75
                    ],
                    [
                        11,
                        42.05
                    ],
                    [
                        12,
                        52.25
                    ],
                    [
                        13,
                        64.45
                    ],
                    [
                        14,
                        78.55
                    ],
                    [
                        15,
                        94.6
                    ],
                    [
                        16,
                        112.3
                    ],
                    [
                        17,
                        131.4
                    ],
                    [
                        18,
                        151.7
                    ],
                    [
                        19,
                        172.85
                    ],
                    [
                        20,
                        194.9
                    ],
                    [
                        21,
                        217.75
                    ],
                    [
                        22,
                        241.15
                    ],
                    [
                        23,
                        265.1
                    ],
                    [
                        24,
                        289.5
                    ],
                    [
                        25,
                        314.2
                    ],
                    [
                        26,
                        339.2
                    ],
                    [
                        27,
                        364.65
                    ],
                    [
                        28,
                        393.5
                    ],
                    [
                        29,
                        425.6
                    ],
                    [
                        30,
                        457.25
                    ],
                    [
                        31,
                        497.85
                    ]
                ],
                false
            ],
            "Reclassify_30": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.4
                    ],
                    [
                        5,
                        8.3
                    ],
                    [
                        6,
                        13.2
                    ],
                    [
                        7,
                        18.1
                    ],
                    [
                        8,
                        22.65
                    ],
                    [
                        9,
                        27.25
                    ],
                    [
                        10,
                        31.95
                    ],
                    [
                        11,
                        36.75
                    ],
                    [
                        12,
                        41.75
                    ],
                    [
                        13,
                        46.9
                    ],
                    [
                        14,
                        52.2
                    ],
                    [
                        15,
                        57.75
                    ],
                    [
                        16,
                        63.5
                    ],
                    [
                        17,
                        69.45
                    ],
                    [
                        18,
                        75.5
                    ],
                    [
                        19,
                        81.7
                    ],
                    [
                        20,
                        88.15
                    ],
                    [
                        21,
                        94.75
                    ],
                    [
                        22,
                        101.5
                    ],
                    [
                        23,
                        108.5
                    ],
                    [
                        24,
                        115.6
                    ],
                    [
                        25,
                        122.8
                    ],
                    [
                        26,
                        130.2
                    ],
                    [
                        27,
                        137.8
                    ],
                    [
                        28,
                        149.45
                    ],
                    [
                        29,
                        164.95
                    ],
                    [
                        30,
                        180.0
                    ],
                    [
                        31,
                        207.85
                    ]
                ],
                false
            ],
            "Reclassify_31": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        12,
                        12
                    ]
                ],
                true
            ],
            "Reclassify_32": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        19,
                        19
                    ]
                ],
                true
            ],
            "Reclassify_33": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        4.6
                    ],
                    [
                        5,
                        9.5
                    ],
                    [
                        6,
                        16.0
                    ],
                    [
                        7,
                        23.35
                    ],
                    [
                        8,
                        31.55
                    ],
                    [
                        9,
                        40.65
                    ],
                    [
                        10,
                        50.8
                    ],
                    [
                        11,
                        62.1
                    ],
                    [
                        12,
                        75.2
                    ],
                    [
                        13,
                        90.4
                    ],
                    [
                        14,
                        107.4
                    ],
                    [
                        15,
                        126.15
                    ],
                    [
                        16,
                        146.4
                    ],
                    [
                        17,
                        168.0
                    ],
                    [
                        18,
                        190.65
                    ],
                    [
                        19,
                        213.85
                    ],
                    [
                        20,
                        237.95
                    ],
                    [
                        21,
                        262.7
                    ],
                    [
                        22,
                        287.95
                    ],
                    [
                        23,
                        313.6
                    ],
                    [
                        24,
                        339.65
                    ],
                    [
                        25,
                        366.0
                    ],
                    [
                        26,
                        392.5
                    ],
                    [
                        27,
                        419.35
                    ],
                    [
                        28,
                        452.45
                    ],
                    [
                        29,
                        489.95
                    ],
                    [
                        30,
                        525.15
                    ],
                    [
                        31,
                        573.05
                    ]
                ],
                false
            ],
            "Reclassify_34": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        15,
                        15
                    ]
                ],
                true
            ],
            "Reclassify_35": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.6
                    ],
                    [
                        4,
                        5.0
                    ],
                    [
                        5,
                        11.1
                    ],
                    [
                        6,
                        21.2
                    ],
                    [
                        7,
                        36.1
                    ],
                    [
                        8,
                        55.1
                    ],
                    [
                        9,
                        76.25
                    ],
                    [
                        10,
                        98.0
                    ],
                    [
                        11,
                        119.65
                    ],
                    [
                        12,
                        140.95
                    ],
                    [
                        13,
                        162.35
                    ],
                    [
                        14,
                        183.95
                    ],
                    [
                        15,
                        205.75
                    ],
                    [
                        16,
                        227.75
                    ],
                    [
                        17,
                        249.9
                    ],
                    [
                        18,
                        272.2
                    ],
                    [
                        19,
                        294.55
                    ],
                    [
                        20,
                        317.05
                    ],
                    [
                        21,
                        339.65
                    ],
                    [
                        22,
                        362.3
                    ],
                    [
                        23,
                        384.95
                    ],
                    [
                        24,
                        407.75
                    ],
                    [
                        25,
                        430.7
                    ],
                    [
                        26,
                        453.55
                    ],
                    [
                        27,
                        476.5
                    ],
                    [
                        28,
                        501.7
                    ],
                    [
                        29,
                        528.3
                    ],
                    [
                        30,
                        553.85
                    ],
                    [
                        31,
                        583.5
                    ]
                ],
                false
            ],
            "Reclassify_36": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.5
                    ],
                    [
                        4,
                        3.9
                    ],
                    [
                        5,
                        7.0
                    ],
                    [
                        6,
                        10.8
                    ],
                    [
                        7,
                        15.05
                    ],
                    [
                        8,
                        20.3
                    ],
                    [
                        9,
                        26.55
                    ],
                    [
                        10,
                        33.9
                    ],
                    [
                        11,
                        42.3
                    ],
                    [
                        12,
                        51.7
                    ],
                    [
                        13,
                        62.0
                    ],
                    [
                        14,
                        73.2
                    ],
                    [
                        15,
                        85.3
                    ],
                    [
                        16,
                        98.25
                    ],
                    [
                        17,
                        111.95
                    ],
                    [
                        18,
                        126.35
                    ],
                    [
                        19,
                        141.45
                    ],
                    [
                        20,
                        157.3
                    ],
                    [
                        21,
                        173.7
                    ],
                    [
                        22,
                        190.65
                    ],
                    [
                        23,
                        208.25
                    ],
                    [
                        24,
                        226.4
                    ],
                    [
                        25,
                        245.0
                    ],
                    [
                        26,
                        264.05
                    ],
                    [
                        27,
                        283.7
                    ],
                    [
                        28,
                        307.4
                    ],
                    [
                        29,
                        336.0
                    ],
                    [
                        30,
                        366.15
                    ],
                    [
                        31,
                        409.05
                    ]
                ],
                false
            ],
            "Reclassify_37": [
                "dask_geomodeling.raster.misc.Reclassify",
                "Classify_1",
                [
                    [
                        1,
                        0.0
                    ],
                    [
                        2,
                        0.0
                    ],
                    [
                        3,
                        1.4
                    ],
                    [
                        4,
                        3.1
                    ],
                    [
                        5,
                        5.3
                    ],
                    [
                        6,
                        7.9
                    ],
                    [
                        7,
                        10.9
                    ],
                    [
                        8,
                        14.25
                    ],
                    [
                        9,
                        18.3
                    ],
                    [
                        10,
                        23.5
                    ],
                    [
                        11,
                        30.75
                    ],
                    [
                        12,
                        40.4
                    ],
                    [
                        13,
                        52.25
                    ],
                    [
                        14,
                        66.1
                    ],
                    [
                        15,
                        81.9
                    ],
                    [
                        16,
                        99.25
                    ],
                    [
                        17,
                        117.9
                    ],
                    [
                        18,
                        137.65
                    ],
                    [
                        19,
                        158.3
                    ],
                    [
                        20,
                        179.8
                    ],
                    [
                        21,
                        202.05
                    ],
                    [
                        22,
                        224.85
                    ],
                    [
                        23,
                        248.1
                    ],
                    [
                        24,
                        271.8
                    ],
                    [
                        25,
                        295.95
                    ],
                    [
                        26,
                        320.4
                    ],
                    [
                        27,
                        345.15
                    ],
                    [
                        28,
                        374.1
                    ],
                    [
                        29,
                        406.85
                    ],
                    [
                        30,
                        438.95
                    ],
                    [
                        31,
                        481.65
                    ]
                ],
                false
            ],
            "Reclassify_38": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        17,
                        17
                    ]
                ],
                true
            ],
            "Reclassify_39": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        1,
                        1
                    ]
                ],
                true
            ],
            "Reclassify_40": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        8,
                        8
                    ]
                ],
                true
            ],
            "Reclassify_41": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        4,
                        4
                    ]
                ],
                true
            ],
            "Reclassify_42": [
                "dask_geomodeling.raster.misc.Reclassify",
                "RasterStoreSource_3",
                [
                    [
                        3,
                        3
                    ]
                ],
                true
            ],
            "Interpolate": [
                "raster_store.blocks.Interpolate",
                "Subtract_1",
                "EPSG:28992",
                [
                    0.0,
                    250.0,
                    0.0,
                    625000.0,
                    0.0,
                    -250.0
                ]
            ],
            "RasterStoreSource_1": [
                "lizard_nxt.blocks.LizardRasterSource",
                "98bf908a-4bed-4635-b2a2-4dbd9efd9b07"
            ],
            "RasterStoreSource_2": [
                "lizard_nxt.blocks.LizardRasterSource",
                "b1b7f640-2a4a-4d0b-bee2-7dacd721904e"
            ],
            "RasterStoreSource_3": [
                "lizard_nxt.blocks.LizardRasterSource",
                "ca415791-00d3-4db2-869c-fe947176f3ac"
            ],
            "RasterStoreSource_4": [
                "lizard_nxt.blocks.LizardRasterSource",
                "eaf35522-c4ad-4faa-bfc7-e530022e53d2"
            ],
            "RasterStoreSource_5": [
                "lizard_nxt.blocks.LizardRasterSource",
                "ba2b8fad-0dbb-441e-8788-f2dc81403afa"
            ],
            "RasterStoreSource_6": [
                "lizard_nxt.blocks.LizardRasterSource",
                "f47675ce-9673-4b63-8f64-503c25138183"
            ],
            "RasterStoreSource_7": [
                "lizard_nxt.blocks.LizardRasterSource",
                "c83618fd-4388-4b44-9b81-7e4255bb6b63"
            ],
            "RasterStoreSource_8": [
                "dask_geomodeling.raster.elemwise.FillNoData",
                "Clip_3",
                "Clip_9",
                "Clip_7",
                "Clip_13",
                "Clip_2",
                "Clip_20",
                "Clip_10",
                "Clip_6",
                "Clip_8",
                "Clip_15",
                "Clip_5",
                "Clip_16",
                "Clip_14",
                "Clip_4",
                "Clip_19",
                "Clip_1",
                "Clip_11",
                "Clip_17",
                "Clip_21",
                "Clip_12",
                "Clip_18",
                "Reclassify_21"
            ]
        }
    },
    "weight": 78,
    "raster_sources": [
        "https://demo.lizard.net/api/v4/rastersources/ca415791-00d3-4db2-869c-fe947176f3ac/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/ba2b8fad-0dbb-441e-8788-f2dc81403afa/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/f47675ce-9673-4b63-8f64-503c25138183/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/c83618fd-4388-4b44-9b81-7e4255bb6b63/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/b1b7f640-2a4a-4d0b-bee2-7dacd721904e/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/98bf908a-4bed-4635-b2a2-4dbd9efd9b07/?format=api",
        "https://demo.lizard.net/api/v4/rastersources/eaf35522-c4ad-4faa-bfc7-e530022e53d2/?format=api"
    ],
    "name": "Bodemberging huidig NL",
    "description": "Bodemberging voor heel Nederland waar AHN3 beschikbaar is.",
    "observation_type": {
        "url": "https://demo.lizard.net/api/v4/observationtypes/887/?format=api",
        "id": 887,
        "code": "bodemberging",
        "parameter": "Bodemberging",
        "unit": "mm",
        "scale": "interval",
        "description": "",
        "domain_values": null,
        "reference_frame": null,
        "compartment": null,
        "created": "2017-11-03T16:08:56.587842Z",
        "last_modified": "2020-03-20T18:47:11.472621Z"
    },
    "temporal": false,
    "layer_collections": [
        {
            "url": "https://demo.lizard.net/api/v4/layercollections/zuidholland/?format=api",
            "slug": "zuidholland",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "supplier": "chris.kerklaan",
            "created": "2019-06-27T13:54:00.662850Z",
            "last_modified": "2019-11-04T10:38:53.793592Z"
        }
    ],
    "first_value_timestamp": "1970-01-01T00:00:00Z",
    "last_value_timestamp": "1970-01-01T00:00:00Z",
    "spatial_bounds": {
        "west": 3.2569791595949913,
        "east": 7.239078651059059,
        "north": 53.459713168840224,
        "south": 50.73441464614964
    },
    "projection": "EPSG:28992",
    "origin_x": null,
    "origin_y": null,
    "upper_bound_x": null,
    "upper_bound_y": null,
    "pixelsize_x": null,
    "pixelsize_y": null,
    "interval": null,
    "wms_info": {
        "endpoint": "https://demo.lizard.net/wms/",
        "layer": "nelen-schuurmans:bodemberginghuidig:nl"
    },
    "options": {
        "styles": "GnBu:0:100"
    },
    "colormap": {},
    "rescalable": true,
    "aggregation_type": "curve",
    "dtype": "f8",
    "fill_value": "1.7976931348623157e+308"
}