Closed
Description
Expanding on discussion from #44
Have tried running the book in 3 different envs:
- conda w/ env built from this book/tutorial_environment_book.yml
- geospatial_datacube_tutorial_env is same as above but without packages for building book. it works for all notebooks as well
- conda w/ env built from this book/.binder/environment.yml (w/ some necessary additions like aiohttp, geoviews-core, xvec, pyarrow.parquet, haven't pushed these updates yet)
- pixi w/ env built from pixi.toml
Behavior of different envs
- Currently, (1) is the only env that runs nbs successfully, this has xr pinned @ 2024.10.0
- (3) fails/consumes a ton of memory trying to run
xr.resample()
operations in tutorial 1, nb 5.pixi.toml
has xr 2025.1.2 - I updated (2) to have xr pinned to 2024.10.0 however this still has problems with resample operations, so maybe source of the issues is something else?
Metadata
Metadata
Assignees
Labels
No labels