Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NASA SRTM v2 water body coverage - gaping holes?

Featured Replies

Hey there,I was just wondering why there are gaping coverage holes in the NASA SRTM V2 water body database (SWBD). For example in Kenya, Africa an entire chunk of land seems to be missing in the coverage (e.g. e038s02s.zip ... e038s03s.zip)...I wouldn't have noticed, if Tileproxy hadn't turned the entire area into sea... So now I will have to account for missing SWBD tiles and default them to either land or sea, depending on position.So I will need some kind of map that tells me (at 1 degree of arc resolution) where there is supposed to be land and water on absence of NASA data. That's 360 x 180 = 64800 grid elements. I am NOT looking forward to typing this into a two-dimensional char[] array... ;-) Maybe I'll just re-scale a world map to 360x180 pixels and be done with that.Christian

Hello Christian,How large is the piece of land? Or rather, the area of water, since those are water body data?As per Mil specs, terrain features that are smaller than specs are not represented. It seems the U.S. Army just does not care about them - probably they have the means to ford small (for them) bodies of water without giving it a second thought.Check the documentation for the data.Best regards.Luis

do.png Hot, humid Caribbean paradise!
  • Commercial Member

Hello Christian,the GTOPO30 data keeps ocean areas undefined so it would be pretty straightforward to create a suitable binary (land/water) raster image. On the other had, it's a much higher resolution than you need and there might be other global data sets at 1-degree resolution available already.Anyway, here they are: http://www1.gsi.go.jp/geowww/globalmap-gsi...30/gtopo30.htmlCheers, Holger

Oh well, I mapped the NASA data onto the Google Earth using a custom kml file. That allowed me to see where the "holes" were and which of these holes actually depicted dry land.All of these holes were actually on land without any significant surface water. Like... the Sahara, some of the desert areas in the US and a lot of places in Arabia, etc...I let a C program output a 360x180 pixel PGM image of the existing SWBD coverage. Then I took a paint program and flood filled the "hole" areas that were not caused by small seas (e.g. the mediterranean, gulf of persia, etc...) or lakes (like e.g. the Great Lakes in the US).So now I have land/water coverage for everything south of 60 degrees North. Why the NASA data is cut off at 60 deg. N, I will never understand. The southern latitudes seem much better covered.

>>Why the NASA data is cut off at 60 deg. N, I will never understand.Because the shuttle didn't go there. This page can explain more:http://www2.jpl.nasa.gov/srtm/coverage.html RegardsSimpit

Ah, didn't know the 54 South limit either."Never say never".I'll fix Tileproxy to know about the southern limit as well.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.