October 23, 2013 - Fires and smoke in eastern China

Satellite: Aqua
Date Acquired: 10/12/2013
Resolutions: 1km (556.1 KB)500m (2.1 MB)250m (5.1 MB)
Bands Used: 1,4,3
Credit: Jeff Schmaltz
MODIS Land Rapid Response Team,
NASA GSFC

On October 12, 2013 the Moderate Resolution Imaging Spectroradiometer (MODIS) aboard NASA’s Aqua satellite flew over eastern China and captured this dramatic true-color image of a land covered by a pall-gray shroud of smoke and haze.

Near the center of the image, dense clusters of red hotspots cover much of the rich agricultural land in Henan and Anhui Provinces, while other clusters are seen in Hubei (to the south) and Hebei (north). In many locations, especially in the central region, streams of smoke pour from these areas, and are blown northwest by strong prevailing winds. These red hotspots mark areas where the thermal sensors on the MODIS instrument have detected increased temperatures. When combined with smoke, they mark actively burning fire.

The thickest smoke lies between the northern and central fire clusters, and obscures the ground. The large city of Beijing, located in the north central area of the image, is entirely obscured by the smoke, haze and fog, as is the municipality of Tianjin on the coast of Bohai Sea. Where clouds cover the image, they appear bright white in contrast to the smoke. In some areas, the high white clouds cast shadows on the smoke, indicating that the shroud lies underneath cloud height.

Eastern China has struggled with poor air quality for decades. Agricultural burning, coal-fired heat for home and industry, automobiles, coal-mine fires and other pollution combine with air inversions to create severe ground-level air pollution. Under such conditions, respiratory illnesses are common, and both human and animal health is compromised.

On October 22, Asia News reported that the Ministry of Environmental Protection released air quality data for the third quarter of 2013 (July – September). Of the 10 worse cities, 7 were in the Hebei province, one in Shandong province, one in Henan province and the municipality of Tianjin. All of those areas appear shrouded with smoke and haze in this image.

from : http://modis.gsfc.nasa.gov/gallery/individual.php?db_date=2013-10-23

October 23, 2013 - Fires and smoke in eastern China的更多相关文章

  1. Visual Studio 2013发布Cloud Service至Azure China

    Visual Studio 2013发布Cloud Service至Azure China <Windows Azure Platform 系列文章目录> 之前有很多网友询问我如何通过VS ...

  2. Fix catalyst driver in Ubuntu 13.04 / 13.10

    Fix catalyst driver in Ubuntu 13.04 / 13.10(墙外文章备份) 1. Introduction I found lots of people strugglin ...

  3. [SQL in Azure] Tutorial: AlwaysOn Availability Groups in Azure (GUI)

    http://msdn.microsoft.com/en-us/library/azure/dn249504.aspx Tutorial: AlwaysOn Availability Groups i ...

  4. Notes of the scrum meeting(2013/10/23)

    ps:本来是10月23号周三下午开的会,这几天由于各种事情忙,忘记写博客了,现在补上. 软工项目组buaa_smile开始项目第一次scrum meeting meeting time:4:00~5: ...

  5. 美国政府关于Google公司2013年度的财务报表红头文件

    请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K   UNIT ...

  6. New York Comic Con 2013 - 2013年纽约动漫展

    New York Comic Con - 2013年纽约动漫展 New York Comic Con is the largest pop culture event on the East Coas ...

  7. Notes of the scrum meeting(2013/10/27)

    软工项目组buaa_smile确定自由项目主题及实现功能的scrum meeting meeting time:1:00~2:00p.m.,October 27th,2013 meeting plac ...

  8. Notes of the scrum meeting(2013/10/20)

    软工项目组buaa_smile确定自由项目主题及实现功能的scrum meeting meeting time:7:30~9:00p.m.,October 20th,2013 meeting plac ...

  9. Python学习笔记23:Django构建一个简单的博客网站(一个)

    在说如何下载和安装Django,本节将重点讨论如何使用Django站点. 一 新建project 命令:django-admin startproject mysite # 有的须要输入:django ...

随机推荐

  1. python复杂网络库networkx:算法

    http://blog.csdn.net/pipisorry/article/details/54020333 Networks算法Algorithms 最短路径Shortest Paths shor ...

  2. Android自定义底部带有动画的Dialog

    Android自定义底部带有动画的Dialog 效果图 先看效果图,是不是你想要的呢 自定义Dialog package --.view; import android.app.Dialog; imp ...

  3. activiti 动态配置 activiti 监听引擎启动和初始化(高级源码篇)

    1.1.1. 前言 用户故事:现在有这样一个需求,第一个需求:公司的开发环境,测试环境以及线上环境,我们使用的数据库是不一样的,我们必须能够任意的切换数据库进行测试和发布,对数据库连接字符串我们需要加 ...

  4. [Flask]学习杂记一 Hello程序

    这几天买了本  <Flask Web开发:基于Python的Web应用开发实战>,之前也用过flask 但是不怎么系统,有时候需要搭建一些临时的测试服务,用falsk比较方面,一个文件就可 ...

  5. SQLite Select 语句(http://www.w3cschool.cc/sqlite/sqlite-select.html)

    SQLite Select 语句 SQLite 的 SELECT 语句用于从 SQLite 数据库表中获取数据,以结果表的形式返回数据.这些结果表也被称为结果集. 语法 SQLite 的 SELECT ...

  6. 20 ViewPager demo5,6:FragmentAdapter 导航数据

    Demo5 文件结构: MainActivity.java package com.qf.day20_viewpager_demo5; import java.util.ArrayList; impo ...

  7. [struts2学习笔记] 第五节 编写struts2的action代码

    本文地址:http://blog.csdn.net/sushengmiyan/article/details/40479299 官方文档: http://struts.apache.org/relea ...

  8. 自定义控件辅助神器ViewDragHelper

    ViewDragHelper作为官方推出的手势滑动辅助工具,极大的简化了我们对手势滑动的处理逻辑,v4包中的SlidingPaneLayout和DrawerLayout内部都有ViewDragHelp ...

  9. 带你深入理解STL之List容器

    上一篇博客中介绍的vector和数组类似,它拥有一段连续的内存空间,并且起始地址不变,很好的支持了随机存取,但由于是连续空间,所以在中间进行插入.删除等操作时都造成了内存块的拷贝和移动,另外在内存空间 ...

  10. COM原理与实现之一

    COM原理与实现之一 COM组件其实是一种特殊的对象体系,遵循一个统一的标准,使到各个软件都可以通过某种方法访问这个对象的方法,也就可以做到组件调用.COM就是统一的标准--通过接口来调用COM组件. ...