Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spatial data #11171

Closed
hongbo-miao opened this issue Sep 18, 2023 · 0 comments · Fixed by #12433
Closed

Spatial data #11171

hongbo-miao opened this issue Sep 18, 2023 · 0 comments · Fixed by #12433
Assignees

Comments

@hongbo-miao
Copy link
Owner

hongbo-miao commented Sep 18, 2023

Techs

Formats

Info

Link:

EWKT and EWKB are non-standard formats introduced by PostGIS. They enhance the WKT and WKB formats by including a spatial reference system identifier (SRID), which specifies the coordinate reference system to use with the data. Snowflake currently supports only WGS84, which maps to SRID=4326.
By default, Snowflake issues an error if an EWKB or EWKT input value contains an SRID other than 4326. Conversely, all EWKB and EWKT output values have SRID=4326.

@hongbo-miao hongbo-miao self-assigned this Sep 18, 2023
@hongbo-miao hongbo-miao linked a pull request Oct 1, 2023 that will close this issue
@hongbo-miao hongbo-miao removed a link to a pull request Oct 1, 2023
@hongbo-miao hongbo-miao changed the title Geo data Spatial data Nov 7, 2023
@hongbo-miao hongbo-miao linked a pull request Nov 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant