编程语言
配色
- colormap: 用于颜色类型转换以及构建colormap
- cmocean: 海洋科学绘图colormap,除python版外,还有对应的其他版本
- colorcet: 提供了很多可选的colormap
- palettable: 支持很多颜色模式
- colour
气象/环境
雷达
卫星
- Pyresample:卫星图像重采样
- satpy:卫星数据处理
- PyCAMA: TROPOMI Sentinel-5P Level2 Product
- pys5p: TROPOMI Sentinel-5P
模式
- wrf-python:WRF模式后处理库
- salem:地球科学数据处理和绘图库,其中提供了WRF模式相关函数,比如WPS绘图,垂直插值等。
- geos2cmaq:映射GEOS-Chem结果作为CMAQ边界条件
- MONET:模式和观测评估工具
- PseudoNetCDF:类NetCDF工具,用于处理大气科学数据格式,比如CAMx,CMAQ,GEOS-Chem等
- EarthSim:环境模拟可视化工具
- CAMxTools:CAMx和CMAQ前处理后后处理工具
其它
数据分析
地图
教程
其它
[MATLAB](https://www.mathworks.com/products/matlab.html)
[NCL](https://www.ncl.ucar.edu/)
[GMT](https://gmt-china.org/)
[MySQL](https://www.mysql.com/cn/)
- 教程
### 可视化
配色工具
- Colorbrewer2: 提供便捷的在线配色方案
- peise: 功能更加强大的在线配色器
- Earth-Models color table
配色博客
可视化工具
### 其它 * 在线文档 * [devdocs](https://devdocs.io/)
博客
电子书
数据处理
机器学习
- 库
- skorch: A scikit-learn compatible neural network library that wraps PyTorch.
- botorch:
- edafa: Edafa is a simple wrapper that implements Test Time Augmentations (TTA) on images for computer vision problems like: segmentation, classification, super-resolution, Pansharpening, etc. TTAs guarantees better results in most of the tasks.
- imgclsmob: used to research convolutional networks for task of computer vision. For this purpose, the repo contains (re)implementations of various classification and segmentation models and scripts for training/evaluating/converting.
- iterative-stratification: iterative-stratification is a project that provides scikit-learn compatible cross validators with stratification for multilabel data.