前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Google Earth Engine(GEE) ——河流中管理不善的塑料垃圾数据集

Google Earth Engine(GEE) ——河流中管理不善的塑料垃圾数据集

作者头像
此星光明
发布2024-02-02 14:34:30
1560
发布2024-02-02 14:34:30
举报

河流中管理不善的塑料垃圾数据集 该数据集显示了2015年全球河流受管理不善的塑料废物(MPW)影响的情况,以及根据三种情况预测的2060年的影响。2060年的不同情景是:A:一切照旧;B:改善塑料回收;C:改善塑料回收和减少塑料使用的预测。前言 – 床长人工智能教程

有四个全球数据集,包括

2015年和2060年三种情况下的MPW、 河流类型(例如,蜿蜒或辫状)。 过去36年中河流的迁移情况以及 人类对河流的影响。 数据集在《总体环境科学》上发表的论文中作了进一步的详细描述https://www.sciencedirect.com/science/article/pii/S0048969723004369,在Zenodo数据存储库或使用这里的互动地图。Legacy of MPW in Rivers

管理不善的塑料垃圾数据集

  • Band 'MPW2015' = MPW input in 2015
  • Band 'MPW2060A' = MPW input in 2060 based on a 'business as usual' projection.
  • Band 'MPW2060B' = MPW input in 2060 based on an 'improved plastic recycling' scenario.
  • Band 'MPW2060C' = MPW input in 2060 based on an 'improved plastic recycling and reduced plastic demand' scenario.
  • Band 'FFPW2015' = Potential plastic accumulation in 2015.
  • Band 'FFPW2060A' = Potential plastic accumulation in 2060 based on a 'business as usual' projection.
  • Band 'FFPW2060B' = Potential plastic accumulation in 2060 based on an 'improved plastic recycling' scenario.
  • Band 'FFPW2060C' = Potential plastic accumulation in 2060 based on an 'improved plastic recycling and reduced plastic demand' scenario.

Values for MPW datasets

  • 1000 = Very High impact (> 10 t/yr/km2)
  • 2000 = High impact (1 to 10 t/yr/km2)
  • 3000 = Moderate Impact (0.1 to 1 t/yr/km2)
  • 4000 = Low Impact (< 0.1 t/yr/km2)
  • 5000 = None

Values for FFPW datasets

  • 1000 = Very High impact (> 100 t/yr/km2)
  • 2000 = High impact (10 to 100 t/yr/km2)
  • 3000 = Moderate Impact (1 to 10 t/yr/km2)
  • 4000 = Low Impact (< 1 t/yr/km2)
  • 5000 = None

River Type Dataset

  • Code 0 = No Data/Background
  • Code 1 = Meandering/Single-threaded River
  • Code 2 = Braided/Multi-threaded River
  • Code 3 = Lacustrine/Wetland Environment

River Migration Dataset

  • Code 0 = No Data/Background
  • Code 20 = Actively migrating river over 36-years of satellite observations
  • Code 30 = Permanent river waterbody over 36-years of satellite observations

River Impact Dataset

  • Code 0 - No Data/Background
  • Code 100 - Free Flowing River
  • Code 200 - Good Connectivity River
  • Code 300 - Impacted River

文献:

代码语言:javascript
复制
Nyberg, Björn, Peter T. Harris, Ian Kane, and Thomas Maes. "Leaving a plastic legacy: Current and future scenarios for mismanaged plastic waste in
rivers." Science of the Total Environment 869 (2023): 161821.

数据引用:

代码语言:javascript
复制
Nyberg, Bjorn. (2022). Legacy of MPW in Rivers (0.1) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.6894684

代码:

代码语言:javascript
复制
var change = ee.Image('projects/sat-io/open-datasets/MPW/changeMap'); //River Change
var ffr = ee.Image('projects/sat-io/open-datasets/MPW/riverImpact'); //Free flowing rivers
var env = ee.Image('projects/sat-io/open-datasets/MPW/Plastics_Env'); //River Types
var mpw = ee.Image('projects/sat-io/open-datasets/MPW/MPW_data'); // Mismanaged plastic waste


var colors = {min:1000,max:5000, palette:['#ff0000','#ff9900','#ffd400','#fdff83','#ffffff']};
var colors2 = {min:0,max:3, palette:['#ffffff','#74ef27','#137800','#89ffef']};
var colors3 = {min:10,max:30, palette:['#ffffff','#fff81d','#45a9ff']};
var colors4 = {min:100,max:300, palette:['#007eff','#fff700','#ff00eb']};

var mask = env.gt(0);
var change = change.mask(mask);
var env = env.mask(mask);
var ffr = ffr.mask(mask);
var mpw2015 = mpw.select('MPW2015'); //select MPW input in 2015

Map.addLayer(env,colors2, 'River Type');
Map.addLayer(change,colors3,'River Migration');
Map.addLayer(ffr,colors4, 'River Impact');
Map.addLayer(mpw2015,colors, 'MPW input 2015');

链接:https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:oceans-shorelines/MISMANAGED-PLASTIC-WASTE

License

The dataset is made available under the terms of the Creative Commons Attribution 4.0 International license

Curated by: Björn Nyberg

Keywords: Rivers, Plastic, Mismanaged plastic waste

Last updated: July 24th 2022

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2024-02-01,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
数据保险箱
数据保险箱(Cloud Data Coffer Service,CDCS)为您提供更高安全系数的企业核心数据存储服务。您可以通过自定义过期天数的方法删除数据,避免误删带来的损害,还可以将数据跨地域存储,防止一些不可抗因素导致的数据丢失。数据保险箱支持通过控制台、API 等多样化方式快速简单接入,实现海量数据的存储管理。您可以使用数据保险箱对文件数据进行上传、下载,最终实现数据的安全存储和提取。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档