Skip to content

docs: Document optional geo spatial SQL functions#1743

Merged
lukekim merged 1 commit into
trunkfrom
docs/geo-spatial-udfs
May 18, 2026
Merged

docs: Document optional geo spatial SQL functions#1743
lukekim merged 1 commit into
trunkfrom
docs/geo-spatial-udfs

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Document the new opt-in spatial UDF support — PostGIS-style ST_* functions registered via geodatafusion.

Source PRs

Changes

  • website/docs/reference/spicepod/runtime.md
    • Add a "Spatial SQL Functions (opt-in)" subsection under runtime.params documenting the dual gate (build with --features geo AND runtime.params.geo: enabled) and a small ST_Point/ST_AsText example.

Test plan

  • cd website && npm run build passes locally
  • Parameter name (geo) and value (enabled) verified against the source diff (app.runtime.params.get("geo").map(String::as_str) == Some("enabled"))
  • Cargo feature flag (geo) verified against the Cargo.toml additions in the source PR

Document the new opt-in spatial UDF support shipped in
spiceai/spiceai#10833:

- Add a Spatial SQL Functions section under runtime.params explaining
  the dual gate (Cargo --features geo on spiced, plus
  runtime.params.geo: enabled in the Spicepod) and a small ST_Point
  example.
@claudespice claudespice self-assigned this May 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://2d33a0f5.spiceai-org-website.pages.dev

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://1e0a5e20.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 5ad1986 into trunk May 18, 2026
10 of 16 checks passed
@lukekim lukekim deleted the docs/geo-spatial-udfs branch May 18, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants