Google Earth Engine ——逐小时捕鱼强度GFW/GFF/V1/fishing_hours数据集

简介: Google Earth Engine ——逐小时捕鱼强度GFW/GFF/V1/fishing_hours数据集

Fishing effort, measured in hours of inferred fishing activity. Each asset is the effort for a given flag state and day, with one band for the fishing activity 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/fishing_hours")

Resolution

0.01 degrees

Bands Table

Name Description Units
drifting_longlines Hours per sq. km of fishing with drifting longlines. hours/sq. km
fixed_gear Hours per sq. km of fishing with fixed gear. hours/sq. km
other_fishing Hours per sq. km of fishing with other gear types. hours/sq. km
purse_seines Hours per sq. km of fishing with purse seines. hours/sq. km
squid_jigger Hours per sq. km of fishing with squid jiggers. hours/sq. km
trawlers Hours per sq. km of fishing with trawlers. hours/sq. km

影像属性:

Name Type Description
country String ISO3 country code of the vessel flag state. For all countries, use “WLD”.
var dataset = ee.ImageCollection('GFW/GFF/V1/fishing_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(16.201, 36.316, 7);
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).


相关文章
|
2月前
|
数据可视化 定位技术 Sentinel
如何用Google Earth Engine快速、大量下载遥感影像数据?
【2月更文挑战第9天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,批量下载指定时间范围、空间范围的遥感影像数据(包括Landsat、Sentinel等)的方法~
505 0
如何用Google Earth Engine快速、大量下载遥感影像数据?
|
2月前
|
机器学习/深度学习 算法 数据可视化
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
基于Google Earth Engine云平台构建的多源遥感数据森林地上生物量AGB估算模型含生物量模型应用APP
104 0
|
1月前
|
存储 编解码 数据可视化
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
【2月更文挑战第14天】本文介绍在谷歌地球引擎(Google Earth Engine,GEE)中,按照给定的地表分类数据,对每一种不同的地物类型,分别加以全球范围内随机抽样点自动批量选取的方法~
258 0
Google Earth Engine获取随机抽样点并均匀分布在栅格的不同数值区中
|
2月前
|
数据处理
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
Google Earth Engine(GEE)——sentinel-1数据处理过程中出现错误Dictionary does not contain key: bucketMeans
29 0
|
2月前
|
编解码 人工智能 算法
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
Google Earth Engine——促进森林温室气体报告的全球时间序列数据集
24 0
|
2月前
|
编解码 人工智能 数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
Google Earth Engine(GEE)——全球道路盘查项目全球道路数据库
43 0
|
2月前
|
编解码
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
Open Google Earth Engine(OEEL)——matrixUnit(...)中产生常量影像
21 0
|
2月前
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
Google Earth Engine(GEE)——导出指定区域的河流和流域范围
43 0
|
2月前
|
传感器 编解码 数据处理
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
Open Google Earth Engine(OEEL)——哨兵1号数据的黑边去除功能附链接和代码
22 0
|
2月前
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
Google Earth Engine(GEE)——当加载图表的时候出现错误No features contain non-null values of “system:time_start“.
40 0

热门文章

最新文章