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

[QUESTION] From (SRTM -> .DAT) to (GeoTiff - >.DAT) conversion #6

Open
yaroslavkulinich opened this issue Sep 2, 2021 · 1 comment

Comments

@yaroslavkulinich
Copy link

Hello.

As I see there's the only place where I can understand the elevation data format for ArduPilot offline usage.
For using custom elevation data source (from GeoTiff files) our team needs some sort of converter to ArduPilot .DAT format.

The basic question for understanding.
Is it possible to make GeoTiff to ArduPilot DAT elevation format converter based on Python logic from this repo? Or maybe there are some gaps for this (excluding GeoTiff side)?

Thank you.

@stephendade
Copy link
Collaborator

Is it possible to make GeoTiff to ArduPilot DAT elevation format converter based on Python logic from this repo? Or maybe there are some gaps for this (excluding GeoTiff side)?

Yes, you should be able to. Note that this repo inherits some logic from the MAVProxy repo (https://github.com/ArduPilot/MAVProxy)

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

2 participants