WenjieDu / TSDB

a Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
https://pypots.com/ecosystem/#TSDB
BSD 3-Clause "New" or "Revised" License
161 stars 16 forks source link

Vessel_AIS dataset #13

Closed GrgicevicLukaNTNU closed 1 year ago

GrgicevicLukaNTNU commented 1 year ago

Hi Wenjie,

Please let me know if there is anything I should add or change. I would appreciate it if you have any advice regarding the vessel_AIS script. Maybe there are better ways how to code it because of memory usage and speed.

Best regards, Luka

WenjieDu commented 1 year ago

@GrgicevicLukaNTNU Hi Luka, I made some commits to your code, so please pull code from the remote first.

I'm confronted with an error when running your code. Share it in the below screenshot. The error is caused by line 81 in data_loading_funcs/vessel_ais.py. Could you please confirm if it runs correctly on your side?

FYI, I'm using pandas v1.4.4. You can check if this is caused by pandas.

image
WenjieDu commented 1 year ago

@GrgicevicLukaNTNU Hi Luka, I made some commits to your code, so please pull code from the remote first.

I'm confronted with an error when running your code. Share it in the below screenshot. The error is caused by line 81 in data_loading_funcs/vessel_ais.py. Could you please confirm if it runs correctly on your side?

FYI, I'm using pandas v1.4.4. You can check if this is caused by pandas.

image

This error is solved after upgrade pandas from 1.4.4 to 1.5.3.