udfs icon indicating copy to clipboard operation
udfs copied to clipboard

Public Fused UDFs. Build any scale workflows with the Fused Python SDK and Workbench webapp, and integrate them into your stack with the Fused Hosted API.

Results 23 udfs issues
Sort by recently updated
recently updated
newest added

Hi, This is a UDF which maps the Methane Gas Hotspots (Data from GEE Datasets), according to the Flux Capacity, and the nearest Gas Pipelines. Dataset Description: This dataset provides...

journey time optimized, takes origin destination coordinate pairs as inputs. Backend is Valhalla API

I'm trying to load private data from S3 in a fused UDF, and I want to make sure I'm doing it the "right" way. I'm trying to follow these instructions:...

update meta Made in [Fused Workbench](https://www.fused.io/workbench)

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum...

Modal demo for diffente view Author: [email protected] Made in [Fused Workbench](https://www.fused.io/workbench)

another late test Author: [email protected] Made in [Fused Workbench](https://www.fused.io/workbench)

Not a blocker, just looking around. Tried out the notebook instructions from the docs: ```python 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: ```...