-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't retrieve the geometries #919
Comments
my inistial though was consistency. |
Actually, that's not always the case:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a need to "download" the AOI if the
AoiModel
is instantiated with thegee
parameter?If I create a GEE app, there are only few and specific cases (or is there even any?) where I want to retrieve the features from GEE and then store them as
GeoDataFrame
in the object,I think we should not make this expensive process as the default behavior every time an AOI is created, this is not useful, and it is even worst if a vector file is selected from the client side: it uploads it and then it downlaods it.
The text was updated successfully, but these errors were encountered: