Ryan Avery
Ryan Avery
> for item in items: > item['assets']['visual']['raster:bands'] = [ > {'nodata': 0, 'data_type': 'uint8'}, > {'nodata': 0, 'data_type': 'uint8'}, > {'nodata': 0, 'data_type': 'uint8'} > ] > just a heads...
Thank you! makes sense
Thanks so much for all this context and comparison @matthewhanson @Kirill888 @gjoseph92 . I'm super impressed with both libraries and am excited that so much progress has been made on...
I'm getting this as well. Here's an MRE ```python import pystac_client import numpy as np api_url = "https://earth-search.aws.element84.com/v1" collection_id = "sentinel-2-c1-l2a" bbox = np.array([27.68375 , 35.875969, 28.247358, 36.458195]) client =...
Looking into this with a debugger I see that eventually in dask locals.py, only one of the tasks is triggering the warning and it seems to happen when NIR is...
These look like potential libraries to use for support: https://github.com/pyg-team/pytorch_geometric https://github.com/benedekrozemberczki/pytorch_geometric_temporal found via: https://wilsoncwc.github.io/road-graph-neural-networks/
The docs could be reformatted as a jupyter book to more easily integrate both Google Colab and myBinder with examples built in Jupyter Notebooks. While still supporting reference documentation built...
regs resolution would be very useful. most schemas in the [Spatio Temporal Asset Catalog ecosystem](https://stac-extensions.github.io/) use refs this fails https://raw.githubusercontent.com/crim-ca/mlm-extension/main/json-schema/schema.json
Hi @zkamvar I noticed this was labeled as nice to have. The [workbench docs](https://carpentries.github.io/sandpaper-docs/) seems R focused, what's the guidance on converting python notebooks to markdown files that conform to...
Thanks for the detail @zkamvar and all your thought and work on this. I'm excited for https://github.com/carpentries/sandpaper/pull/448 and for this to be integrated in the workbench so that there's less...