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

More example notebooks #15

Open
5 of 9 tasks
aazuspan opened this issue Sep 4, 2021 · 2 comments
Open
5 of 9 tasks

More example notebooks #15

aazuspan opened this issue Sep 4, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@aazuspan
Copy link
Owner

aazuspan commented Sep 4, 2021

To do

Complete

Any suggestions or contributions from wxee users are welcome! :)

@aazuspan aazuspan added documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers labels Sep 4, 2021
aazuspan added a commit that referenced this issue Sep 4, 2021
@ErikSeras
Copy link

Hi, thanks for developing the wxee package. I was trying to repeat this example and couldn't do it in Google Colab. But looking a little more I was able to do it, maybe it will be useful for users who use wxee in Google Colab.

# Install
! pip install wxee hvplot
#! pip install holoviews
import ee
import wxee
import hvplot.xarray

ee.Authenticate()
ee.Initialize()
gridmet = ee.ImageCollection("IDAHO_EPSCOR/GRIDMET").filterDate('2021-06-15', '2021-07-05')
x = gridmet.wx.to_xarray(scale=20_000, crs="EPSG:5070")
# Show plot
import holoviews as hv
hv.extension('bokeh')

x.tmmx.hvplot(
    groupby='time',
    width=750,height=400,
    widget_type='scrubber',widget_location='bottom',
    cmap='RdBu_r'
)

@aazuspan
Copy link
Owner Author

Hi @ErikSeras! I was hesitating to add that to the examples since it requires installing hvplot and is more related to xarray than wxee, but I probably should in case anyone else wants to re-create it. I'll just have to decide whether to add it to an existing notebook or make a new one dedicated to visualizing datasets... Thanks for the feedback! :)

@aazuspan aazuspan changed the title Example notebook(s) for non-weather data More example notebook Sep 17, 2021
@aazuspan aazuspan changed the title More example notebook More example notebooks Sep 17, 2021
aazuspan added a commit that referenced this issue Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants