Transbigdata

Latest version: v0.5.3

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.4.15

- rename the `tbd.mobile_stay_duration` method name
- fix bug in `tbd.mobile_stay_move`: some stay can not correctly identified.
- fix bug in `tbd.mobile_plot_activity`: add the shuffle parameter and fix the norm function to control the color display

0.4.14

- Update function `clean_taxi_status`. Sort the `VehicleNum` and `Time` columns before clean taxi status
- Add error info in amap `getadmin` function
- Fix error info in bounds setting in `grid.py`

0.4.13

Improve plotmap:
- Change the way of creating file path in plotmap to solve the error not reading local base map in some system environment.
- Expose the `read_imgsavepath` and `read_mapboxtoken` function

0.4.12

- Improve the test coverage to `100%`
- Require the geopandas version `0.10.2` to avoid some potential errors
- Support python `3.6` and `3.10`
- Add the `timeout` parameter in `crawler.py`
- Use `requests` instead of `urllib` in data fetching

0.4.11

Use `ConfigParser` to store Mapbox settings, `mapboxtoken` and `imgsavepath` are now store at `config.ini` in `transbigdata` source code folder.

0.4.10

Update the mobile phone data processing function, See [example](https://github.com/ni1o1/transbigdata/blob/main/docs/source/gallery/Example%206-Mobile%20phone%20data%20processing.ipynb) for detail usage. Add functions:

- `transbigdata.mobile_stay_move`: Input trajectory data and gridding parameters, identify stay and move.
- `transbigdata.mobile_stay_dutation`: Input the stay point data to identify the duration during night and day time.
- `transbigdata.mobile_identify_home`: Identify home location from mobile phone stay data. The rule is to identify the locations with longest duration in night time.
- `transbigdata.mobile_identify_work`: Identify work location from mobile phone stay data. The rule is to identify the locations with longest duration in day time on weekdays(Average duration should over `minhour`).
- `transbigdata.mobile_plot_activity`: Plot the activity plot of individual.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.