foxes.utils.geopandas_helpers.shp2csv

foxes.utils.geopandas_helpers.shp2csv(ifile, ofile, in_kwargs={}, out_kwargs={}, verbosity=1)[source]

Read shape file, write csv file

Parameters:
  • iname (str) – Path to the input .shp file

  • oname (str) – Path to the output .csv file

  • in_kwargs (dict) – Additional parameters for geopandas.read_file()

  • out_kwargs (dict) – Additional parameters for geopandas to_csv()

  • verbosity (int) – The verbosity level, 0 = silent