From 7f44f64a061647fc8ee19d779dc5f5dc9674e741 Mon Sep 17 00:00:00 2001 From: Wolf Roediger Date: Thu, 6 Feb 2025 12:55:32 +0000 Subject: [PATCH] Minor: Fix typo --- website/docs/guides/hyper_file/geodata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/hyper_file/geodata.md b/website/docs/guides/hyper_file/geodata.md index d58edf3..59b4fff 100644 --- a/website/docs/guides/hyper_file/geodata.md +++ b/website/docs/guides/hyper_file/geodata.md @@ -9,7 +9,7 @@ Hyper API's inserter pushes the `CAST("column_as_text" AS TABLEAU.TABGEOGRAPHY)` ## Overview of inserting geospatial data into a hyper file -The basic process for adding geospatial data involves defining your inputs to Hyper APIs inserter and specifying how to convert the text strings to the `tableau.tabgeography` type using Hyper SQL expressions. Hyper APIs inserter pushes the expression down to Hyper to convert text string to geospatial data on the fly during insertion. +The basic process for adding geospatial data involves defining your inputs to Hyper APIs inserter and specifying how to convert the text strings to the `tableau.tabgeography` type using Hyper SQL expressions. Hyper APIs inserter pushes the expression down to Hyper to convert a text string to geospatial data on the fly during insertion. When you add the text strings into the Hyper file, the text must be in the Well-known text (WKT) format for geospatial data. The WKT format is defined by the Open GIS Consortium, Inc, in the [*OpenGIS Simple Features Specification For SQL*](https://www.opengeospatial.org/standards/sfa). The types include **Point**, **MultiPoint**, **LineString**, **MultiLineString**, **Polygon**, and **MultiPolygon**.