1 Star 0 Fork 13

InitORG/python-gdal-test

forked from fungis/python-gdal-test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
00_检查库是否安装.py 262 Bytes
一键复制 编辑 原始数据 按行查看 历史
fungis 提交于 2023-03-06 18:12 . 00_检查库是否安装
# -*- coding: utf-8 -*-
"""
@File : 00_检查库是否安装.py
@Author : fungis@163.com
@Time : 2020/1/13 18:00
"""
import sys
try:
from osgeo import ogr, osr, gdal
print('SUCCESS')
except:
sys.exit('ERROR: cannot find GDAL/OGR modules')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/init-org/python-gdal-test.git
git@gitee.com:init-org/python-gdal-test.git
init-org
python-gdal-test
python-gdal-test
master

搜索帮助