Skip to content
Snippets Groups Projects
Commit 71477b63 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

decbase for locations starting with R

parent 4fab9678
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!138Locations as Data Types
......@@ -117,7 +117,11 @@ class IAGA2002Writer(object):
if (
"declination_base" in stats
and stats.declination_base is not None
and (stats.data_type == "variation" or stats.data_type == "reported")
and (
stats.data_type == "variation"
or stats.data_type == "reported"
or stats.data_type[0] == "R"
)
):
comments.append(
"DECBAS {:<8d}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment