“利用GDAL进行波段合成” 的相关文章
太阳天顶角、太阳高度角、太阳方位角
1.天顶角(Zenith Angle)天顶角指光线入射方向和天顶方向的夹角,有个英文解释地挺好的:The zenith angle is the angle between the zenith line(pointing straight up) and the direction to the...
Python embed版本安装使用
最近一个项目需要使用Python脚本后台处理数据,但是用到了几个第三方包,客户使用时部署环境比较麻烦,查找资料后可以使用Python的embed版本,也就是嵌入式版本。好处是所有用到的第三方库直接安装到目录下,部署时直接拷贝走文件夹即可,无需其它配置。下面记录一下安装使用流程。 下载Pytho...
国产卫星绝对辐射定标系数(2008——2022)
来自于中国资源卫星应用中心:https://www.cresda.com/zgzywxyyzx/zlxz/article/20230410112855288395031.html...
Python GDAL In GDAL 4.0, exceptions will be enabled by default
如果报错FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by de...