OpenHydrology / StatisticalFloodEstimationTool

wxpython based tool for assessing flood flows using current UK FEH methods
GNU General Public License v3.0
2 stars 1 forks source link

Filter out rejected years (AMAX/POT records) #32

Closed faph closed 9 years ago

faph commented 9 years ago

AM files have sections that look like:

[AM Rejected]
2002,2002
...
[END]

And POT like this:

[POT Gaps]
07 Sep 1977,27 Sep 1977
28 Jul 2002,20 Aug 2002
...
[End]

We'll need to parse this. For AMAX records, we can simply add a flag attribute/column. For POT records, we'll need to store the gaps seperately.

faph commented 9 years ago

Addressed by #33!