-
Notifications
You must be signed in to change notification settings - Fork 12
Metadata check
Thomas Nipen edited this page May 11, 2022
·
3 revisions
The metadata check flags stations with invalid latitude, longitude, and/or elevations.
| Parameter | Type | Unit | Description |
|---|---|---|---|
| points | Points | Point object with station position | |
| check_lat* | bool | Should latitudes be checked? | |
| check_lon* | bool | Should longitudes be checked? | |
| check_elev* | bool | Should elevations be checked? | |
| check_laf* | bool | Should land area fractions be checked? |
* optional. All optional parameters default to true.
| Parameter | Type | Unit | Description |
|---|---|---|---|
| flags | ivec | Quality control flag (0=OK, 1=bad) |
flags = titanlib.metadata_check(
points, True, True, True, True
)Copyright © 2019-2023 Norwegian Meteorological Institute