records

records

Active filters Clear all

No active filters

Filters

Real-time fijnstof monitoring

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Locatie
Identificatie nummer van de sensor. Deze locaties waarop de sensoren zich bevinden zijn vastgelegd in: https://data.eindhoven.nl/explore/dataset/locaties-airboxen/information/?disjunctive.name&disjunctive.description

No description available for this field.

Name (identifier)
location
Type
integer
Sample
                       
Data
Nested response API request: https://api.dustmonitoring.nl/v1/project(30)/observations?$expand=data($select=timestamp,entities/value)

No description available for this field.

Name (identifier)
data
Type
text
Sample
                       
lossetimestamps
Nested response API request, opgedeeld per timestamp: https://api.dustmonitoring.nl/v1/project(30)/observations?$expand=data($select=timestamp,entities/value)

No description available for this field.

Name (identifier)
lossetimestamps
Type
text
Sample
                       
Timestamp
Moment in tijd waarop de meting van de sensor heeft plaatsgevonden. Historische data is terug te halen via https://ilm2.site.dustmonitoring.nl/

No description available for this field.

Name (identifier)
lossetimestamps_timestamp
Type
datetime
Sample
                       
lossetimestamps_entities
Bewerkingsstap om entities binnen de API response te kunnen scheiden.

No description available for this field.

Name (identifier)
lossetimestamps_entities
Type
text
Sample
                       
separatedentities
Bewerkingsstap om entities binnen de API response te kunnen scheiden.

No description available for this field.

Name (identifier)
separatedentities
Type
text
Sample
                       
content1
               

No description available for this field.

Name (identifier)
content1
Type
text
Sample
                       
Latitude
Breedtegraad op basis van GPS/GNSS meting vanuit de sensor.

No description available for this field.

Name (identifier)
latitude
Type
text
Sample
                       
content2
               

No description available for this field.

Name (identifier)
content2
Type
text
Sample
                       
Longitude
Lengtegraad op basis van GPS/GNSS meting vanuit de sensor.

No description available for this field.

Name (identifier)
longitude
Type
text
Sample
                       
content3
               

No description available for this field.

Name (identifier)
content3
Type
text
Sample
                       
UFP
De concentratie ultrafijnstof in de lucht, ook wel UFP (ultrafine particles) genoemd, wordt uitgedrukt in aantal deeltjes per kubieke centimeter (deeltjes/cm3). 

No description available for this field.

Name (identifier)
ufp
Type
decimal
Sample
                       
content4
               

No description available for this field.

Name (identifier)
content4
Type
text
Sample
                       
PM1
Ultrafijne deeltjes met een aerodynamische diameter kleiner dan 1 micrometer gemeten in μg/m³. Ultrafijn stof is de schadelijkste variant van fijnstof omdat de deeltjes direct via de longen doordringen tot de bloedbaan en zich zo verspreiden tot de organen.

No description available for this field.

Name (identifier)
pm1
Type
decimal
Unit
μg/m3
Sample
                       
content5
               

No description available for this field.

Name (identifier)
content5
Type
text
Sample
                       
PM2.5
Fijnstofdeeltjes met een aerodynamische diameter kleiner dan 2.5 micrometer gemeten in μg/m³. Voor meer informatie en referentiewaarden: https://www.samenmetenaanluchtkwaliteit.nl/fijn-stof-pm25pm10

No description available for this field.

Name (identifier)
pm25
Type
decimal
Unit
μg/m3
Sample
                       
content6
               

No description available for this field.

Name (identifier)
content6
Type
text
Sample
                       
PM10
Fijnstofdeeltjes met een aerodynamische diameter kleiner dan 10 micrometer gemeten in μg/m³. Voor meer informatie en referentiewaarden: https://www.samenmetenaanluchtkwaliteit.nl/fijn-stof-pm25pm10

No description available for this field.

Name (identifier)
pm10
Type
decimal
Unit
μg/m3
Sample
                       
content7
               

No description available for this field.

Name (identifier)
content7
Type
text
Sample
                       
