Donate Share

SAGA GIS

Subscribe

Problem gridding data with missing values

  1. 2009-11-03 21:41:13 UTC

    We are trying to grid various marine parameters contained in ordinary tab-separated tables. The records contain lat, lon and various usual ocean station parameters. There are missing values, ranging from a very few for common parameters (e.g. temperature) to very many for rarely measured quantities (e.g. neon). It is very inconvenient to strip out separate XYZ tables for each parameter, so we would like to grid directly from the entire tables. The table to points shape process goes quite smoothly. But when we try to grid, we find that if we have used -99999 for the missing values, then Saga does not recognize this as a "no data" cell, and proceeds to use the huge negative value in calculations. If we have used completely empty fields for missing values, then Saga calculates the value as zero. We've tried all the gridding algorithms, except kriging. Can anybody tell us what we're doing wrong, or what else we need to do?

  2. 2009-11-04 09:05:09 UTC

    The interpolation modules do not recognize a "NoData" value to skip a table record, they simply read the specified z-field as double. So you have to prepare tables containing only valid records for the attribute you like to grid.

    Volker

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.