2000~2017년 시계열을 기반으로 한 1km의 장기 MODIS LST 주간 및 야간 차이입니다. R의 data.table 패키지와 quantile 함수를 사용하여 파생되었습니다. MODIS LST 제품에 대한 자세한 내용은 이 페이지를 참고하세요. 남극은 포함되지 않습니다. Earth Engine 외부에서 지도에 액세스하고 시각화하려면 다음 단계를 따르세요.
[null,null,[],[[["\u003cp\u003eThis dataset provides long-term (2000-2017) monthly day-night land surface temperature differences derived from MODIS LST data.\u003c/p\u003e\n"],["\u003cp\u003eThe data is available at a 1 km resolution and covers the globe excluding Antarctica.\u003c/p\u003e\n"],["\u003cp\u003eIt includes 12 bands representing the monthly differences in land surface temperature, measured in Kelvin.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access and visualize this dataset through Google Earth Engine or the OpenGeoHub platform.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset is licensed under CC-BY-SA-4.0 and provided by EnvirometriX Ltd.\u003c/p\u003e\n"]]],["This dataset, provided by EnvirometriX Ltd, offers long-term MODIS Land Surface Temperature (LST) day-night differences at 1km resolution, spanning from 2000 to 2018. Derived using the data.table package in R, it presents monthly LST differences for each month, January to December, in Kelvin (K). Each month's data ranges from -40.5137 K to 1336.09 K. The dataset can be accessed and visualized through Google Earth Engine, using a provided code snippet. Antarctica is excluded.\n"],null,["# OpenLandMap Long-term Land Surface Temperature Monthly Day-Night Difference\n\nDataset Availability\n: 2000-01-01T00:00:00Z--2018-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [EnvirometriX Ltd](https://doi.org/10.5281/zenodo.1420114)\n\nTags\n:\n[climate](/earth-engine/datasets/tags/climate) [day](/earth-engine/datasets/tags/day) [envirometrix](/earth-engine/datasets/tags/envirometrix) [lst](/earth-engine/datasets/tags/lst) [mod11a2](/earth-engine/datasets/tags/mod11a2) [modis](/earth-engine/datasets/tags/modis) [monthly](/earth-engine/datasets/tags/monthly) [night](/earth-engine/datasets/tags/night) [opengeohub](/earth-engine/datasets/tags/opengeohub) [openlandmap](/earth-engine/datasets/tags/openlandmap) \n\n#### Description\n\nLong-term MODIS LST day-time and night-time\ndifferences at 1 km based on the 2000-2017 time series\n\nDerived using the [data.table package and quantile function in R](https://gitlab.com/openlandmap/global-layers/tree/master/input_layers/MOD11A2).\nFor more info about the MODIS LST product see [this page](https://lpdaac.usgs.gov/products/mod11a2v006/).\nAntarctica is not included.\n\nTo access and visualize maps outside of Earth Engine, use [this page](https://opengeohub.org/about-openlandmap).\n\nIf you discover a bug, artifact or inconsistency in the LandGIS maps\nor if you have a question please use the following channels:\n\n- [Technical issues and questions about the code](https://gitlab.com/openlandmap/global-layers/issues)\n- [General questions and comments](https://disqus.com/home/forums/landgis/)\n\n### Bands\n\n\n**Pixel Size**\n\n1000 meters\n\n**Bands**\n\n| Name | Units | Min | Max | Scale | Pixel Size | Description |\n|-------|-------|------------|-----------|-------|------------|-----------------------------------------------------------------|\n| `jan` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `feb` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `mar` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `apr` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `may` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `jun` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `jul` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `aug` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `sep` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `oct` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `nov` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n| `dec` | K | -40.5137\\* | 1336.09\\* | 0.02 | meters | Long-term Land Surface Temperature monthly day-night difference |\n\n\\* estimated min or max value\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- Long-term MODIS LST day-time and night-time temperatures, sd and differences\n at 1 km based on the 2000-2017 time series\n [10.5281/zenodo.1420116](https://doi.org/10.5281/zenodo.1420114)\n\n### DOIs\n\n- \u003chttps://doi.org/10.5281/zenodo.1420114\u003e\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.Image('OpenLandMap/CLM/CLM_LST_MOD11A2-DAYNIGHT_M/v01');\n\nvar visualization = {\n bands: ['jan'],\n min: -40.5137,\n max: 1336.09,\n palette: ['0000ff', '00ffff', 'ffff00', 'ff0000']\n};\n\nMap.centerObject(dataset);\n\nMap.addLayer(dataset, visualization, 'Long-term Land Surface Temperature monthly day-night difference');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/OpenLandMap/OpenLandMap_CLM_CLM_LST_MOD11A2-DAYNIGHT_M_v01) \n[OpenLandMap Long-term Land Surface Temperature Monthly Day-Night Difference](/earth-engine/datasets/catalog/OpenLandMap_CLM_CLM_LST_MOD11A2-DAYNIGHT_M_v01) \nLong-term MODIS LST day-time and night-time differences at 1 km based on the 2000-2017 time series Derived using the data.table package and quantile function in R. For more info about the MODIS LST product see this page. Antarctica is not included. To access and visualize maps outside of Earth Engine, ... \nOpenLandMap/CLM/CLM_LST_MOD11A2-DAYNIGHT_M/v01, climate,day,envirometrix,lst,mod11a2,modis,monthly,night,opengeohub,openlandmap \n2000-01-01T00:00:00Z/2018-01-01T00:00:00Z \n-90 -180 90 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [https://doi.org/10.5281/zenodo.1420114](https://doi.org/https://doi.org/10.5281/zenodo.1420114)\n- [https://doi.org/10.5281/zenodo.1420114](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/OpenLandMap_CLM_CLM_LST_MOD11A2-DAYNIGHT_M_v01)"]]