SMOS数据产品介绍与下载方法
1. SMOS数据介绍
The Soil Moisture and Ocean Salinity (SMOS) 卫星是欧空局发射的一颗以探测地球土壤水含量以及海表盐度为目标的卫星,卫星所搭载的唯一载荷为Microwave Imaging Radiometer using Aperture Synthesis (MIRAS微波成像综合孔径辐射计)。
SMOS的数据体系,目前有以下级别:
(1) Raw data:
SMOS Payload data in their original format (CCSDS packets)
(2) Level 0 data products:
These are SMOS payload data in so-called Source Packets with added Earth Explorer product headers. They are chronologically sorted by Source Packet type: Observation Data and Housekeeping Telemetry.
(3) Level 1 data products:
Level 1A data products: Reformatted and calibrated observation and housekeeping data in engineering units.
Level 1B data products: Output of the image reconstruction of the SMOS observation measurements and consist of Fourier components of brightness temperatures in the antenna polarisation reference frame.
Level 1C data products: Multi-incidence angle brightness temperatures at the top of the atmosphere, geolocated in an equal-area grid system.
(4) Level 1 Near Real Time data products
(5) Level 2 data products
Level 2 soil moisture data product; Level 2 sea surface salinity data product
(6) Level 2 Soil Moisture Near Real Time Neural Network data
(7) Level 3 Sea-ice product
(8) Level 3 and 4 data products
更加详细的数据产品可以在下述网站找到https://earth.esa.int/web/guest/missions/esa-operational-eo-missions/smos/content/-/asset_publisher/t5Py/content/data-types-levels-formats-7631
2. SMOS数据下载
在网站https://eo-sso-idp.eo.esa.int/idp/umsso20/registration注册ESA Earth Observation Users' Single Sign On账号,此账号也可用于下载ESA其他卫星产品以及部分合作机构的数据产品,可下载种类不少,具体种类自行去ESA官网查看,此处不再赘述。下面以Level 2 soil moisture data product为例介绍数据下载方法。以下网站对下载方法做了英文的介绍https://smos-diss.eo.esa.int/smos/faq.html
首先打开https://earth.esa.int/web/guest/home,点击Access Data下拉列表的Browse Data Products,进入数据下载页面。
在数据下载界面,可以浏览并下载多种传感器的数据,我们需要SMOS数据,因此选择根据Mission查询,得到网站提供的SMOSS数据集。如下所示。我们需要下载L2级别的数据,因此选择SMOS Science Products数据集,点击GET DATA进入数据分发界面。
在数据分发界面,首先登录EO-SSO账号,然后点击Collections按钮,进入数据分发界面。
在数据分发界面,点击数据集名称进入数据查询界面。
下图展示了后两种查询方法界面。此处我选择第一种查询方法,进行数据查询。
设置数据查询条件(时间范围、区域范围、格式、数据集),Format设置为HTML search response 将展示单个的数据下载链接,如下所示。
在查询结果界面,可以点击单个文件下载。当Format设置为bulk downloads lists时,可以下载所有的数据下载链接。如下图所示。
将下载出来的链接,利用下载工具如讯雷等进行批量下载。
此外也可以利用FTP工具进行数据下载。站点smos-diss.eo.esa.int,用户名和密码为注册的EO-SSO账户密码。推荐 Filezilla 软件下载总体感觉所有的方式在国内访问都比较慢。
另外,这一网站https://earth.esa.int/web/guest/software-tools提供了SMOS数据的相关处理工具。
SMOS数据产品介绍与下载方法的更多相关文章
- SMAP数据产品介绍与下载方法
1 SMAP(Soil Moisture Active and Passive)数据介绍 SMAP baseline science data products在下面的表格中展示,这些数据产品可以从两 ...
- NOAA数据下载方法
NOAA OneStop https://data.noaa.gov/onestop/about NOAA 数据搜索平台,在一个地方同时搜索NOAA的 Geophysical, oceans, coa ...
- EB-SAM9G45裸机程序下载方法
开发板:EB-SAM9G45 这里提供一种裸程序下载的方法. 在官方提供的下载方法中有手动下载和自动下载,它们都离不开SAM-BA软件,而该软件使用比较麻烦,而且操作不当很容易导致电脑蓝屏,还有一个很 ...
- Java构造和解析Json数据的两种方法详解二
在www.json.org上公布了很多JAVA下的json构造和解析工具,其中org.json和json-lib比较简单,两者使用上差不多但还是有些区别.下面接着介绍用org.json构造和解析Jso ...
- STM32下载方法
一.JLINK下载方法 1.硬件设置 Boot0,Boot1 = 0,*(测试通过) Boot0,Boot1 = 1,0或者0,1(未测试) 2.软件设置 MDK设置 ① 选择Project -> ...
- PHP批量下载方法
PHP批量下载方法 界面: $.get(“< ?php echo url::base(true);?>inventory/report/buildCsv”, //后台路径 {‘para ...
- 第十二节,TensorFlow读取数据的几种方法以及队列的使用
TensorFlow程序读取数据一共有3种方法: 供给数据(Feeding): 在TensorFlow程序运行的每一步, 让Python代码来供给数据. 从文件读取数据: 在TensorFlow图的起 ...
- 学习下新塘M0芯片的下载方法
编程方式多种多样,解释这几种方式的原理,方便做后续的回答: 一.脱机 脱机的意思就是脱离PC机,有很多芯片必须连接PC才能烧录,比如某些FPGA芯片.MCU芯片.NAND Flash芯片等.脱机和在线 ...
- Java构造和解析Json数据的两种方法详解二——org.json
转自:http://www.cnblogs.com/lanxuezaipiao/archive/2013/05/24/3096437.html 在www.json.org上公布了很多JAVA下的jso ...
随机推荐
- appium问题汇总(持续更新。。。)
WEBVIEW_unknown adb版本较低,adb 1.0.32版本不支持安卓8.x版本,更新adb版本后正常 Install homebrew ruby -e "$(curl -fsS ...
- 008_Python3 列表
序列是Python中最基本的数据结构.序列中的每个元素都分配一个数字 - 它的位置,或索引,第一个索引是0,第二个索引是1,依此类推. Python有6个序列的内置类型,但最常见的是列表 ...
- AS400遇到的一些问题和解决办法
1.没有权限进入distribution directory wrklnk 'QDLS\' >User not enrolled in system distribution direct ...
- leetcode解题报告(22):Two Sum II - Input array is sorted
描述 Given an array of integers that is already sorted in ascending order, find two numbers such that ...
- ros python 构造 pose
#!/usr/bin/env python import numpy as npfrom geometry_msgs.msg import Pose, Point, Quaternion, Twist ...
- python pillow 处理图片
demo1 #打开图片,并随机添加一些椒盐噪声 from PIL import Image import numpy as np import matplotlib.pyplot as plt img ...
- iptables----sport、dport解释
以前一直对iptables的sport.dport不清楚,所以这里记录一下. (1)清理防火墙: iptables -F iptables -X iptables -Z (2)iptables命令选项 ...
- lucene反向索引——倒排表无论是文档号及词频,还是位置信息,都是以跳跃表的结构存在的
转自:http://www.cnblogs.com/forfuture1978/archive/2010/02/02/1661436.html 4.2. 反向信息 反向信息是索引文件的核心,也即反向索 ...
- [大数据相关] Hive中的全排序:order by,sort by, distribute by
写mapreduce程序时,如果reduce个数>1,想要实现全排序需要控制好map的输出,详见Hadoop简单实现全排序. 现在学了hive,写sql大家都很熟悉,如果一个order by解决 ...
- Asis_2016_b00ks wp
目录 程序基本信息 程序漏洞 利用思路 exp脚本 参考 程序基本信息 程序漏洞 有一个读入函数,程序的所有输入都靠它读取,这个程序有个很明显的off_by_one漏洞,在输入时多输入一个0字符. 利 ...