Google Earth Engine——多光谱/潘氏图像集包含了从原始12位数据上移的五个16位波段的图像。B、G、R和近红外波段的分辨率约为每像素2米,而Pan波段的分辨率约为0.8米

This 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 asset ID contains the acquisition date and time, for example, image s01_20150304T080608Z was acquired on March 4, 2015 at 08:06 Zulu (UTC). For more information, please see the [Planet Imagery Product Specifications] (https://www.planet.com/products/satellite-imagery/files/Planet_Combined_Imagery_Product_Specs_December2017.pdf) and visit the [Planet Imagery and Archive] (Satellite Imagery and Archive | Planet) site.

This Multispectral/Pan collection contains images with five 16-bit bands shifted up from the original 12-bit data. The B, G, R, and Near-IR bands have a resolution of approximately 2m per pixel, while the Pan band is approximately 0.8m resolution (closer to 1m for off-nadir images).

这些数据来自Planet labs Inc. SkySat卫星在2015年为实验性的 "Skybox for Good Beta "项目,以及各种危机应对事件和其他一些项目收集的数据。这些数据有5个波段的多光谱/全景收集,以及一个全景锐化的RGB收集。

每张图片的资产ID包含了采集日期和时间,例如,图片s01_20150304T080608Z是在2015年3月4日08:06 Zulu(UTC)采集的。欲了解更多信息,请参见[行星图像产品规格](https://www.planet.com/products/satellite-imagery/files/Planet_Combined_Imagery_Product_Specs_December2017.pdf),并访问[行星图像和档案](https://www.planet.com/products/planet-imagery/)网站。

这套多光谱/潘氏图像集包含了从原始12位数据上移的五个16位波段的图像。B、G、R和近红外波段的分辨率约为每像素2米,而Pan波段的分辨率约为0.8米(离地图像则接近1米)。

Dataset Availability

2014-07-03T00:00:00 - 2016-12-24T00:00:00

Dataset Provider

Planet Labs Inc.

Collection Snippet

ee.ImageCollection("SKYSAT/GEN-A/PUBLIC/ORTHO/MULTISPECTRAL")

Bands Table

NameDescriptionMin*Max*ResolutionWavelength
BBlue878620892 meters450-515nm
GGreen341620072 meters515-595nm
RRed107633932 meters605-695nm
NNear-IR16628742 meters740-900nm
PPanchromatic16655200.8 meters450-900nm

* = Values are estimated

影像属性:

NameTypeDescription
catalogIDStringUnique catalog ID corresponding to a single collection event; same across all three detectors.
collectionEndTimeStringISO 8601 collection end time (UTC).
collectionStartTimeStringISO 8601 collection start time (UTC).
collectionTypeString'Strip', 'Point', 'Area', or 'Path'.
productTypeStringProduct type identifying the product level ('Orthorectified Imagery').
productionIDStringID of this version of this product, generated by Singer/TileMill.
productionSystemVersionStringN/A
resamplingMethodStringThe method used for interpolated pixel values.
satelliteAzimuthAngleMaxDoubleMaximum satellite azimuth angle over the collection (degrees).
satelliteAzimuthAngleMeanDoubleMean satellite azimuth angle over the collection (degrees).
satelliteAzimuthAngleMinDoubleMinimum satellite azimuth angle over the collection (degrees).
satelliteElevationAngleMaxDoubleMaximum satellite elevation angle over the collection (degrees).
satelliteElevationAngleMeanDoubleMean satellite elevation angle over the collection (degrees).
satelliteElevationAngleMinDoubleMinimum satellite elevation angle over the collection (degrees).
satelliteNameStringUnique name identifying the spacecraft.
snaptoAlignmentConfidenceDoubleN/A
snaptoReferenceAssetsStringN/A
solarAzimuthAngleDoubleSolar azimuth angle at the time of collection.
solarElevationAngleDoubleSolar elevation angle at the time of collection.
terrainBlendEpochDoubleN/A

代码:

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');

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值