Endpoint for interacting with 3Di scenarios.

Subendpoints

Scenario results are available via /api/v4/scenarios/{uuid}/results/. Here, {uuid} should be replaced with the scenario's uuid.

Basic result processing can be started for a raw 3Di result via /api/v4/scenarios/{uuid}/process.

These subendpoints, as well as more detailed documentation about the endpoints, are also available via the "Extra Actions" button in the top-right corner when viewing a scenario instance on /api/v4/scenarios/{uuid}/.

Query parameters

name Text filter on the name field. Supports the following lookups: exact, startswith, icontains, and isnull.

uuid Filter on the uuid field, supports exact lookups only.

organisation Filter on organisation.

project Filter on the project's name, code, or uuid. The name and code support all text field filter methods: startswith, endswith, icontains, etc. The uuid field only supports exact lookups.

extra_metadata Filter on extra_metadata. Filter statements are given as a json dictionary whose keys are filter statements, and the values of the dictionary are the values to filter on. All filter methods are supported, also on nested elements of the field.

model_name Text filter on the model_name field. Supports the following lookups: exact, startswith, icontains, and isnull.

supplier Related field text filter on the username and email fields of supplier. For these fields, the following lookups are supported: exact, startswith, icontains, and isnull. Additionally, the isnull filter is supported on the supplier field itself.

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 created, last_modified, name, organisation__name, username, model_name or total_size. 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=What

?name__icontains=wha

?name__startswith=wha

?extra_metadata={"comment__icontains": "water", "number__gte": "5", "nested_field__number__lte": "5"}

?uuid=e7a8

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

?uuid=88F7-4C9F-8F28,15EA-4B7F-B2ED

?organisation__name__startswith=Nelen

?organisation__name=DDSC

?organisation__name__startswith=Nelen

?organisation__name__icontains=Schuur

?organisation__uuid=61f5a464c35044c19bc7d4b42d7f58cb

?project__name=project_name

?project__name__icontains=PROJECT_name

?project__code=project_code_1234

?project__code__icontains=CODE_1234

?project__uuid=e1518dd0-254a-414f-a69e-8434a8a89e0a

?model_revision__icontains=em

?model_name__endswith=em

?supplier__username__icontains=em

?supplier__email=user@nelen-schuurmans.com

?supplier__isnull=true

?access_modifier=Private

?access_modifier=100

?ordering=name

