Initial commit: Complete project foundation with all documentation, scripts, and project structure

This commit is contained in:
Dubai Metaverse Team
2025-11-20 15:13:53 -08:00
commit 0804197325
96 changed files with 16912 additions and 0 deletions

44
data/README.md Normal file
View File

@@ -0,0 +1,44 @@
# Data Directory - Dubai Metaverse
This directory stores geospatial data, reference materials, and processed data.
## Structure
```
data/
├── osm/ # OpenStreetMap data
├── elevation/ # Elevation/DEM data
├── references/ # Reference materials
│ ├── cayan_tower/
│ ├── marina_towers/
│ └── buildings/
└── processed/ # Processed data files
```
## Data Sources
### OpenStreetMap (OSM)
- Building footprints
- Road networks
- Points of interest
### Elevation Data
- ASTER GDEM
- SRTM
- Other DEM sources
### Reference Materials
- Photography
- Architectural plans
- Material references
## Processing
Use scripts in `scripts/` directory to process data:
- `import_osm_data.py` - Import OSM data
- `gis_to_unreal.py` - Convert elevation data
## Documentation
See `DATA_SOURCES.md` for complete data source documentation.