Skip to content

Commit

Permalink
fix xarray.Dataset typo (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky authored Nov 21, 2024
1 parent fe069c7 commit 4eca8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-concepts/write.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ utils = fused.load("your@email.com/my_udf").utils
UDFs return either a table or an array.

- Tables can be: `pd.DataFrame`, `pd.Series`, `gpd.GeoDataFrame`, `gpd.GeoSeries`, and `shapely geometry`.
- Arrays can be: `numpy.ndarray`, `xarray.DataSet`, `xarray.DataArray`, and `io.BytesIO`. Fused Workbench only supports the rendering of `uint8` arrays. Rasters without spatial metadata should indicate their [tile bounds](/core-concepts/filetile/#map-tiles).
- Arrays can be: `numpy.ndarray`, `xarray.Dataset`, `xarray.DataArray`, and `io.BytesIO`. Fused Workbench only supports the rendering of `uint8` arrays. Rasters without spatial metadata should indicate their [tile bounds](/core-concepts/filetile/#map-tiles).

## Save UDFs

Expand Down

0 comments on commit 4eca8ea

Please sign in to comment.