使用 Python 在 Google Earth Engine 中上传资产?
Upload asset in Google Earth Engine with Python?
我想使用 Python 将资产上传到 Earth Engine,但我不想使用 Google 云存储。
有没有办法使用命令行(或使用 Python 脚本)将特定文件(从我的计算机)直接上传到 Google Earth Engine?
没有。您只能通过 python 从 Google 云存储上传。直接从您的计算机上传的唯一方法是通过 playground。
我使用 geemap 模块并绕过在 googleEarthEngine 上上传文件
我想使用 Python 将资产上传到 Earth Engine,但我不想使用 Google 云存储。
有没有办法使用命令行(或使用 Python 脚本)将特定文件(从我的计算机)直接上传到 Google Earth Engine?
没有。您只能通过 python 从 Google 云存储上传。直接从您的计算机上传的唯一方法是通过 playground。
我使用 geemap 模块并绕过在 googleEarthEngine 上上传文件