Initial commit: v1.0

This commit is contained in:
Azidaan
2026-04-16 15:26:59 +03:00
commit 5c5404b122
23 changed files with 7564 additions and 0 deletions

23
settings.json Normal file
View File

@@ -0,0 +1,23 @@
{
"dataset": "Country",
"country": "German",
"city": "Milan",
"region": "Milan",
"point1": "45°28'24.38\"N 9°10'10.45\"E",
"point2": "45°27'16.41\"N 9°12'24.26\"E",
"tile_m": 49,
"grid_step": 1,
"height_100": false,
"height_125": true,
"height_150": true,
"height_100_value": 100,
"height_125_value": 100,
"height_150_value": 125,
"height_absolute": false,
"db_crop_sizes": "100,150,200,250,300,400,500,512,600,800,1000",
"drone_size": 512,
"query_fov_deg": 30,
"query_pitch_deg": -90,
"preload": false,
"skip_empty": false
}