map_features# map_features(func: Callable[[dict], dict], geojson: dict, include_geom_types: Iterable[str] = [], progressbar_kw: dict | None = None) → dict[source]# Map GeoJSON features to new features. Returns a new GeoJSON dict. Parameters: func (Callable[[dict], dict]) – geojson (dict) – include_geom_types (Iterable[str]) – progressbar_kw (dict | None) – Return type: dict