oraclesai.GeoDataFrameDataset

class GeoDataFrameDataset(gdf: GeoDataFrame)

A reference to an existing GeoDataFrame. Used for creating a SpatialDataFrame from a GeoDataFrame.

Parameters:

gdf – An instance of geopandas.GeoDataFrame.

Methods

__init__(gdf)