FIBLAB / DeepSTN

Codes for AAAI 2019 DeepSTN+: Context-aware Spatial-Temporal Neural Network for Crowd Flow Prediction in Metropolis
65 stars 23 forks source link

May I ask for the exact coordinate of the BikeNYC data ? #5

Closed xyk0058 closed 4 years ago

vonfeng commented 4 years ago

hi, the coordinate information for the BikeNYC data is as follows:

max_lat=40.814394437915816
max_lon=-73.9077436
min_lat=40.64653836709648
min_lon=-74.03423398733139   
lat_1=[]
lon_1=[]
lat_2=[]
lon_2=[]
d_lat=(max_lat-min_lat)/21
d_lon=(max_lon-min_lon)/12
xyk0058 commented 4 years ago

Thanks!