wzjoriv / LAR-backend

Last-Mile Aerial Routing backend. Develops routes and routing avoidance map based on location
MIT License
3 stars 0 forks source link

9 MongoDB server setup + data transfer #12

Closed wzjoriv closed 1 year ago

wzjoriv commented 1 year ago

Automated creation, indexing (spatial and city) and transferring of dataset completed. After running a MongoDB server, the script lar/bd.py with corresponding arguments can be ran. It creates the database, transfers data, and creates indexes (lat, long, and city) for faster queries.