NO2
Stikstofdioxide (NO2) is een verbinding van stikstof (N2) met zuurstof.  Stikstof is een gas dat overal om ons heen is. De lucht die we inademen bestaat voor 78% bestaat uit stikstof. Je ziet of ruikt het niet. Stikstof is van zichzelf niet schadelijk voor mens en milieu. Maar sommige chemische verbindingen van stikstof zijn dat wel.
Teveel stikstofoxiden in de lucht is schadelijk voor je gezondheid. Teveel ammoniak in de lucht is ook schadelijk voor mensen. Zo kunnen mensen last hebben van de sterke geur. Teveel stikstofoxiden en ammoniak geeft extra fijnstof in de lucht. 
(https://www.atlasleefomgeving.nl/thema/schone-lucht/stikstofdioxide-NO2)

No description available for this field.

Name (identifier)
no2
Type
decimal
Unit
μg/m3
Sample
                       
geopoint
Puntcoördinaat dat de locatie van de sensor beschrijft in WGS 1984, EPSG:4326. 
De locatie is niet constant, omdat deze voor elke meting opnieuw wordt vastgesteld door de sensor.

No description available for this field.

Name (identifier)
geopoint
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"real-time-fijnstof-monitoring",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/real-time-fijnstof-monitoring"
      }
    ]
    ,
  • "definitions":
    {
    • "real-time-fijnstof-monitoring":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/real-time-fijnstof-monitoring_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "real-time-fijnstof-monitoring_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "location":
                {
                • "type":"integer",
                • "title":"Locatie",
                • "description":"Identificatie nummer van de sensor. Deze locaties waarop de sensoren zich bevinden zijn vastgelegd in: https://data.eindhoven.nl/explore/dataset/locaties-airboxen/information/?disjunctive.name&disjunctive.description"
                }
                ,
              • "data":
                {
                • "type":"string",
                • "title":"Data",
                • "description":"Nested response API request: https://api.dustmonitoring.nl/v1/project(30)/observations?$expand=data($select=timestamp,entities/value)"
                }
                ,
              • "lossetimestamps":
                {
                • "type":"string",
                • "title":"lossetimestamps",
                • "description":"Nested response API request, opgedeeld per timestamp: https://api.dustmonitoring.nl/v1/project(30)/observations?$expand=data($select=timestamp,entities/value)"
                }
                ,
              • "lossetimestamps_timestamp":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Timestamp",
                • "description":"Moment in tijd waarop de meting van de sensor heeft plaatsgevonden. Historische data is terug te halen via https://ilm2.site.dustmonitoring.nl/"
                }
                ,
              • "lossetimestamps_entities":
                {
                • "type":"string",
                • "title":"lossetimestamps_entities",
                • "description":"Bewerkingsstap om entities binnen de API response te kunnen scheiden."
                }
                ,
              • "separatedentities":
                {
                • "type":"string",
                • "title":"separatedentities",
                • "description":"Bewerkingsstap om entities binnen de API response te kunnen scheiden."
                }
                ,
              • "content1":
                {
                • "type":"string",
                • "title":"content1",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"string",
                • "title":"Latitude",
                • "description":"Breedtegraad op basis van GPS/GNSS meting vanuit de sensor."
                }
                ,
              • "content2":
                {
                • "type":"string",
                • "title":"content2",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"string",
                • "title":"Longitude",
                • "description":"Lengtegraad op basis van GPS/GNSS meting vanuit de sensor."
                }
                ,
              • "content3":
                {
                • "type":"string",
                • "title":"content3",
                • "description":""
                }
                ,
              • "ufp":
                {
                • "type":"number",
                • "title":"UFP",
                • "description":"De concentratie ultrafijnstof in de lucht, ook wel UFP (ultrafine particles) genoemd, wordt uitgedrukt in aantal deeltjes per kubieke centimeter (deeltjes/cm3). "
                }
                ,
              • "content4":
                {
                • "type":"string",
                • "title":"content4",
                • "description":""
                }
                ,
              • "pm1":
                {
                • "type":"number",
                • "title":"PM1",
                • "description":"Ultrafijne deeltjes met een aerodynamische diameter kleiner dan 1 micrometer gemeten in μg/m³. Ultrafijn stof is de schadelijkste variant van fijnstof omdat de deeltjes direct via de longen doordringen tot de bloedbaan en zich zo verspreiden tot de organen.",
                • "unit":"μg/m3"
                }
                ,
              • "content5":
                {
                • "type":"string",
                • "title":"content5",
                • "description":""
                }
                ,
              • "pm25":
                {
                • "type":"number",
                • "title":"PM2.5",
                • "description":"Fijnstofdeeltjes met een aerodynamische diameter kleiner dan 2.5 micrometer gemeten in μg/m³. Voor meer informatie en referentiewaarden: https://www.samenmetenaanluchtkwaliteit.nl/fijn-stof-pm25pm10",
                • "unit":"μg/m3"
                }
                ,
              • "content6":
                {
                • "type":"string",
                • "title":"content6",
                • "description":""
                }
                ,
              • "pm10":
                {
                • "type":"number",
                • "title":"PM10",
                • "description":"Fijnstofdeeltjes met een aerodynamische diameter kleiner dan 10 micrometer gemeten in μg/m³. Voor meer informatie en referentiewaarden: https://www.samenmetenaanluchtkwaliteit.nl/fijn-stof-pm25pm10",
                • "unit":"μg/m3"
                }
                ,
              • "content7":
                {
                • "type":"string",
                • "title":"content7",
                • "description":""
                }
                ,
              • "no2":
                {
                • "type":"number",
                • "title":"NO2",
                • "description":"Stikstofdioxide (NO2) is een verbinding van stikstof (N2) met zuurstof. Stikstof is een gas dat overal om ons heen is. De lucht die we inademen bestaat voor 78% bestaat uit stikstof. Je ziet of ruikt het niet. Stikstof is van zichzelf niet schadelijk voor mens en milieu. Maar sommige chemische verbindingen van stikstof zijn dat wel. Teveel stikstofoxiden in de lucht is schadelijk voor je gezondheid. Teveel ammoniak in de lucht is ook schadelijk voor mensen. Zo kunnen mensen last hebben van de sterke geur. Teveel stikstofoxiden en ammoniak geeft extra fijnstof in de lucht. (https://www.atlasleefomgeving.nl/thema/schone-lucht/stikstofdioxide-NO2)",
                • "unit":"μg/m3"
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopoint",
                • "description":"Puntcoördinaat dat de locatie van de sensor beschrijft in WGS 1984, EPSG:4326. De locatie is niet constant, omdat deze voor elke meting opnieuw wordt vastgesteld door de sensor."
                }
              }
            }
          }
        }
      }
    }