AHN DEM은 네덜란드를 포함하는 0.5m DEM입니다. 2007년에서 2012년 사이 봄에 촬영된 LiDAR 데이터에서 생성되었습니다.
지상 위의 다른 모든 항목 (예: 건물, 다리, 나무 등)이 삭제된 지상 수준 샘플이 포함되어 있습니다. 이 버전은 보간되지 않습니다. 객체가 삭제된 영역은 비워져 있으며 보간된 값으로 채워지지 않습니다. 포인트 클라우드는 제곱 역거리 가중치 방법을 사용하여 0.5m 그리드로 변환되었습니다.
대역
픽셀 크기 0.5미터
대역
이름
단위
픽셀 크기
설명
elevation
m
미터
고도
이용약관
이용약관
AHN의 데이터 세트는 공개 데이터로 제공됩니다.
즉, 누구나 제한 없이 무료로 데이터를 사용할 수 있습니다. 자세한 내용은 공개 데이터 페이지를 참고하세요. 다운로드는 CC-0 라이선스 약관에 따라 제공됩니다.
AHN DEM은 네덜란드를 포함하는 0.5m DEM입니다. 2007년에서 2012년 사이 봄에 촬영된 LIDAR 데이터에서 생성되었습니다. 지상 위의 다른 모든 항목 (예: 건물, 다리, 나무 등)이 삭제된 지상 수준 샘플이 포함되어 있습니다. 이 버전은 보간되지 않았습니다. 객체가 …
[null,null,[],[[["\u003cp\u003eThe AHN DEM is a 0.5m resolution Digital Elevation Model (DEM) covering the Netherlands.\u003c/p\u003e\n"],["\u003cp\u003eIt was created using LIDAR data acquired between 2007 and 2012 and represents ground level with above-ground features removed.\u003c/p\u003e\n"],["\u003cp\u003eThis non-interpolated version leaves areas with removed objects blank instead of filling them with estimated values.\u003c/p\u003e\n"],["\u003cp\u003eThe AHN datasets are available as Open Data under the CC-0 license and can be used freely without restrictions.\u003c/p\u003e\n"],["\u003cp\u003eIt is accessible through Google Earth Engine for analysis and visualization.\u003c/p\u003e\n"]]],[],null,["# AHN Netherlands 0.5m DEM, Non-Interpolated\n\nDataset Availability\n: 2012-01-01T00:00:00Z--2012-01-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [AHN](https://www.ahn.nl)\n\nTags\n:\n[ahn](/earth-engine/datasets/tags/ahn) [dem](/earth-engine/datasets/tags/dem) [elevation](/earth-engine/datasets/tags/elevation) [elevation-topography](/earth-engine/datasets/tags/elevation-topography) [geophysical](/earth-engine/datasets/tags/geophysical) [lidar](/earth-engine/datasets/tags/lidar) [netherlands](/earth-engine/datasets/tags/netherlands) \n\n#### Description\n\nThe AHN DEM is a 0.5m DEM covering the Netherlands. It was generated from\nLIDAR data taken in the spring between 2007 and 2012.\n\nIt contains ground level samples with all other items above ground (such as\nbuildings, bridges, trees etc.) removed. This version is non-interpolated; the\nareas where objects have been removed are left blank and not filled with\ninterpolated values. The point cloud was converted to a 0.5m grid using a\nsquared inverse distance weighting method.\n\n### Bands\n\n\n**Pixel Size**\n\n0.5 meters\n\n**Bands**\n\n| Name | Units | Pixel Size | Description |\n|-------------|-------|------------|-------------|\n| `elevation` | m | meters | Elevation |\n\n### Terms of Use\n\n**Terms of Use**\n\nThe datasets of the AHN are available as Open Data.\nThis means that the data can be used by anyone for free and without\nrestrictions. For more information visit the\n[Open Data](https://www.ahn.nl/open-data/) page. Downloads are available\nunder the terms of the\n[CC-0 license](https://data.overheid.nl/licenties-voor-hergebruik).\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('AHN/AHN2_05M_NON');\nvar elevation = dataset.select('elevation');\nvar elevationVis = {\n min: -5.0,\n max: 30.0,\n};\nMap.setCenter(5.80258, 51.78547, 14);\nMap.addLayer(elevation, elevationVis, 'Elevation');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/AHN/AHN_AHN2_05M_NON) \n[AHN Netherlands 0.5m DEM, Non-Interpolated](/earth-engine/datasets/catalog/AHN_AHN2_05M_NON) \nThe AHN DEM is a 0.5m DEM covering the Netherlands. It was generated from LIDAR data taken in the spring between 2007 and 2012. It contains ground level samples with all other items above ground (such as buildings, bridges, trees etc.) removed. This version is non-interpolated; the areas where objects ... \nAHN/AHN2_05M_NON, ahn,dem,elevation,elevation-topography,geophysical,lidar,netherlands \n2012-01-01T00:00:00Z/2012-01-01T00:00:00Z \n50.74 3.35 53.55 7.24 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.ahn.nl)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/AHN_AHN2_05M_NON)"]]