Created
October 19, 2022 14:24
-
-
Save lukecampbell/428d2e05f2fc5fef0f73f97cbe2195a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ssh": { | |
"standard_name": "sea_surface_height$|sea_surface_elevation|sea_surface_height_above_sea_level$", | |
"name": "(?i)sea_surface_elevation(?!.*?_qc)|(?i)sea_surface_height_above_sea_level_geoid_mllw$|(?i)zeta$|(?i)Sea Surface Height(?!.*?_qc)|(?i)Water Surface above Datum(?!.*?_qc)" | |
}, | |
"temp": { | |
"name": "(?i)temp$|(?i)temperature$|(?i)tem$|(?i)s.sea_water_temperature$|(?i)temperature(?!.*(skin|ground|air|_qc))" | |
}, | |
"salt": { | |
"standard_name": "sea_water_salinity$|sea_water_practical_salinity$", | |
"name": "(?i)salinity(?!.*(soil|_qc))|(?i)sea_water_salinity$|(?i)sea_water_practical_salinity$|(?i)salinity$|(?i)salt$|(?i)sal$|(?i)s.sea_water_practical_salinity$" | |
}, | |
"u": { | |
"standard_name": "eastward_sea_water_velocity$|sea_water_x_velocity|surface_eastward_sea_water_velocity", | |
"name": "(?i)eastward_sea_water_velocity(?!.*?_qc)|(?i)sea_water_x_velocity(?!.*?_qc)|(?i)uo(?!.*?_qc)" | |
}, | |
"v": { | |
"standard_name": "northward_sea_water_velocity$|sea_water_y_velocity|surface_northward_sea_water_velocity", | |
"name": "(?i)northward_sea_water_velocity(?!.*?_qc)|(?i)sea_water_y_velocity(?!.*?_qc)|(?i)vo(?!.*?_qc)" | |
}, | |
"wind_speed": { | |
"standard_name": "wind_speed$" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment