foxes.utils.geopandas_helpers.read_shp

foxes.utils.geopandas_helpers.read_shp(fname, **kwargs)[source]

Read a shape file

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

  • kwargs (dict, optional) – Additional parameters for geopandas.read_file()

Returns:

data – The data frame in WSG84

Return type:

geopandas.GeoDataFrame