-
foxes.utils.shp2csv(ifile, ofile, in_kwargs=
{}
, out_kwargs={}
, verbosity=1
)[source] Read shapefile 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