Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sample notebook failure #131

@jmontrose

Description

@jmontrose

Not a blocker, just looking around.

Tried out the notebook instructions from the docs:

udf = fused.load("https://github.com/fusedio/udfs/tree/main/public/LULC_Tile_Example")
arr = fused.run(udf=udf, x=5241, y=12667, z=15)

And got this failure:

---------------------------------------------------------------------------
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.

Here is the notebook:

https://colab.research.google.com/drive/1H6hZJSJ-P7k1ABbcXcb39l_Vg959WVzQ?usp=sharing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions