personlin / TGMM

Taiwan Ground Motion Model
http://personlin.github.io/TGMM/
GNU General Public License v3.0
1 stars 0 forks source link

Duplicated entries (entries of an earthquake with same station coordinate) #12

Closed bc88bc closed 7 years ago

bc88bc commented 7 years ago

Keep only one of the duplicates. duplicated.txt

personlin commented 7 years ago

Two type of duplicated record at same coordinate,

  1. multiple instruments at the same station.
  2. duplicated station at the same location. (ex: TAP, TAP001)
personlin commented 7 years ago

The selection of records was base on _usable_periodH. If one location has more than 2 records, the record with median _usable_periodH will be select. If one location has two records with different _STAID, the record with six code TSMIP station will be select. If one location has two records with same _STAID, the record with larger _usable_periodH will be select.