API endpoint for raster source objects.

Raster sources contain the data that can be visualised through raster layers, either directly or via on-the-fly GeoBlocks operations.

All objects that depend on this raster source are listed in the "layers" and "labeltypes" fields. Some of these might not be readable by you (the current user). For these objects, following the hyperlink will result in a "404 Not Found" error.

Deletion

A raster source can only be deleted if it is not in use. Consult the "layers" and "labeltypes" fields to see which resources use this raster source.

To circumvent this protection, put {"force": true} in the request body. Be aware that dependent rasterlayers and labeltypes will be broken.

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.

first_value_timestamp Temporal filter on first_value_timestamp.

last_value_timestamp Temporal filter on last_value_timestamp.

*layers__uuid" List all raster sources used by a layer with given uuid.

scenario__isnull Filter on whether this rastersource is used in a scenario.

Ordering Show the results in a specific order Order by: name, supplier_code, size or last_modified.

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

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

?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

?layers__uuid=0866dbe6-69b1-413e-a709-e28e888eaed8

?scenario__isnull=true

?ordering=-name

?access_modifier=Private

?access_modifier=100

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

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

{
    "count": 2079,
    "next": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=203",
    "previous": "https://demo.lizard.net/api/v4/rastersources/?format=api&page=201",
    "results": [
        {
            "id": 365068,
            "uuid": "20eedd43-2ad9-4256-a22a-a43a620f0509",
            "url": "https://demo.lizard.net/api/v4/rastersources/20eedd43-2ad9-4256-a22a-a43a620f0509/?format=api",
            "name": "Mats Pullen 15-3-24: grid s1 interp.",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-15T09:29:05Z",
            "last_value_timestamp": "2024-03-15T21:29:22.402344Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-15T09:50:13.652290Z",
            "last_modified": "2024-03-15T09:50:13.652272Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fb3fb60d-71bb-4973-badf-42764d54a37f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0e56bd12-f317-45cb-9c78-e15cf260aa16/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 365069,
            "uuid": "b0b17c80-0e9a-4a03-9632-70d9e9300f21",
            "url": "https://demo.lizard.net/api/v4/rastersources/b0b17c80-0e9a-4a03-9632-70d9e9300f21/?format=api",
            "name": "Mats Pullen 15-3-24: bath",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": "00:05:00",
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "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,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-15T09:50:13.672870Z",
            "last_modified": "2024-03-15T09:50:13.672860Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/fb3fb60d-71bb-4973-badf-42764d54a37f/?format=api",
                "https://demo.lizard.net/api/v4/rasters/c1811d22-e947-43b4-9330-81d6c650e2c9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/611be140-09c8-4174-8231-3a044be3b5f1/?format=api"
            ],
            "labeltypes": [],
            "size": 33309395,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 365070,
            "uuid": "2e4f1515-0bc3-41e2-922d-191990d24512",
            "url": "https://demo.lizard.net/api/v4/rastersources/2e4f1515-0bc3-41e2-922d-191990d24512/?format=api",
            "name": "Mats Pullen 15-3-24: grid s1-max interp.",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-15T09:29:05Z",
            "last_value_timestamp": "2024-03-15T09:29:05Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-15T09:50:13.830454Z",
            "last_modified": "2024-03-15T09:50:13.830439Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/c1811d22-e947-43b4-9330-81d6c650e2c9/?format=api",
                "https://demo.lizard.net/api/v4/rasters/611be140-09c8-4174-8231-3a044be3b5f1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/78ecf19c-ae28-4101-a502-de3489450971/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e7fc3ffd-6c56-47f2-9913-a42588b40300/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 365071,
            "uuid": "a5c6faf8-3cc2-496a-a9e6-3c48541bcc4d",
            "url": "https://demo.lizard.net/api/v4/rastersources/a5c6faf8-3cc2-496a-a9e6-3c48541bcc4d/?format=api",
            "name": "Mats Pullen 15-3-24: grid ucr-max",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-15T09:29:05Z",
            "last_value_timestamp": "2024-03-15T09:29:05Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-15T09:50:13.978262Z",
            "last_modified": "2024-03-15T09:50:13.978246Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/611be140-09c8-4174-8231-3a044be3b5f1/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0a005907-00a5-4512-a736-425b39d32c50/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 365072,
            "uuid": "8671259e-b434-4fa7-97fb-41c395c484e0",
            "url": "https://demo.lizard.net/api/v4/rastersources/8671259e-b434-4fa7-97fb-41c395c484e0/?format=api",
            "name": "Mats Pullen 15-3-24: grid rain",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": true,
            "interval": null,
            "first_value_timestamp": "2024-03-15T09:29:05Z",
            "last_value_timestamp": "2024-03-15T21:29:22.402344Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-15T09:50:14.146451Z",
            "last_modified": "2024-03-15T09:50:14.146432Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/636cf70e-d097-43a7-8ad1-754b5ca5df31/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 365073,
            "uuid": "1c2291ac-7431-42ce-ac5a-47dae9d67854",
            "url": "https://demo.lizard.net/api/v4/rastersources/1c2291ac-7431-42ce-ac5a-47dae9d67854/?format=api",
            "name": "Mats Pullen 15-3-24: grid rise-velocity",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "2024-03-15T09:29:05Z",
            "last_value_timestamp": "2024-03-15T09:29:05Z",
            "spatial_bounds": {
                "west": 3.6552128130864876,
                "east": 4.122061961197487,
                "north": 51.76688500189374,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "upper_bound_x": 67355.0,
            "upper_bound_y": 420565.0,
            "pixelsize_x": 30.0,
            "pixelsize_y": -30.0,
            "created": "2024-03-15T09:50:14.259160Z",
            "last_modified": "2024-03-15T09:50:14.259144Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d0d729b5-1f74-458d-8a96-d387886681c5/?format=api"
            ],
            "labeltypes": [],
            "size": 0,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        },
        {
            "id": 365074,
            "uuid": "165f2559-6ec5-4293-b29c-6ccc6a0e1f5b",
            "url": "https://demo.lizard.net/api/v4/rastersources/165f2559-6ec5-4293-b29c-6ccc6a0e1f5b/?format=api",
            "name": "Mats Pullen 15-3-24: mask",
            "description": "",
            "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"
            },
            "access_modifier": "Public",
            "supplier": "hrstudent1",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "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,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": -5.0,
            "created": "2024-03-15T09:50:14.281128Z",
            "last_modified": "2024-03-15T09:50:14.281114Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/d0d729b5-1f74-458d-8a96-d387886681c5/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0e56bd12-f317-45cb-9c78-e15cf260aa16/?format=api",
                "https://demo.lizard.net/api/v4/rasters/78ecf19c-ae28-4101-a502-de3489450971/?format=api",
                "https://demo.lizard.net/api/v4/rasters/0a005907-00a5-4512-a736-425b39d32c50/?format=api",
                "https://demo.lizard.net/api/v4/rasters/e7fc3ffd-6c56-47f2-9913-a42588b40300/?format=api"
            ],
            "labeltypes": [],
            "size": 4041149,
            "dtype": "u1",
            "fill_value": "0"
        },
        {
            "id": 384854,
            "uuid": "accad378-0646-4abf-b170-df2c70896c6c",
            "url": "https://demo.lizard.net/api/v4/rastersources/accad378-0646-4abf-b170-df2c70896c6c/?format=api",
            "name": "cpami_taipei_geoblock",
            "description": "cpami_taipei_geoblock",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 121.71999477390285,
                "east": 121.83973525972297,
                "north": 24.713177978775917,
                "south": 24.583939513477052
            },
            "projection": "EPSG:3826",
            "origin_x": 322920.0,
            "origin_y": 2719954.0,
            "upper_bound_x": 334961.0,
            "upper_bound_y": 2734201.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2024-04-18T03:37:08.882703Z",
            "last_modified": "2024-04-30T23:33:04.531883Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 97421685,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 384855,
            "uuid": "df11c057-2778-49db-a680-c11820bfd3a0",
            "url": "https://demo.lizard.net/api/v4/rastersources/df11c057-2778-49db-a680-c11820bfd3a0/?format=api",
            "name": "cpami_ilan_geoblock",
            "description": "cpami_ilan_geoblock",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/74983d5a-0fd8-4c22-bb09-e7656d570fb6/?format=api",
                "uuid": "74983d5a-0fd8-4c22-bb09-e7656d570fb6",
                "name": "N&S Branch Office"
            },
            "access_modifier": "Public",
            "supplier": "kuan-wei.chen",
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 121.71999477390285,
                "east": 121.83973525972297,
                "north": 24.713177978775917,
                "south": 24.583939513477052
            },
            "projection": "EPSG:3826",
            "origin_x": 322920.0,
            "origin_y": 2719954.0,
            "upper_bound_x": 334961.0,
            "upper_bound_y": 2734201.0,
            "pixelsize_x": 1.0,
            "pixelsize_y": -1.0,
            "created": "2024-04-18T03:50:09.139313Z",
            "last_modified": "2024-04-30T23:33:08.604068Z",
            "writable": false,
            "layers": [],
            "labeltypes": [],
            "size": 97421685,
            "dtype": "f4",
            "fill_value": "-9999.0"
        },
        {
            "id": 396358,
            "uuid": "61d006ed-76b7-49af-9d4f-5f954b923006",
            "url": "https://demo.lizard.net/api/v4/rastersources/61d006ed-76b7-49af-9d4f-5f954b923006/?format=api",
            "name": "pet_pre_wtc_portfolio_mpb_kbo",
            "description": "Voor portfolio storymap van de MPC Klimaatbestendig ontwerpen. PEt-kaart vóór bouw WTC Toren A in Amsterdam",
            "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": null,
            "supplier_code": null,
            "temporal": false,
            "interval": null,
            "first_value_timestamp": "1970-01-01T00:00:00Z",
            "last_value_timestamp": "1970-01-01T00:00:00Z",
            "spatial_bounds": {
                "west": 4.871061177143002,
                "east": 4.878517835331531,
                "north": 52.34222937297979,
                "south": 52.338782072363216
            },
            "projection": "EPSG:28992",
            "origin_x": 119826.5,
            "origin_y": 483554.0,
            "upper_bound_x": 120332.0,
            "upper_bound_y": 483934.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": -0.5,
            "created": "2024-04-23T12:25:23.279018Z",
            "last_modified": "2024-05-31T23:45:10.153300Z",
            "writable": false,
            "layers": [
                "https://demo.lizard.net/api/v4/rasters/b3d44696-fa87-4e7b-8bb1-e3e0c0183fd4/?format=api"
            ],
            "labeltypes": [],
            "size": 2160276,
            "dtype": "f4",
            "fill_value": "3.4028234663852886e+38"
        }
    ]
}