Skip to content
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

A time_frequency argument to Dataset calls #93

Open
jsta opened this issue Jan 14, 2022 · 2 comments
Open

A time_frequency argument to Dataset calls #93

jsta opened this issue Jan 14, 2022 · 2 comments

Comments

@jsta
Copy link
Member

jsta commented Jan 14, 2022

A suggested format:

Dataset(
    a_gee_source,
    a_gee_layer,
    stats=["max"],
    time_stats=["mean"],
    time_frequency="year",
    start=start,
    end=end,
)

Looks like it could be as simple as adding another "layer" of "map"ping:

https://spatialthoughts.com/2020/10/28/rainfall-data-gee/

@jsta
Copy link
Member Author

jsta commented Feb 23, 2022

@jonschwenk
Copy link
Collaborator

That would be a nice addition, wxee looks cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants