Add data initi script
This commit is contained in:
@@ -68,6 +68,17 @@
|
||||
|
||||
---
|
||||
|
||||
## 📊 Data Management
|
||||
The project includes a compressed dataset of ~68,000 cities from Natural Earth.
|
||||
|
||||
| Action | Command |
|
||||
| :--- | :--- |
|
||||
| **Import/Refresh Data** | `./import-cities.sh` |
|
||||
|
||||
*Note: The script will truncate the `cities` table and perform a fresh import of the global dataset stored in `docker/data/cities.csv.gz`.*
|
||||
|
||||
---
|
||||
|
||||
## 📝 Roadmap Highlights
|
||||
- [ ] Implement real ST_DWithin() PostGIS queries in the backend.
|
||||
- [ ] Import full Natural Earth/GeoNames datasets into the `cities` table.
|
||||
|
||||
Reference in New Issue
Block a user