-
Notifications
You must be signed in to change notification settings - Fork 9
Isolation check
Thomas Nipen edited this page Mar 22, 2022
·
8 revisions
Stations that are isolated in space (i.e. no nearby stations) are difficult to QC with spatial methods. In many cases, these should be removed since we have no independent information to verify their accuracy.
The isolation check flags stations that have fewer than num_min
buddies within a specified radius
[m].
radius = 15000
num_min = 5
flags = titanlib.isolation_check(points, num_min, radius)
Copyright © 2019-2023 Norwegian Meteorological Institute