campo.to_gpkg

campo.to_gpkg(dataframe, filename, crs='', timestep=None)

Exports point agent properties to a GeoPackage

Parameters:
  • dataframe (dataframe) – Input dataframe from LUE dataset

  • filename (str) – Output filename

  • crs (str) – Coordinate Reference System, e.g. ‘EPSG:4326’

  • timestep (int) – None for static data or timestep for dynamic data