pjhav
pjhav
Yes, sorry, should have included that as well, as in yes, I have imported.
Thanks for trying. Unfortunately I get an error. Here is the output: dask.array Coordinates: * band (band)
I had previously done the conda install, but I tried `!pip install git+https://github.com/jgrss/geowombat` `import geowombat as gw` `from geowombat.data import l8_224077_20200518_B2, l8_224077_20200518_B3,l8_224078_20200518_polygons` ``` with gw.open([l8_224077_20200518_B2, l8_224077_20200518_B3], stack_dim="band", band_names=["B2", "B3"]) as...
I did a clean install into a new environment and still have the same issue.
I'm using rioxarry to clip for now. Thanks for investigating!
Thanks for looking into it! I'm on Windows. Let me know if you want any more information.
Sorry for the delay, I have been on holiday. The clip is working now, thank you!