【发布时间】:2022-07-03 19:05:36
【问题描述】:
我在我的 Earth Engine 帐户中上传了一个 shapefile 作为功能集合,现在我需要在 jupyter 实验室笔记本中使用它。
我使用以下代码导入集合:
df = ee.FeatureCollection('users/my_user/my_shape')
但现在我不知道如何转换为数据框。有什么想法吗?
【问题讨论】:
标签: python java collections google-earth-engine