Google Earth Engine ——全球渔船信息GFW/GFF/V1/vessel_hours数据集

Fishing vessel presence, measured in hours per square km. Each asset is the vessel presence for a given flag state and day, with one band for the presence of each gear type.

See sample Earth Engine scripts. Also see the main GFW site for program information, fully interactive visualization maps, and impacts.

渔船的存在,以每平方公里小时衡量。每项资产是某一船旗国和某一天的渔船存在情况,每一种渔具类型的存在都有一个波段。

参见地球引擎脚本样本。也可参见GFW的主网站,了解项目信息、完全互动的可视化地图和影响。

Dataset Availability

2012-01-01T00:00:00 - 2017-01-01T00:00:00

Dataset Provider

Global Fishing Watch

Collection Snippet

ee.ImageCollection("GFW/GFF/V1/vessel_hours")

Resolution

0.01 degrees

Bands Table

NameDescriptionUnits
drifting_longlinesHours per sq. km of fishing vessel presence with drifting longlines.hours/sq. km
fixed_gearHours per sq. km of fishing vessel presence with fixed gear.hours/sq. km
other_fishingHours per sq. km of fishing vessel presence with other gear types.hours/sq. km
purse_seinesHours per sq. km of fishing vessel presence with purse seines.hours/sq. km
squid_jiggerHours per sq. km of fishing vessel presence with squid jiggers.hours/sq. km
trawlersHours per sq. km of fishing vessel presence with trawlers.hours/sq. km

 影像属性

NameTypeDescription
countryStringISO3 country code of the vessel flag state. For all countries, use “WLD”.
var dataset = ee.ImageCollection('GFW/GFF/V1/vessel_hours')
                  .filter(ee.Filter.date('2016-12-01', '2017-01-01'));
var trawlers = dataset.select('trawlers');
var trawlersVis = {
  min: 0.0,
  max: 5.0,
};
Map.setCenter(130.61, 34.287, 8);
Map.addLayer(trawlers.max(), trawlersVis, 'Trawlers');

 

 

 

使用说明:

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International license. (CC-BY-SA)

数据引用:

Global Fishing Watch, “Tracking the Global Footprint of Fisheries.” Science 361.6378 (2018).

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

此星光明

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

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

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

打赏作者

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

抵扣说明:

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

余额充值