Replies: 1 comment 10 replies
-
Good suggestion! I just added the following functions. See this example. Update the package using |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It can be very comfortable to have a shortcut function that convert an
ee.Feature
to Pandas DataFrame or GeoDataFrame (if geometry is necessary). For example:I didn't find any straight forward function like this at the docs. I am aware I can save
ee.Feature
as csv/shp and than read it with pandas/geopandas. My suggestion is to build a function that skip these steps.Beta Was this translation helpful? Give feedback.
All reactions