{
    "dataset": {
        "title": "Sample Data PAM Sensors",
        "description": "This dataset contains air quality measurements collected from various sensors, including particulate matter, gases, temperature, and humidity.",
        "version": "1.0",
        "dataFormat": "CSV",
        "columns": [
            {
                "name": "Date",
                "type": "datetime",
                "description": "Timestamp of the data entry."
            },
            {
                "name": "Sensor",
                "type": "integer",
                "description": "Identifier for the sensor that collected the data."
            },
            {
                "name": "Latitude",
                "type": "float",
                "description": "Latitude of the location where data was collected."
            },
            {
                "name": "Longitude",
                "type": "float",
                "description": "Longitude of the location."
            },
            {
                "name": "PM1",
                "type": "float",
                "description": "Concentration of PM1 particulate matter (Number of Particles)."
            },
            {
                "name": "PM2.5",
                "type": "float",
                "description": "Concentration of PM2.5 particulate matter (Number of Particles)."
            },
            {
                "name": "PM10",
                "type": "float",
                "description": "Concentration of PM10 particulate matter (Number of Particles)."
            },
            {
                "name": "NO",
                "type": "float",
                "description": "Concentration of Nitric Oxide (mcg per cubic meter)."
            },
            {
                "name": "Temperature",
                "type": "float",
                "description": "Ambient temperature in degrees Celsius."
            },
            {
                "name": "R.Humidity",
                "type": "float",
                "description": "Relative humidity percentage (%)."
            },
            {
                "name": "CO",
                "type": "float",
                "description": "Concentration of Carbon Monoxide (mcg per cubic meter)."
            },
            {
                "name": "O3",
                "type": "float",
                "description": "Concentration of Ozone (mcg per cubic meter)."
            },
            {
                "name": "NO2",
                "type": "float",
                "description": "Concentration of Nitrogen Dioxide (mcg per cubic meter)."
            },
            {
                "name": "SVM_avg",
                "type": "float",
                "description": "Average value of the SVM variable."
            },
            {
                "name": "MIC_avg",
                "type": "float",
                "description": "Average value of the MIC variable."
            }
        ],
        "source": "PAM Sensors",
        "dateCreated": "2024-10-30",
        "license": "CC BY 4.0"
    }
}
