-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
It would be nice if you we could (optionally) normalize the data export format to have a single location per row - would make it much easier to map.
For example, instead of
lat1,lon1,lat2,lon2,score
39.654479,-104.89376,39.730754,-104.940689,1
we could have
lat,lon,score,user_lat,user_lon
39.654479,-104.89376,-1
39.730754,-104.940689,1
Metadata
Metadata
Assignees
Labels
No labels