Geometry Parsing
polars_st.from_xy #
from_xy(
x: IntoDecimalExpr, y: IntoDecimalExpr, z: IntoDecimalExpr | None = None
) -> GeoExpr
polars_st.from_geopandas #
from_geopandas(
data: GeoDataFrame | GeoSeries,
*,
schema_overrides: SchemaDict | None = None,
rechunk: bool = True,
nan_to_null: bool = True,
include_index: bool = False
) -> GeoDataFrame | GeoSeries