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

Add alternative terrain data that is not in terrain_models #74

Open
Ryanf55 opened this issue Nov 28, 2024 · 1 comment
Open

Add alternative terrain data that is not in terrain_models #74

Ryanf55 opened this issue Nov 28, 2024 · 1 comment

Comments

@Ryanf55
Copy link
Contributor

Ryanf55 commented Nov 28, 2024

In terrain_planner_benchmark, there is a reliance on the terrain_models package.

<param name="map_path" value="$(find terrain_models)/models/$(arg location).tif"/>

From what I remember, these can't be released open source due to licensing.

Can we find open source terrain data that is of sufficient quality to be used as default for the benchmarks?

Assumed requirements:

  • Higher resolution than SRTM
  • Contains color data
  • Similar resolution and size to the current examples used for benchmark
  • Contains similar variance in terrain

Options:

@Ryanf55
Copy link
Contributor Author

Ryanf55 commented Nov 29, 2024

I found some on https://www.swisstopo.admin.ch/en/height-model-swissalti3d. We can use the data, just need to include their license information on the dataset. It doesn't have color, that's ok.

I downloaded some for the sargans region.

image

ch.swisstopo.swissalti3d-bPa9tc46.csv

Here's how I downloaded all the files from their CSV export:
cat ~/Downloads/ch.swisstopo.swissalti3d-bPa9tc46.csv | xargs wget

I'll give these a whirl in grid_map_geo to see if they are useful.
In QGIS, you can open all of them:
image

I created a virtual layer (Raster -> Misc -> Build raster layer) then opened the virtual layer in the 3D panel per this tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant