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

DEM of Portuguese Ledge #146

Closed
Tracked by #150
caguero opened this issue Jan 19, 2022 · 1 comment
Closed
Tracked by #150

DEM of Portuguese Ledge #146

caguero opened this issue Jan 19, 2022 · 1 comment
Assignees
Milestone

Comments

@caguero
Copy link
Collaborator

caguero commented Jan 19, 2022

Create a 5x5 km Digital Elevation Model (DEM) of Portuguese Ledge in Ignition from MBARI high-precision octree maps of the area’s bathymetry.

@caguero caguero mentioned this issue Jan 19, 2022
39 tasks
@caguero caguero added this to the 2022 M1 milestone Jan 19, 2022
@chapulina chapulina self-assigned this Mar 7, 2022
@chapulina
Copy link
Contributor

chapulina commented Mar 15, 2022

This is a work in progress. PRs and branches I'm working with:

Notes about manipulating the raw files:

  • ign-common is able to load NetCDF directly
  • The NaN notada values are causing trouble.
    • I used QGIS's "Fill nodata" tool with 10000 px distance and was able to load the file (which ends up being GeoTIFF)
  • Loading the entire DEM consumes a lot of memory, it may be more interesting to split it and use levels
    • Saving the cached DEM can take up to a minute and freezes the simulator. It would be interesting to delegate that to a thread.
  • ign-common pads non-square DEMs so they become square, and the padding is ending up above ground for this specific file
  • I haven't checked whether lat/lon look reasonable after loading the file yet

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