Metadata-Version: 2.1
Name: lb_toolkits
Version: 1.1.13
Summary: lb_toolkits Library for Meteorology and Remote Sensing
Home-page: https://github.com/libin033/lb_toolkits
Author: The lb_toolkits Team
License: MIT
Keywords: FengYun,Meteorology,RemoteSensing,hdf,netcdf,spider
Platform: windows
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# lb_toolkits  
```angular2html
安装命令：
python -m pip install lb_toolkits
python -m pip install --upgrade lb_toolkits
```

```angular2html
使用说明参考: https://lb-toolkits.readthedocs.io/zh/latest/
```

## 依赖库
<table>
    <tr>
        <th> 库名 </th>
        <th> 版本 </th>
        <th> 库名 </th>
        <th> 版本 </th>
        <th> 库名 </th>
        <th> 版本 </th>
    </tr>
    <tr>
        <td> numpy </td>
        <td> 1.2.0 </td>
        <td> pyhdf </td>
        <td> 0.10.0 </td>
        <td> h5py </td>
        <td> 1.0.0 </td>
    </tr>
    <tr>
        <td> netcdf4 </td>
        <td> 1.0.0 </td>
        <td> tqdm </td>
        <td> 4.0.0 </td>
        <td> gdal </td>
        <td> 2.0.0 </td>
    </tr>
    <tr>
        <td> pillow </td>
        <td> 7.0.0 </td>
        <td> paramiko </td>
        <td> 2.10.0 </td>
        <td> cdsapi </td>
        <td> 0.5.0 </td>
        <td>  </td>
        <td>  </td>
    </tr>
</table>

------------------------------------------------

## downloadcentre
可以对各类卫星数据下载：
* 卫星数据：MODIS、OCO-2/3、GOSAT；
* FTP下载：风云、葵花8；
* spider下载: LandSat、sentinel；
* 再分析资料：EAR5、GFS等；


## tools
对hdf4、hdf5、netcdf4、geotiff等格式文件进行读写操作；

## calc
提供了气象、遥感方向的各类计算公式；

## fypy
提供了针对 ``FY3`` 、 ``FY4`` 卫星数据的预处理；
* 预处理包含对极轨卫星FY3的5分钟块、轨道数据的投影、拼接裁剪；
* 对 ``FY3`` 的10度块数据进行投影、拼接、裁剪功能
* 对 ``FY4`` 卫星数据的经纬度转行列号，行列号转经纬度，
  以及对数据进行投影转换、裁剪等功能；





