You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[<ipython-input-2-e0f60be8a49e>](https://dnyjr4pdoe-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20240711-060152_RC00_651359636#) in <cell line: 4>()
2
3 udf = fused.load("https://github.com/fusedio/udfs/tree/main/public/LULC_Tile_Example")
----> 4 arr = fused.run(udf=udf, x=5241, y=12667, z=15)
5 arr
5 frames
<string> in udf(bbox, context, year)
<string> in bbox_stac_items(bbox, table)
[/usr/local/lib/python3.10/dist-packages/fused/core/_impl/_table_ops_impl.py](https://dnyjr4pdoe-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab_20240711-060152_RC00_651359636#) in get_chunks_metadata(url)
32 or sample_metadata.metadata[b"fused:format_version"] != b"5"
33 ):
---> 34 raise ValueError(
35 "Dataset does not have Fused metadata or it is an incompatible version."
36 )
ValueError: Dataset does not have Fused metadata or it is an incompatible version.
Not a blocker, just looking around.
Tried out the notebook instructions from the docs:
And got this failure:
Here is the notebook:
https://colab.research.google.com/drive/1H6hZJSJ-P7k1ABbcXcb39l_Vg959WVzQ?usp=sharing
The text was updated successfully, but these errors were encountered: