Planet SkySat Public Ortho Imagery, Multispectral
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
설명
Planet Labs Inc. SkySat 위성에서 수집한 이 데이터는 2015년 실험적인 'Skybox for Good 베타' 프로그램과 다양한 위기 대응 이벤트, 기타 몇 가지 프로젝트를 위해 수집되었습니다. 데이터는 5밴드 멀티스펙트럼/팬 컬렉션과 팬샤프닝된 RGB 컬렉션 모두에서 사용할 수 있습니다.
각 이미지의 애셋 ID에는 획득 날짜와 시간이 포함됩니다. 예를 들어 이미지 s01_20150304T080608Z는 2015년 3월 4일 08시 6분 (UTC)에 획득되었습니다. 자세한 내용은 Planet Imagery 제품 사양 을 참고하고 Planet Imagery 및 보관 파일 사이트를 방문하세요.
이 멀티스펙트럼/팬 컬렉션에는 원래 12비트 데이터에서 위로 이동된 16비트 밴드가 5개인 이미지가 포함되어 있습니다. B, G, R, 근적외선 대역의 해상도는 픽셀당 약 2m이고 Pan 대역의 해상도는 약 0.8m입니다 (천저에서 벗어난 이미지의 경우 1m에 가까움).
대역
대역
이름
최소
최대
픽셀 크기
파장
설명
B
878*
62089*
2미터
450~515nm
파란색
G
341*
62007*
2미터
515~595nm
초록색
R
107*
63393*
2미터
605~695nm
빨간색
N
16*
62874*
2미터
740~900nm
근적외선
P
16*
65520*
0.8미터
450~900nm
Panchromatic
* 예상 최솟값 또는 최댓값
이미지 속성
이미지 속성
이름
유형
설명
catalogID
문자열
단일 수집 이벤트에 해당하는 고유 카탈로그 ID입니다. 세 감지기 모두에서 동일합니다.
collectionEndTime
문자열
ISO 8601 수집 종료 시간 (UTC)입니다.
collectionStartTime
문자열
ISO 8601 수집 시작 시간 (UTC)입니다.
collectionType
문자열
'Strip', 'Point', 'Area', 'Path'
productType
문자열
제품 수준을 식별하는 제품 유형입니다 ('Orthorectified Imagery').
productionID
문자열
이 제품 버전의 ID입니다. Singer/TileMill에서 생성됩니다.
productionSystemVersion
문자열
해당 사항 없음
resamplingMethod
문자열
보간된 픽셀 값에 사용되는 메서드입니다.
satelliteAzimuthAngleMax
DOUBLE
수집 시 최대 위성 방위각 (도)입니다.
satelliteAzimuthAngleMean
DOUBLE
수집된 데이터의 평균 위성 방위각 (도)입니다.
satelliteAzimuthAngleMin
DOUBLE
수집 시 최소 위성 방위각 (도)입니다.
satelliteElevationAngleMax
DOUBLE
수집된 데이터의 최대 위성 고도 각도 (도)입니다.
satelliteElevationAngleMean
DOUBLE
수집된 데이터의 평균 위성 고도 각도 (도)입니다.
satelliteElevationAngleMin
DOUBLE
수집 시 최소 위성 고도각 (도)입니다.
satelliteName
문자열
우주선을 식별하는 고유한 이름입니다.
snaptoAlignmentConfidence
DOUBLE
해당 사항 없음
snaptoReferenceAssets
문자열
해당 사항 없음
solarAzimuthAngle
DOUBLE
수집 시 태양 방위각입니다.
solarElevationAngle
DOUBLE
수집 시점의 태양 고도 각도입니다.
terrainBlendEpoch
DOUBLE
해당 사항 없음
이용약관
이용약관
이 데이터 세트는 크리에이티브 커먼즈 저작자 표시 라이선스(CC-BY-4.0)에 따라 공개적으로 제공됩니다.
인용
© <year> Planet Labs Inc.
Earth Engine으로 탐색하기
중요:
Earth Engine은 공익을 위해 그리고 비즈니스 및 정부 사용자를 위해 페타바이트 규모의 과학적 분석 및 지리 공간 데이터 세트 시각화를 위한 플랫폼입니다.
Earth Engine은 연구, 교육, 비영리 목적으로 무료로 사용할 수 있습니다. 시작하려면 Earth Engine 액세스를 등록 하세요.
코드 편집기(JavaScript)
var dataset = ee . ImageCollection ( 'SKYSAT/GEN-A/PUBLIC/ORTHO/MULTISPECTRAL' );
var falseColor = dataset . select ([ 'N' , 'G' , 'B' ]);
var falseColorVis = {
min : 200.0 ,
max : 6000.0 ,
};
Map . setCenter ( - 70.892 , 41.6555 , 15 );
Map . addLayer ( falseColor , falseColorVis , 'False Color' );
코드 편집기에서 열기
[null,null,[],[[["\u003cp\u003eThis dataset features SkySat satellite imagery collected between July 3, 2014, and December 24, 2016, for the "Skybox for Good Beta" program, crisis response, and other projects.\u003c/p\u003e\n"],["\u003cp\u003eImagery is available in both 5-band Multispectral/Pan and Pansharpened RGB collections, with resolutions around 2m for Multispectral and 0.8m for Panchromatic.\u003c/p\u003e\n"],["\u003cp\u003eBands include Blue, Green, Red, Near-IR, and Panchromatic, provided as 16-bit data (shifted from original 12-bit).\u003c/p\u003e\n"],["\u003cp\u003eThis dataset is made available publicly under the Creative Commons by Attribution license (CC-BY-4.0), with attribution to Planet Labs Inc.\u003c/p\u003e\n"],["\u003cp\u003eUsers can explore and analyze this dataset within Google Earth Engine, a platform for petabyte-scale scientific analysis and visualization of geospatial datasets.\u003c/p\u003e\n"]]],[],null,["# Planet SkySat Public Ortho Imagery, Multispectral\n\nDataset Availability\n: 2014-07-03T00:00:00Z--2016-12-24T00:00:00Z\n\nDataset Provider\n:\n\n\n [Planet Labs Inc.](https://www.planet.com/)\n\nTags\n:\n[highres](/earth-engine/datasets/tags/highres) [multispectral](/earth-engine/datasets/tags/multispectral) [pansharpened](/earth-engine/datasets/tags/pansharpened) [planet](/earth-engine/datasets/tags/planet) [satellite-imagery](/earth-engine/datasets/tags/satellite-imagery) [skysat](/earth-engine/datasets/tags/skysat) \n\n#### Description\n\nThis data from Planet labs Inc. SkySat satellites was collected for\nthe experimental \"Skybox for Good Beta\" program in 2015, as well as for\nvarious crisis response events and a few other projects. The data is\navailable in both a 5-band Multispectral/Pan collection, and a Pansharpened\nRGB collection.\n\nEach image's asset ID contains the acquisition date and time, for\nexample, image s01_20150304T080608Z was acquired on March 4, 2015 at\n08:06 Zulu (UTC). For more information, please see the\n[Planet Imagery Product Specifications](https://www.planet.com/products/satellite-imagery/files/Planet_Combined_Imagery_Product_Specs_December2017.pdf)\nand visit the\n[Planet Imagery and Archive](https://www.planet.com/products/planet-imagery/) site.\n\nThis Multispectral/Pan collection contains images with five 16-bit bands\nshifted up from the original 12-bit data. The B, G, R, and Near-IR bands\nhave a resolution of approximately 2m per pixel, while the Pan band is\napproximately 0.8m resolution (closer to 1m for off-nadir images).\n\n### Bands\n\n**Bands**\n\n| Name | Min | Max | Pixel Size | Wavelength | Description |\n|------|-------|---------|------------|------------|--------------|\n| `B` | 878\\* | 62089\\* | 2 meters | 450-515nm | Blue |\n| `G` | 341\\* | 62007\\* | 2 meters | 515-595nm | Green |\n| `R` | 107\\* | 63393\\* | 2 meters | 605-695nm | Red |\n| `N` | 16\\* | 62874\\* | 2 meters | 740-900nm | Near-IR |\n| `P` | 16\\* | 65520\\* | 0.8 meters | 450-900nm | Panchromatic |\n\n\\* estimated min or max value\n\n### Image Properties\n\n**Image Properties**\n\n| Name | Type | Description |\n|-----------------------------|--------|------------------------------------------------------------------------------------------------|\n| catalogID | STRING | Unique catalog ID corresponding to a single collection event; same across all three detectors. |\n| collectionEndTime | STRING | ISO 8601 collection end time (UTC). |\n| collectionStartTime | STRING | ISO 8601 collection start time (UTC). |\n| collectionType | STRING | 'Strip', 'Point', 'Area', or 'Path'. |\n| productType | STRING | Product type identifying the product level ('Orthorectified Imagery'). |\n| productionID | STRING | ID of this version of this product, generated by Singer/TileMill. |\n| productionSystemVersion | STRING | N/A |\n| resamplingMethod | STRING | The method used for interpolated pixel values. |\n| satelliteAzimuthAngleMax | DOUBLE | Maximum satellite azimuth angle over the collection (degrees). |\n| satelliteAzimuthAngleMean | DOUBLE | Mean satellite azimuth angle over the collection (degrees). |\n| satelliteAzimuthAngleMin | DOUBLE | Minimum satellite azimuth angle over the collection (degrees). |\n| satelliteElevationAngleMax | DOUBLE | Maximum satellite elevation angle over the collection (degrees). |\n| satelliteElevationAngleMean | DOUBLE | Mean satellite elevation angle over the collection (degrees). |\n| satelliteElevationAngleMin | DOUBLE | Minimum satellite elevation angle over the collection (degrees). |\n| satelliteName | STRING | Unique name identifying the spacecraft. |\n| snaptoAlignmentConfidence | DOUBLE | N/A |\n| snaptoReferenceAssets | STRING | N/A |\n| solarAzimuthAngle | DOUBLE | Solar azimuth angle at the time of collection. |\n| solarElevationAngle | DOUBLE | Solar elevation angle at the time of collection. |\n| terrainBlendEpoch | DOUBLE | N/A |\n\n### Terms of Use\n\n**Terms of Use**\n\nThis dataset is made available publicly under the Creative Commons by\nAttribution license(CC-BY-4.0).\n\n### Citations\n\nCitations:\n\n- © \\\u003cyear\\\u003e Planet Labs Inc.\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('SKYSAT/GEN-A/PUBLIC/ORTHO/MULTISPECTRAL');\nvar falseColor = dataset.select(['N', 'G', 'B']);\nvar falseColorVis = {\n min: 200.0,\n max: 6000.0,\n};\nMap.setCenter(-70.892, 41.6555, 15);\nMap.addLayer(falseColor, falseColorVis, 'False Color');\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/SKYSAT/SKYSAT_GEN-A_PUBLIC_ORTHO_MULTISPECTRAL) \n[Planet SkySat Public Ortho Imagery, Multispectral](/earth-engine/datasets/catalog/SKYSAT_GEN-A_PUBLIC_ORTHO_MULTISPECTRAL) \nThis data from Planet labs Inc. SkySat satellites was collected for the experimental \"Skybox for Good Beta\" program in 2015, as well as for various crisis response events and a few other projects. The data is available in both a 5-band Multispectral/Pan collection, and a Pansharpened RGB collection. Each image's ... \nSKYSAT/GEN-A/PUBLIC/ORTHO/MULTISPECTRAL, highres,multispectral,pansharpened,planet,satellite-imagery,skysat \n2014-07-03T00:00:00Z/2016-12-24T00:00:00Z \n-70 -180 53 180 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://www.planet.com/)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/SKYSAT_GEN-A_PUBLIC_ORTHO_MULTISPECTRAL)"]]