当前位置:网站首页>GEE配置本地开发环境
GEE配置本地开发环境
2022-04-23 06:10:00 【Amyniez】
1. 安装Google的 python API的客户端:
非常好用:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com google-api-python-client
2. 安装鉴权验证依赖库:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pycryptodome
这里也可以使用:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pyCrypto
但会出现很多问题,做好心理准备:
error: Microsoft Visual C++ 14.0 is required.
解决方法:vc ++14.0下载(这种方法没有试过,好像比较麻烦)
更简单的方法,安装:Microsoft Visual C++ Build Tools 2015来解决问题,安装过程也很简单,一直点击确定即可:
3. 安装GEE的python库:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com earthengine-api
4. 初始化GEE的API,并验证GEE账户:
python -c "import ee; ee.Initialize()"
这里需要将Google Chrome浏览器作为默认浏览器才可以。
版权声明
本文为[Amyniez]所创,转载请带上原文链接,感谢
https://blog.csdn.net/amyniez/article/details/113482609
边栏推荐
- iTOP4412 SurfaceFlinger(4.0.3_r1)
- BottomSheetDialogFragment 与 ListView RecyclerView ScrollView 滑动冲突问题
- 【2021年新书推荐】Professional Azure SQL Managed Database Administration
- JVM basics you should know
- ARGB透明度换算
- iTOP4412 LCD背光驱动(PWM)
- MySQL notes 3_ Restraint_ Primary key constraint
- Apprentissage par composantes
- oracle清除sql的缓存
- 红外传感器控制开关
猜你喜欢
随机推荐
PaddleOCR 图片文字提取
Google AdMob advertising learning
ffmpeg常用命令
.net加载字体时遇到 Failed to decode downloaded font:
Using queue to realize stack
AVD Pixel_ 2_ API_ 24 is already running. If that is not the case, delete the files at C:\Users\admi
JVM basics you should know
Android清除应用缓存
[SM8150][Pixel4]LCD驱动
Migrating your native/mobile application to Unified Plan/WebRTC 1.0 API
Markdown basic grammar notes
oracle杀死正在执行的sql
[exynos4412] [itop4412] [android-k] add product options
iTOP4412无法显示开机动画(4.0.3_r1)
Thanos.sh灭霸脚本,轻松随机删除系统一半的文件
adb shell 常用命令
ViewPager2实现画廊效果执行notifyDataSetChanged后PageTransformer显示异常 界面变形问题
【2021年新书推荐】Red Hat RHCSA 8 Cert Guide: EX200
组件化学习(3)ARouter中的Path和Group注解
js时间获取本周一、周日,判断时间是今天,今天前、后