teradataml GeoDataFrame - teradataml GeoDataFrame - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

User can create a GeoDataFrame on a Teradata table and view containing geospatial data. This allows user to retrieve, manipulate, process, and analyze geospatial information stored in the table with help of the GeoDataFrame methods and properties.

  • If GeoDataFrame is created on a table that does not contain geometry data, then exception is raised.
  • teradataml GeoDataFrame extends the teradataml DataFrame that allows user to access and use teradataml DataFrame properties and methods.
  • Methods and Properties of teradataml GeoDataFrame will return teradataml GeoDataFrame, if the result contains geometry data. If result does not contain geometry data, then it returns teradataml DataFrame.