?ordering=-created

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

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/scenarios/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 164,
    "next": "https://demo.lizard.net/api/v4/scenarios/?format=api&page=11",
    "previous": "https://demo.lizard.net/api/v4/scenarios/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/7e2cb5f5-5c3b-4cc9-bad6-eac6ec63c563/?format=api",
            "uuid": "7e2cb5f5-5c3b-4cc9-bad6-eac6ec63c563",
            "name": "Testcase_Bodis_Purmerend_huidig",
            "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"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-01-12T14:47:40.802075Z",
            "last_modified": "2024-06-25T13:25:48.533641Z",
            "simulation_identifier": "170088",
            "simulation_start": "2000-01-01T12:00:00Z",
            "simulation_end": "2000-01-01T17:00:00Z",
            "supplier": "joost.vandijk",
            "source": "3Di",
            "model_identifier": "61988",
            "model_revision": "54283",
            "model_name": "w0168_bodis_testcase_purmerend_future-1",
            "has_raw_results": true,
            "total_size": 12962322,
            "spatial_bounds": {
                "west": 4.945987542773952,
                "east": 4.950938605422998,
                "north": 52.512747665729194,
                "south": 52.50957950480699
            },
            "projection": "EPSG:28992",
            "origin_x": 125048.0,
            "origin_y": 502524.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": 0.5,
            "upper_bound_x": 125382.0,
            "upper_bound_y": 502874.5
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/8e7a4ba0-3a98-4770-b4e6-05ff9b7bf95e/?format=api",
            "uuid": "8e7a4ba0-3a98-4770-b4e6-05ff9b7bf95e",
            "name": "Muscat temp operational forecast",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-12-27T10:35:46.077142Z",
            "last_modified": "2024-02-28T09:18:11.733838Z",
            "simulation_identifier": "177684",
            "simulation_start": "2024-02-28T07:00:00Z",
            "simulation_end": "2024-02-29T09:00:00Z",
            "supplier": "sa_rhdhv_unlimited",
            "source": "3Di",
            "model_identifier": "61546",
            "model_revision": "53802",
            "model_name": "full_muscat-1",
            "has_raw_results": true,
            "total_size": 225056689,
            "spatial_bounds": {
                "west": 58.192145453035295,
                "east": 58.483289436618435,
                "north": 23.641633515399345,
                "south": 23.39172175799855
            },
            "projection": "EPSG:3857",
            "origin_x": 6477920.0,
            "origin_y": 2679460.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 6510330.0,
            "upper_bound_y": 2709800.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/2e7907d3-4364-4060-ac5a-22c2ffb1e492/?format=api",
            "uuid": "2e7907d3-4364-4060-ac5a-22c2ffb1e492",
            "name": "full_muscat_test_run",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/568a4d88-c1b3-4566-8759-dd9b305f619d/?format=api",
                "uuid": "568a4d88-c1b3-4566-8759-dd9b305f619d",
                "name": "RHDHV unlimited"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-12-14T12:45:16.573893Z",
            "last_modified": "2023-12-21T07:17:35.345072Z",
            "simulation_identifier": "166010",
            "simulation_start": "2023-12-14T13:33:45Z",
            "simulation_end": "2023-12-14T15:33:45Z",
            "supplier": null,
            "source": "3Di",
            "model_identifier": "61546",
            "model_revision": "53802",
            "model_name": "full_muscat-1",
            "has_raw_results": true,
            "total_size": 334087393,
            "spatial_bounds": {
                "west": 58.192145453035295,
                "east": 58.483289436618435,
                "north": 23.641633515399345,
                "south": 23.39172175799855
            },
            "projection": "EPSG:3857",
            "origin_x": 6477920.0,
            "origin_y": 2679460.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 6510330.0,
            "upper_bound_y": 2709800.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/9d3d401d-2c26-4e9c-983c-a13a6e9e3cf7/?format=api",
            "uuid": "9d3d401d-2c26-4e9c-983c-a13a6e9e3cf7",
            "name": "Neerhem_huidige_situatie_testsom_1",
            "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"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-11-21T13:22:53.847617Z",
            "last_modified": "2024-01-05T13:57:25.918828Z",
            "simulation_identifier": "162575",
            "simulation_start": "2000-01-01T12:00:00Z",
            "simulation_end": "2000-01-01T17:00:00Z",
            "supplier": "joost.vandijk",
            "source": "3Di",
            "model_identifier": "61118",
            "model_revision": "53267",
            "model_name": "y0166-neerhem-basismodel-14",
            "has_raw_results": true,
            "total_size": 174248202,
            "spatial_bounds": {
                "west": 5.819777146857008,
                "east": 5.844266071375965,
                "north": 50.86743679358502,
                "south": 50.840634057799484
            },
            "projection": "EPSG:28992",
            "origin_x": 185471.0,
            "origin_y": 316854.5,
            "pixelsize_x": 0.5,
            "pixelsize_y": 0.5,
            "upper_bound_x": 187177.5,
            "upper_bound_y": 319826.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/b8eef763-da4f-40e7-bdb6-0d32459dd953/?format=api",
            "uuid": "b8eef763-da4f-40e7-bdb6-0d32459dd953",
            "name": "Y088_Sallandse_Wetering_140mm_48h_0mm_12h_Hoofdmodel_2023",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/8a3abf30-ee3f-4c4d-87b0-d18fa00e6a52/?format=api",
                "uuid": "8a3abf30-ee3f-4c4d-87b0-d18fa00e6a52",
                "name": "Waterschap Drents Overijsselse Delta"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-07-24T17:11:51.987342Z",
            "last_modified": "2023-08-31T09:50:30.033817Z",
            "simulation_identifier": "138785",
            "simulation_start": "2000-01-01T13:00:00Z",
            "simulation_end": "2000-01-04T01:00:00Z",
            "supplier": "sjon.vandijk",
            "source": "3Di",
            "model_identifier": "58307",
            "model_revision": "50064",
            "model_name": "y088-sallandse-wetering-hoofdmodel-6",
            "has_raw_results": true,
            "total_size": 5796746400,
            "spatial_bounds": {
                "west": 6.045628538025831,
                "east": 6.457932981939306,
                "north": 52.55380658084355,
                "south": 52.24164789425919
            },
            "projection": "EPSG:28992",
            "origin_x": 199968.0,
            "origin_y": 473154.0,
            "pixelsize_x": 2.0,
            "pixelsize_y": 2.0,
            "upper_bound_x": 227622.0,
            "upper_bound_y": 507560.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/220d2115-4b4d-43ba-8872-7101b2e9a0b7/?format=api",
            "uuid": "220d2115-4b4d-43ba-8872-7101b2e9a0b7",
            "name": "Bruinisse compartimentering",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-07-05T08:39:19.077238Z",
            "last_modified": "2024-03-06T14:02:13.248820Z",
            "simulation_identifier": "136406",
            "simulation_start": "2023-07-05T08:30:05Z",
            "simulation_end": "2123-06-11T08:30:05Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "54563",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 536002570,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/72ba9ffc-60b1-44c6-b440-c265f1ff3c59/?format=api",
            "uuid": "72ba9ffc-60b1-44c6-b440-c265f1ff3c59",
            "name": "Lochem_twentekanaal_impulsregeling_maatregelen_70mm",
            "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"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2023-06-19T15:08:05.492714Z",
            "last_modified": "2023-06-20T11:39:51.130260Z",
            "simulation_identifier": "134162",
            "simulation_start": "2000-01-01T12:00:00Z",
            "simulation_end": "2000-01-01T14:00:00Z",
            "supplier": "jelmer.roosjen",
            "source": "3Di",
            "model_identifier": "57692",
            "model_revision": "49363",
            "model_name": "lochem-twentekanaal-all_kort-1-33",
            "has_raw_results": true,
            "total_size": 1314843554,
            "spatial_bounds": {
                "west": 6.15608306207689,
                "east": 6.49246607375467,
                "north": 52.238448360773,
                "south": 52.1516297723177
            },
            "projection": "EPSG:28992",
            "origin_x": 207618.0,
            "origin_y": 463180.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": 1.0,
            "upper_bound_x": 230499.0,
            "upper_bound_y": 472545.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/9f62fdee-01cf-45a5-994b-a01e3ac410e4/?format=api",
            "uuid": "9f62fdee-01cf-45a5-994b-a01e3ac410e4",
            "name": "RD3_TPmin1D Calandkanaal",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2e8ccd61-a0c3-473d-9bda-8b06db2bec35/?format=api",
                "uuid": "2e8ccd61-a0c3-473d-9bda-8b06db2bec35",
                "name": "LDO - test"
            },
            "project": "https://demo.lizard.net/api/v4/projects/ee992563-7aeb-486f-90e4-955e928e6d93/?format=api",
            "description": "",
            "extra_metadata": {
                "Doel": "VNK2",
                "Duur": "15 00:00",
                "Model": "NaN",
                "Breach": "NaN",
                "Location": "NaN",
                "Piekduur": "00 04:00",
                "Remaining": "NaN",
                "Stormduur": "1900-01-01 11:00:00",
                "Bresdiepte": "NaN",
                "Gridhoogte": 0.42,
                "Wieldiepte": "-999.0",
                "Boezemknoop": "n.v.t.",
                "Gebiedsnaam": 21,
                "Modelversie": "NaN",
                "Projectnaam": "VNK2 Zuid-Holland",
                "Rivierknoop": "n.v.t.",
                "Scenario ID": 18747,
                "Lowest crest": 0.4,
                "Scenarionaam": "RD3_TPmin1D",
                "Ruwheid model": "ruwheid19.asc",
                "Scenariodatum": "2013-06-05 00:00:00",
                "External Water": "NaN",
                "Modelresolutie": "25",
                "Buitenwatertype": 1,
                "Einde simulatie": "22/01/1991 00:00",
                "Start simulatie": "1991-01-07 00:00:00",
                "Materiaal kering": "zand",
                "Naam buitenwater": 55,
                "Naam waterkering": "NaN",
                "Versie resultaat": "NaN",
                "Bodemhoogte model": "bodem19.asc",
                "Methode bresgroei": 1,
                "Modelleersoftware": "SOBEK 2.12.004",
                "Berekeningsmethode": 3,
                "Maximaal bresdebiet": 342,
                "Overige opmerkingen": "Bresgroei start bij bereiken maximale waterstand,\nrekenduur is geschat",
                "Initiele bresbreedte": 10,
                "Maximale bresbreedte": 34,
                "Variant beschrijving": "25x25m raster zonder NDB ",
                "Beschrijving scenario": "Bron: Projectbureau VNK2 2013, RD3_TPmin1D",
                "Naam doorbraaklocatie": "Calandkanaal_km1020.3(dkr19 km7.0)",
                "Startmoment bresgroei": "1900-01-01 07:50:00",
                "Motivatie rekenmethode": "meest geavanceerde methode",
                "Scenario Identificatie": "RD3_TPmin1D",
                "bresgroeifactor 1 (f1)": 1.3,
                "bresgroeifactor 2 (f2)": 0.04,
                "Afvoer coefficient (Ce)": 1,
                "Datum modelschematisatie": "2012-11-27 00:00:00",
                "Maximale buitenwaterstand": 4.49,
                "Overschrijdingsfrequentie": 1000,
                "Stormvloedkering gesloten": "NaN",
                "Kritieke stroomsnelheid (Uc)": 0.2,
                "x-coordinaten doorbraaklocatie": 75187.00011521268,
                "y-coordinaten doorbraaklocatie": 436355.00051628286,
                "Compartimentering van de boezem": "NaN",
                "Eigenaar overstromingsinformatie": 34,
                "Debiet randvoorwaarden(rvw) locatie": "n.v.t.",
                "Duur bresgroei in verticale richting": "1900-01-01 00:10:00",
                "Waterstand randvoorwaarden(rvw) locatie": "n.v.t.",
                "Regionale keringen of hoge lijnelementen standzeker": "false",
                "Meta-informatiedefinitieversie                       ": "versie 0.1",
                "Laatst gewijzigd                                      ": "2023-05-24 12:12:12",
                "Laatst gewijzigd door                                  ": "Thomas Berends",
                "Gearchiveerd                                            ": "False",
                "Gearchiveerd op                                          ": "-",
                "Gearchiveerd door                                         ": "-",
                "Metadata compleet                                          ": "goedgekeurd",
                "Metadata compleet opmerking                                 ": "-",
                "Metadata valide                                              ": "-",
                "Metadata valide opmerking                                     ": "-",
                "Validiteit data                                                ": "-",
                "Validiteit data opmerking                                       ": "-",
                "Inhoudelijke kwaliteit                                           ": "afgekeurd",
                "Inhoudelijke kwaliteit opmerking                                  ": "startmoment bresgroei klopt niet"
            },
            "access_modifier": "Public",
            "created": "2023-05-19T10:26:51.656607Z",
            "last_modified": "2023-05-31T10:16:18.066078Z",
            "simulation_identifier": null,
            "simulation_start": "1991-01-07T00:00:00Z",
            "simulation_end": "1991-01-22T00:00:00Z",
            "supplier": "kizje.marif",
            "source": "Sobek",
            "model_identifier": "18747",
            "model_revision": null,
            "model_name": "RD3_TPmin1D",
            "has_raw_results": false,
            "total_size": 0,
            "spatial_bounds": null,
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/3705b0d5-c793-4e14-acd5-57e8f7d7f7a7/?format=api",
            "uuid": "3705b0d5-c793-4e14-acd5-57e8f7d7f7a7",
            "name": "RD2_TPplus2D Brittanniëhaven",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2e8ccd61-a0c3-473d-9bda-8b06db2bec35/?format=api",
                "uuid": "2e8ccd61-a0c3-473d-9bda-8b06db2bec35",
                "name": "LDO - test"
            },
            "project": null,
            "description": "",
            "extra_metadata": {
                "Doel": "VNK2",
                "Duur": "15 00:00",
                "Model": "Nan",
                "Breach": "NaN",
                "Location": "NaN",
                "Piekduur": "00 04:00",
                "Remaining": "Nan",
                "Stormduur": "1900-01-01 11:00:00",
                "Bresdiepte": "NaN",
                "Gridhoogte": 0.67,
                "Wieldiepte": "-999.0",
                "Boezemknoop": "n.v.t.",
                "Gebiedsnaam": 21,
                "Modelversie": "NaN",
                "Projectnaam": "VNK2 Zuid-Holland",
                "Rivierknoop": "n.v.t.",
                "Scenario ID": 18746,
                "Lowest crest": 5.3,
                "Scenarionaam": "RD2_TPplus2D",
                "Ruwheid model": "ruwheid19.asc",
                "Scenariodatum": "2013-06-05 00:00:00",
                "External Water": "Nan",
                "Modelresolutie": "25",
                "Buitenwatertype": 1,
                "Einde simulatie": "22/01/1991 00:00",
                "Start simulatie": "1991-01-07 00:00:00",
                "Materiaal kering": "zand",
                "Naam buitenwater": 55,
                "Naam waterkering": "NaN",
                "Versie resultaat": "NaN",
                "Bodemhoogte model": "bodem19.asc",
                "Methode bresgroei": 1,
                "Modelleersoftware": "SOBEK 2.12.004",
                "Berekeningsmethode": 3,
                "Maximaal bresdebiet": 99,
                "Overige opmerkingen": "Bresgroei start bij bereiken maximale waterstand,\nrekenduur is geschat",
                "Initiele bresbreedte": 10,
                "Maximale bresbreedte": 41,
                "Variant beschrijving": "25x25m raster zonder NDB ",
                "Beschrijving scenario": "Bron: Projectbureau VNK2 2013, RD2_TPplus2D",
                "Naam doorbraaklocatie": "Brittanniëhaven (dkr19 km 4.8)",
                "Startmoment bresgroei": "1900-01-01 07:50:00",
                "Motivatie rekenmethode": "meest geavanceerde methode",
                "Scenario Identificatie": "RD2_TPplus2D",
                "bresgroeifactor 1 (f1)": 1.3,
                "bresgroeifactor 2 (f2)": 0.04,
                "Afvoer coefficient (Ce)": 1,
                "Datum modelschematisatie": "2012-11-27 00:00:00",
                "Maximale buitenwaterstand": 7.04,
                "Overschrijdingsfrequentie": 1000000,
                "Stormvloedkering gesloten": "NaN",
                "Kritieke stroomsnelheid (Uc)": 0.2,
                "x-coordinaten doorbraaklocatie": 76635.65,
                "y-coordinaten doorbraaklocatie": 435069.9,
                "Compartimentering van de boezem": "NaN",
                "Eigenaar overstromingsinformatie": 34,
                "Debiet randvoorwaarden(rvw) locatie": "n.v.t.",
                "Duur bresgroei in verticale richting": "1900-01-01 00:10:00",
                "Waterstand randvoorwaarden(rvw) locatie": "n.v.t.",
                "Regionale keringen of hoge lijnelementen standzeker": "false",
                "Meta-informatiedefinitieversie                       ": "versie 0.1",
                "Laatst gewijzigd                                      ": "2023-05-24 12:12:12",
                "Laatst gewijzigd door                                  ": "Thomas Berends",
                "Gearchiveerd                                            ": "False",
                "Gearchiveerd op                                          ": "-",
                "Gearchiveerd door                                         ": "-",
                "Metadata compleet                                          ": "goedgekeurd",
                "Metadata compleet opmerking                                 ": "-",
                "Metadata valide                                              ": "-",
                "Metadata valide opmerking                                     ": "-",
                "Validiteit data                                                ": "-",
                "Validiteit data opmerking                                       ": "-",
                "Inhoudelijke kwaliteit                                           ": "afgekeurd",
                "Inhoudelijke kwaliteit opmerking                                  ": "startmoment bresgroei klopt niet"
            },
            "access_modifier": "Public",
            "created": "2023-05-19T10:15:09.877890Z",
            "last_modified": "2023-05-25T05:47:34.346974Z",
            "simulation_identifier": "1991-01-21T23:00:00",
            "simulation_start": "1991-01-07T00:00:00Z",
            "simulation_end": "1991-01-22T00:00:00Z",
            "supplier": "kizje.marif",
            "source": "Sobek",
            "model_identifier": "18746",
            "model_revision": null,
            "model_name": "RD2_TPplus2D",
            "has_raw_results": false,
            "total_size": 0,
            "spatial_bounds": null,
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/67dad7a0-0574-4ded-a6fa-c99c9c6dccf4/?format=api",
            "uuid": "67dad7a0-0574-4ded-a6fa-c99c9c6dccf4",
            "name": "RD1_TPplus2D Nieuwe Waterweg",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2e8ccd61-a0c3-473d-9bda-8b06db2bec35/?format=api",
                "uuid": "2e8ccd61-a0c3-473d-9bda-8b06db2bec35",
                "name": "LDO - test"
            },
            "project": null,
            "description": "",
            "extra_metadata": {
                "Doel": "VNK2 Thomas",
                "Duur": "15 00:00",
                "Model": "NaN",
                "Breach": "NaN",
                "Location": "NaN",
                "Piekduur": "00 04:00",
                "Remaining": "NaN",
                "Stormduur": "1900-01-01 11:00:00",
                "Bresdiepte": "NaN",
                "Gridhoogte": 1.35,
                "Wieldiepte": "-999.0",
                "Boezemknoop": "n.v.t.",
                "Gebiedsnaam": 21,
                "Modelversie": "NaN",
                "Projectnaam": "VNK2 Zuid-Holland",
                "Rivierknoop": "n.v.t.",
                "Scenario ID": 18744,
                "Lowest crest": 1.35,
                "Scenarionaam": "RD1_TPplus2D",
                "Ruwheid model": "ruwheid19.asc",
                "Scenariodatum": "2013-06-05 00:00:00",
                "External Water": "NaN",
                "Modelresolutie": "25",
                "Buitenwatertype": 4,
                "Einde simulatie": "22/01/1991 00:00",
                "Start simulatie": "1991-01-07 00:00:00",
                "Materiaal kering": "zand",
                "Naam buitenwater": 197,
                "Naam waterkering": "NaN",
                "Versie resultaat": "NaN",
                "Bodemhoogte model": "bodem19.asc",
                "Methode bresgroei": 1,
                "Modelleersoftware": "SOBEK 2.12.004",
                "Berekeningsmethode": 3,
                "Maximaal bresdebiet": 189,
                "Overige opmerkingen": "Bresgroei start bij bereiken maximale waterstand,\nrekenduur is geschat",
                "Initiele bresbreedte": 10,
                "Maximale bresbreedte": 23,
                "Variant beschrijving": "25x25m raster zonder NDB ",
                "Beschrijving scenario": "Bron: Projectbureau VNK2 2013, RD1_TPplus2D",
                "Naam doorbraaklocatie": "NieuweWaterweg_km1018.8(dkr19 km1.2)",
                "Startmoment bresgroei": "1900-01-01 07:50:00",
                "Motivatie rekenmethode": "meest geavanceerde methode",
                "Scenario Identificatie": "RD1_TPplus2D",
                "bresgroeifactor 1 (f1)": 1.3,
                "bresgroeifactor 2 (f2)": 0.04,
                "Afvoer coefficient (Ce)": 1,
                "Datum modelschematisatie": "2012-11-27 00:00:00",
                "Maximale buitenwaterstand": 5.02,
                "Overschrijdingsfrequentie": 1000000,
                "Stormvloedkering gesloten": "NaN",
                "Kritieke stroomsnelheid (Uc)": 0.2,
                "x-coordinaten doorbraaklocatie": 76111.00011607201,
                "y-coordinaten doorbraaklocatie": 436462.00051638467,
                "Compartimentering van de boezem": "NaN",
                "Eigenaar overstromingsinformatie": 34,
                "Debiet randvoorwaarden(rvw) locatie": "n.v.t.",
                "Duur bresgroei in verticale richting": "1900-01-01 00:10:00",
                "Waterstand randvoorwaarden(rvw) locatie": "n.v.t.",
                "Regionale keringen of hoge lijnelementen standzeker": "false",
                "Meta-informatiedefinitieversie                       ": "versie 0.1",
                "Laatst gewijzigd                                      ": "2023-05-24 12:12:12",
                "Laatst gewijzigd door                                  ": "Thomas Berends",
                "Gearchiveerd                                            ": "False",
                "Gearchiveerd op                                          ": "-",
                "Gearchiveerd door                                         ": "-",
                "Metadata compleet                                          ": "goedgekeurd",
                "Metadata compleet opmerking                                 ": "-",
                "Metadata valide                                              ": "-",
                "Metadata valide opmerking                                     ": "-",
                "Validiteit data                                                ": "-",
                "Validiteit data opmerking                                       ": "-",
                "Inhoudelijke kwaliteit                                           ": "afgekeurd",
                "Inhoudelijke kwaliteit opmerking                                  ": "startmoment bresgroei klopt niet"
            },
            "access_modifier": "Public",
            "created": "2023-05-16T09:54:38.385705Z",
            "last_modified": "2023-05-26T12:14:01.196192Z",
            "simulation_identifier": "18744",
            "simulation_start": "1991-01-07T01:00:00Z",
            "simulation_end": "1991-01-21T21:00:00Z",
            "supplier": "kizje.marif",
            "source": "sobek",
            "model_identifier": null,
            "model_revision": null,
            "model_name": "RD1_TPplus2D",
            "has_raw_results": false,
            "total_size": 0,
            "spatial_bounds": null,
            "projection": null,
            "origin_x": null,
            "origin_y": null,
            "pixelsize_x": null,
            "pixelsize_y": null,
            "upper_bound_x": null,
            "upper_bound_y": null
        }
    ]
}