Read shape file, write csv file
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