Pollutant
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বায়ু মানের দূষণকারী সম্পর্কিত ডেটা।
JSON প্রতিনিধিত্ব |
---|
{
"code": string,
"displayName": string,
"fullName": string,
"concentration": {
object (Concentration )
},
"additionalInfo": {
object (AdditionalInfo )
}
} |
ক্ষেত্র |
---|
code | string দূষণকারীর কোড নাম (উদাহরণস্বরূপ, "so2")। সমর্থিত দূষণকারী কোডগুলির একটি তালিকার জন্য, রিপোর্ট করা দূষণকারী দেখুন। |
displayName | string দূষণকারীর প্রদর্শনের নাম। যেমন: "NOx"। |
fullName | string দূষণকারীর পুরো নাম। রাসায়নিক যৌগের জন্য, এটি IUPAC নাম। উদাহরণ: "সালফার ডাই অক্সাইড"। IUPAC নামের সারণী সম্পর্কে আরও তথ্যের জন্য, https://iupac.org/what-we-do/periodic-table-of-elements/ দেখুন। |
concentration | object ( Concentration ) দূষণকারীর ঘনত্বের স্তর একটি আদর্শ বায়ু দূষণ পরিমাপ ইউনিট দ্বারা পরিমাপ করা হয়। |
additionalInfo | object ( AdditionalInfo ) দূষণকারী সম্পর্কে অতিরিক্ত তথ্য। |
একাগ্রতা
বাতাসে প্রদত্ত দূষণকারীর ঘনত্ব।
JSON প্রতিনিধিত্ব |
---|
{
"units": enum (Unit ),
"value": number
} |
ক্ষেত্র |
---|
units | enum ( Unit ) এই দূষণকারী ঘনত্ব পরিমাপের জন্য একক। |
value | number দূষণকারী ঘনত্বের মান। |
ইউনিট
দূষণকারীর ঘনত্ব পরিমাপ করতে ব্যবহৃত একক সংজ্ঞায়িত করে। প্রদত্ত দূষণকারীর ঘনত্বের ডিফল্ট একক নির্ধারণ করতে, রিপোর্ট করা দূষণকারীর টেবিলটি পড়ুন।
Enums |
---|
UNIT_UNSPECIFIED | অনির্দিষ্ট ঘনত্ব একক। |
PARTS_PER_BILLION | ppb (পার্টস পার বিলিয়ন) ঘনত্ব একক। |
MICROGRAMS_PER_CUBIC_METER | "µg/m^3" (মাইক্রোগ্রাম প্রতি ঘনমিটার) ঘনত্ব একক। |
অতিরিক্ত তথ্য
প্রদত্ত দূষণকারীর নির্গমন উত্স এবং স্বাস্থ্যের প্রভাব।
JSON প্রতিনিধিত্ব |
---|
{
"sources": string,
"effects": string
} |
ক্ষেত্র |
---|
sources | string দূষণকারীর প্রধান নির্গমন উৎসের প্রতিনিধিত্বকারী পাঠ্য। |
effects | string দূষণকারীর প্রধান স্বাস্থ্যের প্রভাবের প্রতিনিধিত্বকারী পাঠ্য। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Air Quality Pollutant data provides information about a specific pollutant, including its code, display name, full name, concentration, and additional information.\u003c/p\u003e\n"],["\u003cp\u003ePollutant concentration is measured using standardized units like parts per billion (ppb) or micrograms per cubic meter (µg/m^3) and includes a numerical value representing the concentration level.\u003c/p\u003e\n"],["\u003cp\u003eAdditional information about the pollutant includes details about its main emission sources and potential health effects.\u003c/p\u003e\n"],["\u003cp\u003eThe pollutant's code name can be used to identify it and find more information about it in the reported pollutants documentation.\u003c/p\u003e\n"],["\u003cp\u003ePollutant concentration is measured and reported using standard units.\u003c/p\u003e\n"]]],["This data defines air quality pollutants, detailing their properties and measurement. Each pollutant has a `code`, `displayName`, and `fullName`. The `concentration` is measured with `units` and a `value`. Units can be `PARTS_PER_BILLION` or `MICROGRAMS_PER_CUBIC_METER`. `AdditionalInfo` includes `sources` of emission and the pollutant's `effects` on health. This data includes information on specific pollutant names, concentration data, and related information.\n"],null,["# Pollutant\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Concentration](#Concentration)\n - [JSON representation](#Concentration.SCHEMA_REPRESENTATION)\n- [Unit](#Unit)\n- [AdditionalInfo](#AdditionalInfo)\n - [JSON representation](#AdditionalInfo.SCHEMA_REPRESENTATION)\n\nData regarding an air quality pollutant.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"code\": string, \"displayName\": string, \"fullName\": string, \"concentration\": { object (/maps/documentation/air-quality/reference/rest/v1/Pollutant#Concentration) }, \"additionalInfo\": { object (/maps/documentation/air-quality/reference/rest/v1/Pollutant#AdditionalInfo) } } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `code` | `string` The pollutant's code name (for example, \"so2\"). For a list of supported pollutant codes, see [Reported pollutants](/maps/documentation/air-quality/pollutants#reported_pollutants). |\n| `displayName` | `string` The pollutant's display name. For example: \"NOx\". |\n| `fullName` | `string` The pollutant's full name. For chemical compounds, this is the IUPAC name. Example: \"Sulfur Dioxide\". For more information about the IUPAC names table, see \u003chttps://iupac.org/what-we-do/periodic-table-of-elements/\u003e. |\n| `concentration` | `object (`[Concentration](/maps/documentation/air-quality/reference/rest/v1/Pollutant#Concentration)`)` The pollutant's concentration level measured by one of the standard air pollutation measure units. |\n| `additionalInfo` | `object (`[AdditionalInfo](/maps/documentation/air-quality/reference/rest/v1/Pollutant#AdditionalInfo)`)` Additional information about the pollutant. |\n\nConcentration\n-------------\n\nThe concentration of a given pollutant in the air.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------|\n| ``` { \"units\": enum (/maps/documentation/air-quality/reference/rest/v1/Pollutant#Unit), \"value\": number } ``` |\n\n| Fields ||\n|---------|---------------------------------------------------------------------------------------------------------------------------------------|\n| `units` | `enum (`[Unit](/maps/documentation/air-quality/reference/rest/v1/Pollutant#Unit)`)` Units for measuring this pollutant concentration. |\n| `value` | `number` Value of the pollutant concentration. |\n\nUnit\n----\n\nDefines the unit used to measure the pollutant's concentration. To determine the default unit of concentration for a given pollutant, refer to the table in [Reported pollutants](/maps/documentation/air-quality/pollutants#reported_pollutants).\n\n| Enums ||\n|------------------------------|----------------------------------------------------------------|\n| `UNIT_UNSPECIFIED` | Unspecified concentration unit. |\n| `PARTS_PER_BILLION` | The ppb (parts per billion) concentration unit. |\n| `MICROGRAMS_PER_CUBIC_METER` | The \"µg/m\\^3\" (micrograms per cubic meter) concentration unit. |\n\nAdditionalInfo\n--------------\n\nThe emission sources and health effects of a given pollutant.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"sources\": string, \"effects\": string } ``` |\n\n| Fields ||\n|-----------|-------------------------------------------------------------------|\n| `sources` | `string` Text representing the pollutant's main emission sources. |\n| `effects` | `string` Text representing the pollutant's main health effects. |"]]