WorldClim के वर्शन 1 में, दुनिया भर के जलवायु का औसत मासिक डेटा मौजूद है. इसमें कम से कम, औसत, और ज़्यादा से ज़्यादा तापमान के साथ-साथ बारिश का डेटा भी शामिल है.
WorldClim के पहले वर्शन को रॉबर्ट जे. हिजमैंस, सुज़न कैमरन,
और जुआन पारा ने कैलिफ़ोर्निया विश्वविद्यालय, बर्कले के म्यूज़ियम ऑफ़ वर्टिब्रेट ज़ूलॉजी में पीटर जोन्स और
एंड्रयू जार्विस (सीआईएटी) के साथ मिलकर काम किया. साथ ही, उन्होंने करेन रिचर्डसन (रेनफ़ॉरेस्ट सीआरसी) के साथ भी काम किया.
हिजमैंस, आर॰जे॰, एस॰ई॰ कैमरन, जे॰एल॰ पारा, पी॰जी॰ जोंस, और ए॰ जार्विस,
2005. दुनिया भर की ज़मीन के लिए, बहुत ज़्यादा रिज़ॉल्यूशन वाली इंटरपोलेटेड क्लाइमेट सर्फ़ेस. International Journal of Climatology 25: 1965-1978.
doi:10.1002/joc.1276.
WorldClim के वर्शन 1 में, दुनिया भर के जलवायु का हर महीने का औसत डेटा मौजूद है. इसमें कम से कम, औसत, और ज़्यादा से ज़्यादा तापमान के साथ-साथ बारिश का डेटा भी शामिल है. WorldClim के पहले वर्शन को रॉबर्ट जे. हिजमैंस, सुज़न कैमरन, और जुआन पारा ने यूनिवर्सिटी ऑफ़ कैलिफ़ोर्निया, बर्कले के म्यूज़ियम ऑफ़ वर्टिब्रेट ज़ूलॉजी में पीटर जोंस और एंड्रयू जार्विस के साथ मिलकर …
[null,null,[],[[["\u003cp\u003eWorldClim version 1 provides average monthly global climate data from 1960 to 1991, including minimum, mean, and maximum temperature, and precipitation.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset, developed by researchers at the University of California, Berkeley, has a spatial resolution of 927.67 meters.\u003c/p\u003e\n"],["\u003cp\u003eData is provided in four bands: \u003ccode\u003etavg\u003c/code\u003e (mean temperature), \u003ccode\u003etmin\u003c/code\u003e (minimum temperature), \u003ccode\u003etmax\u003c/code\u003e (maximum temperature), and \u003ccode\u003eprec\u003c/code\u003e (precipitation).\u003c/p\u003e\n"],["\u003cp\u003eIt is available for use under the CC-BY-SA-4.0 license and can be accessed through Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is useful for a variety of applications, such as climate change studies, species distribution modeling, and ecosystem analysis.\u003c/p\u003e\n"]]],[],null,["# WorldClim Climatology V1\n\nDataset Availability\n: 1960-01-01T00:00:00Z--1991-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [University of California, Berkeley](https://www.worldclim.org/)\n\nClimatological Interval\n: 1 Month\n\nTags\n:\n[berkeley](/earth-engine/datasets/tags/berkeley) [climate](/earth-engine/datasets/tags/climate) [monthly](/earth-engine/datasets/tags/monthly) [precipitation](/earth-engine/datasets/tags/precipitation) [temperature](/earth-engine/datasets/tags/temperature) [weather](/earth-engine/datasets/tags/weather) [worldclim](/earth-engine/datasets/tags/worldclim) \n\n#### Description\n\nWorldClim version 1 has average monthly global climate data for minimum,\nmean, and maximum temperature and for precipitation.\n\nWorldClim version 1 was developed by Robert J. Hijmans, Susan Cameron,\nand Juan Parra, at the Museum of Vertebrate Zoology, University\nof California, Berkeley, in collaboration with Peter Jones and\nAndrew Jarvis (CIAT), and with Karen Richardson (Rainforest CRC).\n\n### Bands\n\n\n**Pixel Size**\n\n927.67 meters\n\n**Bands**\n\n| Name | Units | Min | Max | Scale | Pixel Size | Description |\n|--------|-------|---------|--------|-------|------------|---------------------|\n| `tavg` | °C | -53.6\\* | 39.4\\* | 0.1 | meters | Mean temperature |\n| `tmin` | °C | -57.3\\* | 32.5\\* | 0.1 | meters | Minimum temperature |\n| `tmax` | °C | -50\\* | 49\\* | 0.1 | meters | Maximum temperature |\n| `prec` | mm | 0\\* | 2949\\* | | meters | Precipitation |\n\n\\* estimated min or max value\n\n### Image Properties\n\n**Image Properties**\n\n| Name | Type | Description |\n|-------|--------|-------------|\n| month | DOUBLE | Month |\n\n### Terms of Use\n\n**Terms of Use**\n\n[CC-BY-SA-4.0](https://spdx.org/licenses/CC-BY-SA-4.0.html)\n\n### Citations\n\nCitations:\n\n- Hijmans, R.J., S.E. Cameron, J.L. Parra, P.G. Jones and A. Jarvis,\n 2005. Very High Resolution Interpolated Climate Surfaces for Global Land\n Areas. International Journal of Climatology 25: 1965-1978.\n [doi:10.1002/joc.1276](https://doi.org/10.1002/joc.1276).\n\n### Explore with Earth Engine\n\n| **Important:** Earth Engine is a platform for petabyte-scale scientific analysis and visualization of geospatial datasets, both for public benefit and for business and government users. Earth Engine is free to use for research, education, and nonprofit use. To get started, please [register for Earth Engine access.](https://console.cloud.google.com/earth-engine)\n\n### Code Editor (JavaScript)\n\n```javascript\nvar dataset = ee.ImageCollection('WORLDCLIM/V1/MONTHLY');\nvar meanTemperature = dataset.select('tavg').first().multiply(0.1);\nvar meanTemperatureVis = {\n min: -40,\n max: 30,\n palette: ['blue', 'purple', 'cyan', 'green', 'yellow', 'red'],\n};\nMap.setCenter(71.7, 52.4, 3);\nMap.addLayer(meanTemperature, meanTemperatureVis, 'Mean Temperature');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/WORLDCLIM/WORLDCLIM_V1_MONTHLY) \n[WorldClim Climatology V1](/earth-engine/datasets/catalog/WORLDCLIM_V1_MONTHLY) \nWorldClim version 1 has average monthly global climate data for minimum, mean, and maximum temperature and for precipitation. WorldClim version 1 was developed by Robert J. Hijmans, Susan Cameron, and Juan Parra, at the Museum of Vertebrate Zoology, University of California, Berkeley, in collaboration with Peter Jones and Andrew Jarvis ... \nWORLDCLIM/V1/MONTHLY, berkeley,climate,monthly,precipitation,temperature,weather,worldclim \n1960-01-01T00:00:00Z/1991-01-01T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.worldclim.org/)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/WORLDCLIM_V1_MONTHLY)"]]