Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elevation missing in Iceland #11

Open
jonaseberle opened this issue Jul 6, 2023 · 0 comments · Fixed by #14
Open

Elevation missing in Iceland #11

jonaseberle opened this issue Jul 6, 2023 · 0 comments · Fixed by #14

Comments

@jonaseberle
Copy link

jonaseberle commented Jul 6, 2023

The topic came up in https://forums.x-plane.org/index.php?/forums/topic/259020-autoortho-streaming-ortho-imagery-for-x-plane-11/&do=findComment&comment=2575833

Iceland are the tiles in the rectangle +63-25 - +66-14. (part of na_tile_list)

The mesh is missing so the AutoOrtho tiles are all flat.

Options I see

1. Exclude Iceland from Autoortho for now.

2. Adapt Ortho4XP

Make https://github.com/oscarpilote/Ortho4XP/blob/master/src/O4_DEM_Utils.py#L331-L355 use Viewfinderpanormas 3" data (not tested, probably 3" is not that nice in the mountaineous terrain).

3. Use better elevation data

Split off into other issue: #12

jonaseberle added a commit to jonaseberle/autoortho-scenery that referenced this issue Jul 6, 2023
With the current default Ortho4XP configuration, Iceland has zero
elevation.

This removes the tiles from the NA tile list.

Command run:
```bash
for y in {63..66}; do
    for x in {-25..-14}; do
	tileRegex="$(printf "\\%+03d\\%+04d" "$y" "$x")"
	sed -i "/^$tileRegex/d" *_tile_list
    done
done
```

Fixes: kubilus1#11

Relates: kubilus1#12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant