以下三个数据集目前无法找到,可能是因为GEE已经将其删除,或者更新之后没有改集合名称:

projects_planet-nicfi_assets_basemaps_africa

projects_planet-nicfi_assets_basemaps_americas

projects_planet-nicfi_assets_basemaps_asia

This image collection provides access to high-resolution satellite monitoring of the tropics for the primary purpose of reducing and reversing the loss of tropical forests, contributing to combating climate change, conserving biodiversity, contributing to forest regrowth, restoration and enhancement, and facilitating sustainable development, all of which must be Non-Commercial Use.

To learn how to access the Basemaps, follow the sign up instructions here.

NICFI mosaics contain both monthly and biannual collections. (Biannual collections are generated every 6 months.) The type of the mosaic is stored in the image metadata field 'cadence'. Use that field along with the start and end date for each mosaic to find the desired imagery.

Full details about the Basemaps are available in Planet's NICFI Basemap spec.

For more information about NICFI (Norway's International Climate and Forest Initiative) and the NICFI Basemaps, see the FAQ.

In support of NICFI's mission, you can use this data for a number of projects including, but not limited to:

  • Advance scientific research about the world's tropical forests and the critical services they provide.
  • Implement and improve policies for sustainable forest management and land use in developing tropical forest countries and jurisdictions.
  • Increase transparency and accountability in the tropics.
  • Protect and improve the rights of indigenous peoples and local communities in tropical forest countries.
  • Innovate solutions towards reducing pressure on forests from global commodities and financial markets.

该图像集提供了对热带地区高分辨率卫星监测的访问,主要目的是减少和扭转热带森林的损失,促进应对气候变化,保护生物多样性,促进森林再生、恢复和提高,以及促进可持续发展,所有这些都必须是非商业用途。

要了解如何获取基础地图,请按照这里的注册说明进行。

NICFI的马赛克包含每月和半年的收集。(马赛克的类型被存储在图像元数据字段 "cadence "中。使用该字段以及每个马赛克的开始和结束日期来查找所需的图像。

关于Basemaps的全部细节可以在Planet的NICFI Basemap规格中找到。

更多关于NICFI(挪威国际气候与森林倡议)和NICFI基础地图的信息,请参见FAQ。

为了支持NICFI的使命,你可以将这些数据用于一些项目,包括但不限于。

推动有关世界热带森林及其提供的关键服务的科学研究。
在发展中的热带森林国家和管辖区实施和改进可持续森林管理和土地利用的政策。
增加热带地区的透明度和问责制。
保护和改善热带森林国家的原住民和当地社区的权利。
创新解决方案,减少全球商品和金融市场对森林的压力。

Dataset Availability

2015-12-01T00:00:00 - 2021-06-29T00:00:00

Dataset Provider

Planet

Collection Snippet

ee.ImageCollection("projects/planet-nicfi/assets/basemaps/africa")

Resolution

4.77 meters

Bands Table

Name Description
B Blue
G Green
R Red
NIR Near-infrared

影像属性:

Name Type Description
cadence String The interval the mosaic covers: monthly or biannual

无法运行:

var nicfi = ee.ImageCollection('projects/planet-nicfi/assets/basemaps/africa');// Filter basemaps by date and get the first image from filtered results
var basemap= nicfi.filter(ee.Filter.date('2021-03-01','2021-07-01')).first();Map.centerObject(basemap, 4)var vis = {"bands":["R","G","B"],"min":64,"max":5454,"gamma":1.8};Map.addLayer(basemap, vis, '2021-03 mosaic');
Map.addLayer(basemap.normalizedDifference(['N','R']).rename('NDVI'),{min:-0.55,max:0.8,palette: ['8bc4f9', 'c9995c', 'c7d270','8add60','097210']}, 'NDVI', false);

var nicfi = ee.ImageCollection('projects/planet-nicfi/assets/basemaps/americas');// Filter basemaps by date and get the first image from filtered results
var basemap= nicfi.filter(ee.Filter.date('2021-03-01','2021-07-01')).first();Map.centerObject(basemap, 4)var vis = {"bands":["R","G","B"],"min":64,"max":5454,"gamma":1.8};Map.addLayer(basemap, vis, '2021-03 mosaic');
Map.addLayer(basemap.normalizedDifference(['N','R']).rename('NDVI'),{min:-0.55,max:0.8,palette: ['8bc4f9', 'c9995c', 'c7d270','8add60','097210']}, 'NDVI', false);

var nicfi = ee.ImageCollection('projects/planet-nicfi/assets/basemaps/asia');// Filter basemaps by date and get the first image from filtered results
var basemap= nicfi.filter(ee.Filter.date('2021-03-01','2021-07-01')).first();Map.setCenter(107, 10, 4);var vis = {"bands":["R","G","B"],"min":64,"max":5454,"gamma":1.8};Map.addLayer(basemap, vis, '2021-03 mosaic');
Map.addLayer(basemap.normalizedDifference(['N','R']).rename('NDVI'),{min:-0.55,max:0.8,palette: ['8bc4f9', 'c9995c', 'c7d270','8add60','097210']}, 'NDVI', false);

Google Earth Engine——GEE中无法实现的三个数据集此数据集提供了对热带地区高分辨率卫星监测的访问,主要目的是减少和扭转热带森林的损失,促进应对气候变化,保护生物多样性,促进森林再生相关推荐

  1. GEE学习笔记:在Google Earth Engine(GEE)中导出shp文件

    目前想到的需要导出shp文件的应用场景有如下: 1.在线处理矢量数据,将结果导出.         2.在GEE上选取样本点,导出到本地处理.         3.将得到的栅格结果转成矢量,再导出到本 ...

  2. GEE学习笔记:在Google Earth Engine(GEE)中批量下载Sentinel-2影像

    目标:批量下载研究区域满足一定条件的所有Sentinel-2影像. Sentienl-2A携带了一枚多光谱成像仪(MSI),具有三种不同的空间分辨率 ,10m空间分辨率下有四个波段( B2.B3.B4 ...

  3. GEE学习笔记:在Google Earth Engine(GEE)中计算坡度、坡向、山体阴影

    本次实验使用的 SRTM 数字高程数据是 30 米分辨率数据,对某地区的坡度.坡向和山体阴影信息进行提取. 目录 1.获取SRTMGL1_003 数据 2.计算地形特征 3.分别提取各地形因子 4.完 ...

  4. Google Earth Engine(GEE)——User memory limit exceeded(2)

    上一次我们已经知道如何去进行避免这种错误的发生,有关详细内容,如果单单只是解决这个问题我们用到的是limit 和 first,上一次的博客在这里: (207条消息) Google Earth Engi ...

  5. Google Earth Engine(GEE) 01-中输入提示快捷键Ctrl+space无法使用的问题

    Google Earth Engine(GEE) 01-中输入提示快捷键Ctrl+space无法使用的问题 GEE中 Ctrl+space组合键用于代码输入快捷提示,能够提高编码的准确度和速度,但是, ...

  6. 使用Google Earth Engine (GEE)实现MODIS数据批量下载

    使用Google Earth Engine GEE实现MODIS数据批量下载 前言 下载数据代码 批量执行run任务 关注公众号,分享GIS知识.ArcGIS教程.SCI论文与科研日常等 前言 上图是 ...

  7. 基于google earth engine(GEE)下载研究区域影像

    基于google earth engine(GEE)下载研究区域影像 当研究需要Landsat数据时,我们可以通过USGS官网或者地理空间数据云平台下载.由于地理空间数据云目前无法下载到较新的数据,可 ...

  8. Google Earth Engine(GEE)批量下载代码(以 NDVI数据为例)

    下载数据先准备工作(具体细节都能查到):科学上网 谷歌邮箱,谷歌邮箱注册GEE账号. 一:导入需要下载边界shp文件. 标题 找到自己的shp文件,导入除了sbx文件的所有文件. 导入成功 命名ass ...

  9. Google Earth Engine(GEE)——可视化动态图

    代码: var geometry = /* color: #d63000 *//* shown: false *//* displayProperties: [{"type": & ...

最新文章

  1. d类功放芯片_【学术论文】应用于无滤波级D类音频功放的新型死区时间控制系统...
  2. 图解在emu8086中学习几条汇编语言常用语句
  3. python如何安装torch_PyTorch安装与基本使用详解
  4. labview叠加白噪声_振荡器的相位噪声模型
  5. app后台开发笔记-新手
  6. python函数调用追踪_Python函数调用追踪实现代码
  7. HTML DOM方法
  8. cpu频率_新版win10修复CPU频率显示不正确的bug
  9. C/C++好不好学习呢?
  10. 离散数学1 命题逻辑-基本的概念
  11. ddk开发 c语言,使用DDK提供的build进行编译驱动一点总结
  12. flash 10 android,adobe flash 10.0.0
  13. react 最佳入门_详解React-Todos入门例子
  14. 湖南省张家界市谷歌高清卫星地图下载
  15. Raptor制作猜数游戏流程图
  16. 有水量服务器水温还是不稳定,我的热水器水量忽大忽小
  17. 可视化行程管理app_可视化流量:时间行程,扭矩和时间图
  18. MavenLombok
  19. LabVIEW使用入门指导
  20. 服务器系统lede,[OpenWrt Wiki] 系统配置

热门文章

  1. android4.2家长密码,家长维护学生资料
  2. 后端ut测试(精选)
  3. java设计一个bank类实现银行_java定义一个类实现银行账户的概念。
  4. 微信小程序 怎么插入图片?image组件的使用教程。
  5. SVM支持向量机原理(二) 线性支持向量机的软间隔最大化模型
  6. 这几款效率神器,Windows装机必备
  7. 如何下载学习通mooc上的课件,不需要任何工具
  8. CodePen最佳实例分享
  9. 只需九步让你新站成为高权重网站
  10. 老男孩教育 | 努力5个月,收获年薪20w,成功转行!