LibCity / Bigscity-LibCity

LibCity: An Open Library for Urban Spatial-temporal Data Mining
https://libcity.ai/
Apache License 2.0
886 stars 163 forks source link

How to generate atomic files from a new dataset? #333

Closed SuhanG17 closed 1 year ago

SuhanG17 commented 1 year ago

I am working on a project with datasets not included in the LibCity library, and I wish to use this framework to compare models' performance. I am aware that datasets and adjacency matrices should be transformed to the form of atomic files. However, I need help locating how this repo generates these files. Could you inform me where I should find these codes? Your help would be much appreciated!

aptx1231 commented 1 year ago

You can refer to the script we use to process existing open source datasets: https://github.com/LibCity/Bigscity-LibCity-Datasets. Also refer to the description of the atomic file format, https://bigscity-libcity-docs. readthedocs.io/en/latest/user_guide/data/atomic_files.html.

SuhanG17 commented 1 year ago

Found it, Thank you!