kirenbahm / ENP_TOOLS

Scripts used to pre- and post-process data
0 stars 2 forks source link

Preproc data needs datum conversion added #47

Closed kirenbahm closed 3 years ago

kirenbahm commented 3 years ago

In the PreProcessing scripts, we need to add a datum conversion for the observed stage values from NAVD88 to NGVD29 when the station datum=NAVD88. The station datum and conversion value are stored in the station metadata file.

The line where the observed stage values (and flow values) are read is line 84 of preproc_read_DFE_file.m, so this would be a good place to start to figure out what to do. The conversion does not need to happen here, though. Decide where is best.