tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Repo for the material used during conference tutorial and talks

Results 4 tutorials issues
Sort by recently updated
recently updated
newest added

AttributeError: 'TrajDataFrame' object has no attribute '_crs'

Dear, When I install your library I get this error. : "A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use...

In Part 05 - Flow prediction.ipynb `tess_train = tess_train.merge(relevances, right_index=True, left_on='tile_ID', how='left').fillna(0.)` leads to > NotImplementedError: fillna currently only supports filling with a scalar geometry WIN 10

In 3_trajectory_models_skmob_tutorial.ipynb I get this error when running `tdf = depr.generate(start_time, end_time, tessellation, relevance_column='population', n_agents=100, od_matrix=None, verbose=True)` `TypeError Traceback (most recent call last) in 1 tdf = depr.generate(start_time, end_time, tessellation,...

bug