Skip to content

Commit

Permalink
Minor: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfroediger committed Feb 7, 2025
1 parent 50ff206 commit 7f44f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/hyper_file/geodata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit 7f44f64

Please sign in to comment.