Loading...

Geospatial

Geospatial functions for spatial analysis and geographic data manipulation.


Geospatial Functions

coordinate_converter(vdf, x, y[, x0, ...])

Converts between geographic coordinates (latitude and longitude) and Euclidean coordinates (x,y).


Import/Export

VastFrame Methods:

to_geopandas(geometry)

Converts the VastFrame to a Geopandas DataFrame.


Plotting & Graphics

VastColumn Methods:

geo_plot(*args, **kwargs)

Draws the Geospatial object.


Generic Functions

VastColumn Methods:

apply(func[, copy_name])

Applies a function to the VastColumn.