供测试的各种遥感数据

stestdata的Python项目详细描述


https://travis-ci.org/sat-utils/sat-testdata.svg?branch=develop

用于测试的卫星测试数据存储库。当前包括

  • 陆地卫星8
  • 哨兵2

示例

>>>importpprint>>>fromstestdataimportTestData>>>t=TestData('landsat8')>>>t.names['small_full_data_cloudy']>>>pprint.pprint(t.examples){'small_full_data_cloudy':{'B1':{'band_name':'B1','band_type':'coastal','filename':'test_B1.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B1.tif'},'B2':{'band_name':'B2','band_type':'blue','filename':'test_B2.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B2.tif'},'B3':{'band_name':'B3','band_type':'green','filename':'test_B3.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B3.tif'},'B4':{'band_name':'B4','band_type':'red','filename':'test_B4.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B4.tif'},'B5':{'band_name':'B5','band_type':'nir','filename':'test_B5.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B5.tif'},'B6':{'band_name':'B6','band_type':'swir1','filename':'test_B6.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B6.tif'},'B7':{'band_name':'B7','band_type':'swir2','filename':'test_B7.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B7.tif'},'B8':{'band_name':'B8','band_type':'pan','filename':'test_B8.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B8.tif'},'B9':{'band_name':'B9','band_type':'cirrus','filename':'test_B9.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B9.tif'},'BQA':{'band_name':'BQA','band_type':'quality','filename':'test_BQA.tif','path':'/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_BQA.tif'}}}>>>t.files_bands{'small_full_data_cloudy':{'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B6.tif':['swir1'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B8.tif':['pan'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B1.tif':['coastal'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B9.tif':['cirrus'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B2.tif':['blue'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B4.tif':['red'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_BQA.tif':['quality'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B3.tif':['green'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B5.tif':['nir'],'/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B7.tif':['swir2']}}>>>t.files{'small_full_data_cloudy':['/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B1.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B2.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B3.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B4.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B5.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B6.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B7.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B8.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_B9.tif','/Users/ajdevseed/lib/repos/sat/sat-testdata/stestdata/data/landsat8/small_full_data_cloudy/test_BQA.tif']}

关于

sat测试数据由Development Seed生成。该工具在MIT license下可用。

此存储库中的数据在CC0许可下可用,并包含Copernicus Sentinel dataUS Geological Survey中的陆地卫星数据。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
在ElasticSearch中将SearchHit转换为Java对象   第三方库类的java重写XmlAdapter   java如何使用动画类获得平滑的动画效果?   Java PDFBox如果文本内容超过PDF的第一页,如何添加新页面?   Java二叉搜索树u根到最近叶的距离   java什么是diff Scanner和BufferedReader   java如何设计不生成并行数组的程序   java多次声明变量会降低执行速度吗?   java如何使用JXLAPI读取下拉列表的值   多线程为什么自定义阻塞队列在Java中不是线程安全的   java在一个变量中每输入1000个单位,就从另一个变量中减去1?   java Mapstruct通用映射器   Java中的类能否确定它是否已被修改?   java如何在MogoOperations聚合函数中定义输出类型?