Data and code for the paper Detecting Road Network Errors from Trajectory Data with Partial Map Matching and Bidirectional Recurrent Neural Network Model
收藏DataCite Commons2024-01-09 更新2024-08-19 收录
下载链接:
https://figshare.com/articles/dataset/Data_and_code_for_the_paper_Detecting_Road_Network_Errors_from_Trajectory_Data_with_Partial_Map_Matching_and_Bidirectional_Recurrent_Neural_Network_Model/24056658
下载链接
链接失效反馈官方服务:
资源简介:
<pre>This repository contains data and codes for the manuscript _Detecting Road Network Errors from Trajectory Data with Partial Map Matching and Bidirectional Recurrent Neural Network Model_ submitted to IJGIS. <br><br>Requirements (tested with Python 3.8.8):<br><br>- Numpy >= 1.22.4<br>- PyTorch >= 2.0.0<br>- Sklearn >= 0.24.1 <br>- Shapely >= 1.8.2<br>- rtree >= 1.0.0<br>- Networkx >= 2.8.4<br>- Geopandas >= 0.10.2<br><br>### Code structure <br><br>- lib: codes for partial map matching, context feature extraction and BiRNN model<br>- data: a sample of training and test dataset in npz format, which contains "xy" and "label" attribute storing the trajectory geometry<br>and manually labels. It also contains a shapefile of road network. <br><br>### Run the program with two steps <br><br>```bash<br># 1. Generate context features<br><br>python feature_extract.py<br><br># 2. Training a BiRNN model for classification<br><br>python train_birnn.py<br>```<br><br>For demonstration, data folder contains a small trajectory dataset with labels and road network downloaded from OSM. Accessing the complete dataset can be applied at https://outreach.didichuxing.com/. </pre><br>
提供机构:
figshare
创建时间:
2024-01-09



