Skip to content
Jörg Roth edited this page Nov 21, 2023 · 7 revisions

Conversion

Batch convert coordinates

cat swiss.csv | gdaltransform -s_srs EPSG:2056 -t_srs EPSG:4326 -output_xy &> swiss.dat

Change CRS

gdalwarp swissalti3d_2021_2666-1244_0.5_2056_5728.tif erdmannli_terrain.tif -s_srs EPSG:2056 -t_srs EPSG:4326

Build pyramid

gdal_retile.py -v -r bilinear -levels 4 -ps 2048 2048 -co "TILED=YES" -co "COMPRESS=JPEG" -targetDir bmpyramid Piri-Reis-1513A_cut_modifiziert.tif

Merge

gdal_merge.py -o erdmannli_ortho.tif swissimage-dop10_2021_266*.tif

Clip

gdalwarp -te 8.314 47.347 8.315 47.348 swissimage_4326.tif swissimage_cut.tif

POIs

Object Types

id name
1 unknown
2 Alignment
3 Pyramid
4 Mountain
5 Volcano
6 Ufo Hotspot
7 Lake
8 Stargate
9 Underwater Ruin
10 Ancient City
11 Church
12 Stone
13 Cave
14 Temple
15 Military
16 Scientific
17 Obelisk

Object Subtypes

id name
1 unknown
2 Egyptian
3 Neolithic
4 Tibetian
5 Mayan
6 Artless
7 Artificial
Clone this wiki locally