pixcdust.converters.geo_utils

Converters utility

Functions

geoxarray_to_geodataframe(→ geopandas.GeoDataFrame)

Converts an xarray.Dataset with points coordinates into a geopandas.GeodataFrame with xvec

Module Contents

pixcdust.converters.geo_utils.geoxarray_to_geodataframe(ds: xarray.Dataset, *args, **kwargs) geopandas.GeoDataFrame[source]

Converts an xarray.Dataset with points coordinates into a geopandas.GeodataFrame with xvec

Args:

ds: Dataset with geometry points coordinates args: Cf xvec.to_geodataframe kwargs: Cf xvec.to_geodataframe

Returns:

A geodataframe with information from ds.