Luca Pappalardo

Results 21 issues of Luca Pappalardo

Having an existing `GeoDataFrame` representing a tessellation, the following code for a squared tessellation works correctly: ``` ny_tess_squared = tiler.get('squared', base_shape=tessellation, meters=10000) print("tiles = %s" %len(ny_tess_squared)) ny_tess_squared.head() ``` However, when...

bug

in `plot_diary`, change argument `user` to `uid`

enhancement

addition of transportation mode detection in the preprocessing module, using a pretrained model

enhancement

for versions of pandas > 1.2.5, we got an error when accessing to the parameters of the TrajDataFrame. skmob should adapt to more recent version of pandas.

The method [`FlowDataFrame.from_file`](https://github.com/scikit-mobility/scikit-mobility/blob/e9c32bd1ca51d7fe691ed05db59483e87654a164/skmob/core/flowdataframe.py#L330) is not documented and not present in the official documentation.

documentation issue

in the `home_location` function if would be useful to add an argument `use_cluster` to let the function use the cluster column (if present) instead of the lat and lng columns...

enhancement

When I try to use function `mapping` to map a `TrajDataFrame` to a spatial tessellation with Multipolygons, it launches this error: ``` --------------------------------------------------------------------------- UnboundLocalError Traceback (most recent call last) in...

bug

documentation is missing for function `tilers.tiler.get`.

documentation issue

After detecting stops on a `TrajDataFrame`, an operation that is generally done is to split the global trajectories into trips (aka sub-trajectories). In the current version, this has to be...

enhancement