NICFI Satellite Data Program Basemaps for Tropical Forest Monitoring - Africa
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Mô tả
Bộ sưu tập hình ảnh này cung cấp quyền truy cập vào thông tin giám sát bằng vệ tinh có độ phân giải cao về vùng nhiệt đới với mục đích chính là giảm và đảo ngược tình trạng mất rừng nhiệt đới, góp phần chống lại biến đổi khí hậu, bảo tồn đa dạng sinh học, góp phần tái sinh, phục hồi và tăng cường rừng, đồng thời tạo điều kiện cho sự phát triển bền vững. Tất cả những mục đích này đều phải là Mục đích sử dụng phi thương mại.
Để tìm hiểu cách truy cập vào Lớp cơ sở, hãy làm theo hướng dẫn đăng ký tại đây .
Các ảnh ghép của Chương trình Dữ liệu vệ tinh NICFI (còn được gọi là ảnh ghép Planet-NICFI) chứa cả bộ sưu tập hằng tháng và bộ sưu tập hai năm một lần được tạo 6 tháng một lần. Loại ảnh ghép được lưu trữ trong trường siêu dữ liệu hình ảnh "cadence". Sử dụng trường đó cùng với ngày bắt đầu và ngày kết thúc của từng ảnh ghép để tìm hình ảnh mong muốn.
Thông tin chi tiết về Bản đồ cơ sở có trong Thông số kỹ thuật về Bản đồ cơ sở của Chương trình dữ liệu vệ tinh NICFI .
Để biết thêm thông tin về Chương trình dữ liệu vệ tinh của NICFI (Sáng kiến về khí hậu và rừng quốc tế của Na Uy) và dữ liệu được cung cấp, vui lòng truy cập vào trang web của Chương trình .
Để hỗ trợ sứ mệnh của NICFI, bạn có thể sử dụng dữ liệu này cho một số dự án, bao gồm nhưng không giới hạn ở:
Thúc đẩy nghiên cứu khoa học về rừng nhiệt đới trên thế giới và các dịch vụ quan trọng mà rừng nhiệt đới cung cấp.
Triển khai và cải thiện các chính sách về quản lý rừng bền vững và sử dụng đất ở các quốc gia và khu vực pháp lý đang phát triển có rừng nhiệt đới.
Tăng cường tính minh bạch và trách nhiệm giải trình ở vùng nhiệt đới.
Bảo vệ và cải thiện quyền của người bản địa và cộng đồng địa phương ở các quốc gia có rừng nhiệt đới.
Đổi mới các giải pháp nhằm giảm áp lực lên rừng do thị trường hàng hoá và tài chính toàn cầu gây ra.
Băng tần
Kích thước pixel
4,77 mét
Băng tần
Tên
Phút
Tối đa
Tỷ lệ
Kích thước pixel
Mô tả
B
0
10000
0,0001
mét
Xanh dương
G
0
10000
0,0001
mét
Xanh lục
R
0
10000
0,0001
mét
Đỏ
N
0
10000
0,0001
mét
Cận hồng ngoại
Thuộc tính hình ảnh
Thuộc tính hình ảnh
Tên
Loại
Mô tả
tần suất
STRING
Khoảng thời gian mà ảnh ghép bao phủ: hằng tháng hoặc hai năm một lần
Điều khoản sử dụng
Điều khoản sử dụng
Dữ liệu này có các quy định hạn chế về việc sử dụng, sao chép và phân phối để hỗ trợ mục đích của Chương trình dữ liệu vệ tinh NICFI. Bạn có thể xem toàn bộ thoả thuận cấp phép tại đây .
Thông báo bản quyền:
Hình ảnh © 20xx Planet Labs PBC (trong đó xx là năm sử dụng nội dung)
Trích dẫn
Planet Team (2017). Giao diện lập trình ứng dụng Planet: Trong không gian vì sự sống trên Trái Đất. San Francisco, CA. https://api.planet.com
Khám phá bằng Earth Engine
Lưu ý quan trọng:
Earth Engine là một nền tảng để phân tích khoa học và trực quan hoá các tập dữ liệu không gian địa lý ở quy mô petabyte, vừa mang lại lợi ích cho cộng đồng, vừa phục vụ người dùng doanh nghiệp và chính phủ.
Bạn có thể sử dụng Earth Engine miễn phí cho mục đích nghiên cứu, giáo dục và phi lợi nhuận. Để bắt đầu, vui lòng đăng ký quyền truy cập vào Earth Engine .
Trình soạn thảo mã (JavaScript)
// This collection is not publicly accessible. To sign up for access,
// please see https://developers.planet.com/docs/integrations/gee/nicfi
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 );
Mở trong Trình soạn thảo mã
[null,null,[],[[["\u003cp\u003eThis dataset provides high-resolution satellite monitoring of the tropics to reduce and reverse tropical forest loss for non-commercial use.\u003c/p\u003e\n"],["\u003cp\u003eIt includes monthly and biannual mosaics with imagery available from December 2015 to November 2024.\u003c/p\u003e\n"],["\u003cp\u003eAccess requires following specific sign-up instructions, as it's part of the NICFI Satellite Data Program and has usage restrictions.\u003c/p\u003e\n"],["\u003cp\u003eThe data has a spatial resolution of 4.77 meters and includes bands for Blue, Green, Red, and Near-infrared.\u003c/p\u003e\n"],["\u003cp\u003eUse cases include scientific research, policy implementation, transparency initiatives, and indigenous rights protection related to tropical forests.\u003c/p\u003e\n"]]],[],null,["# NICFI Satellite Data Program Basemaps for Tropical Forest Monitoring - Africa\n\ninfo\n\n\nThis dataset is part of a Publisher Catalog, and not managed by Google Earth Engine.\n\nContact support@planet.com\n\nfor bugs or [view more datasets](https://developers.google.com/earth-engine/datasets/publisher/planet-nicfi)\nfrom the Planet Catalog. [Learn more about Publisher datasets](/earth-engine/datasets/publisher). \n[](https://planet.com/nicfi) \n\nCatalog Owner\n: Planet\n\nDataset Availability\n: 2015-12-01T00:00:00Z--2025-07-01T00:00:00Z\n\nDataset Provider\n:\n\n\n [Planet](https://planet.com/nicfi)\n\nTags\n:\n[basemaps](/earth-engine/datasets/tags/basemaps) [forest](/earth-engine/datasets/tags/forest) [nicfi](/earth-engine/datasets/tags/nicfi) [planet](/earth-engine/datasets/tags/planet) [planet-nicfi](/earth-engine/datasets/tags/planet-nicfi) [publisher-dataset](/earth-engine/datasets/tags/publisher-dataset) [satellite-imagery](/earth-engine/datasets/tags/satellite-imagery) [sr](/earth-engine/datasets/tags/sr) [surface-reflectance](/earth-engine/datasets/tags/surface-reflectance) [tropics](/earth-engine/datasets/tags/tropics) \n\n#### Description\n\nThis image collection provides access to high-resolution satellite\nmonitoring of the tropics for the primary purpose of reducing and reversing the\nloss of tropical forests, contributing to combating climate change, conserving\nbiodiversity, contributing to forest regrowth, restoration and enhancement, and\nfacilitating sustainable development, all of which must be Non-Commercial Use.\n\nTo learn how to access the Basemaps, follow the\n[sign up instructions here](https://developers.planet.com/docs/integrations/gee/nicfi/).\n\nThe NICFI Satellite Data Program mosaics (also referred to as Planet-NICFI\nmosaics) contain both monthly and biannual collections generated every\n6 months. The type of the mosaic is stored in the image metadata field\n'cadence'. Use that field along with the start and end date for each mosaic\nto find the desired imagery.\n\nFull details about the Basemaps are available in\n[NICFI Satellite Data Program Basemap spec](https://assets.planet.com/docs/NICFI_Basemap_Spec_Addendum.pdf).\n\nFor more information about the NICFI (Norway's International Climate\nand Forest Initiative) Satellite Data Program and the data offered,\nplease visit\n[the Program's website](https://assets.planet.com/docs/NICFI_General_FAQs.pdf).\n\nIn support of NICFI's mission, you can use this data for a number of projects\nincluding, but not limited to:\n\n- Advance scientific research about the world's tropical forests and the critical services they provide.\n- Implement and improve policies for sustainable forest management and land use in developing tropical forest countries and jurisdictions.\n- Increase transparency and accountability in the tropics.\n- Protect and improve the rights of indigenous peoples and local communities in tropical forest countries.\n- Innovate solutions towards reducing pressure on forests from global commodities and financial markets.\n\n### Bands\n\n\n**Pixel Size**\n\n4.77 meters\n\n**Bands**\n\n| Name | Min | Max | Scale | Pixel Size | Description |\n|------|-----|-------|--------|------------|---------------|\n| `B` | 0 | 10000 | 0.0001 | meters | Blue |\n| `G` | 0 | 10000 | 0.0001 | meters | Green |\n| `R` | 0 | 10000 | 0.0001 | meters | Red |\n| `N` | 0 | 10000 | 0.0001 | meters | Near-infrared |\n\n### Image Properties\n\n**Image Properties**\n\n| Name | Type | Description |\n|---------|--------|-----------------------------------------------------|\n| cadence | STRING | The interval the mosaic covers: monthly or biannual |\n\n### Terms of Use\n\n**Terms of Use**\n\nThis data has usage, reproduction, and distribution restrictions in support\nof the NICFI Satellite Data Program purpose. The full licensing agreement is available\n[here](https://assets.planet.com/docs/Planet_ParticipantLicenseAgreement_NICFI.pdf).\n\nCopyright notice:\n\nImage © 20xx Planet Labs PBC (where xx denotes the year of the content\nused)\n\n### Citations\n\nCitations:\n\n- Planet Team (2017). Planet Application Program Interface: In Space for Life\n on Earth. San Francisco, CA. \u003chttps://api.planet.com\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\n// This collection is not publicly accessible. To sign up for access,\n// please see https://developers.planet.com/docs/integrations/gee/nicfi\nvar nicfi = ee.ImageCollection('projects/planet-nicfi/assets/basemaps/africa');\n\n// Filter basemaps by date and get the first image from filtered results\nvar basemap= nicfi.filter(ee.Filter.date('2021-03-01','2021-07-01')).first();\n\nMap.centerObject(basemap, 4);\n\nvar vis = {'bands':['R','G','B'],'min':64,'max':5454,'gamma':1.8};\n\nMap.addLayer(basemap, vis, '2021-03 mosaic');\nMap.addLayer(\n basemap.normalizedDifference(['N','R']).rename('NDVI'),\n {min:-0.55,max:0.8,palette: [\n '8bc4f9', 'c9995c', 'c7d270','8add60','097210'\n ]}, 'NDVI', false);\n```\n[Open in Code Editor](https://code.earthengine.google.com/?scriptPath=Examples:Datasets/planet-nicfi/projects_planet-nicfi_assets_basemaps_africa) \n[NICFI Satellite Data Program Basemaps for Tropical Forest Monitoring - Africa](/earth-engine/datasets/catalog/projects_planet-nicfi_assets_basemaps_africa) \nThis 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. ... \nprojects/planet-nicfi/assets/basemaps/africa, basemaps,forest,nicfi,planet,planet-nicfi,publisher-dataset,satellite-imagery,sr,surface-reflectance,tropics \n2015-12-01T00:00:00Z/2025-07-01T00:00:00Z \n-30.4 -25.5 25.6 58 \nGoogle Earth Engine \nhttps://developers.google.com/earth-engine/datasets\n\n- [](https://doi.org/https://planet.com/nicfi)\n- [](https://doi.org/https://developers.google.com/earth-engine/datasets/catalog/projects_planet-nicfi_assets_basemaps_africa)"]]