1 | [main] |
---|
2 | version = 0.3.0 |
---|
3 | DEBUG = False |
---|
4 | default_delimiter = __space____space____space____space__ |
---|
5 | default_float_format = %g |
---|
6 | comment_override_rule = extend |
---|
7 | add_column_headers = True |
---|
8 | annotations_file = annotations.ini |
---|
9 | local_attributes_file = local_attributes.ini |
---|
10 | |
---|
11 | [header_partitions] |
---|
12 | sc_start = "=== Special Comments follow ===" |
---|
13 | sc_end = "=== Special Comments end ===" |
---|
14 | nc_start = "=== Normal Comments follow ===" |
---|
15 | nc_end = "=== Normal Comments end ===" |
---|
16 | data_next = "=== Data Section begins on the next line ===" |
---|
17 | sing_start = "=== Singleton Variables defined in the source file follow ===" |
---|
18 | sing_end = "=== Singleton Variables defined in the source file end ===" |
---|
19 | ncatts_start = "=== Variable attributes from source (NetCDF) file follow ===" |
---|
20 | ncatts_end = "=== Variable attributes from source (NetCDF) file end ===" |
---|
21 | addl_globals = "Additional Global Attributes defined in the source file and not translated elsewhere:" |
---|
22 | addl_vatts = "Additional Variable Attributes defined in the source file and not translated elsewhere:" |
---|
23 | |
---|
24 | [na_to_nc_map] |
---|
25 | NLHEAD = no_of_nasa_ames_header_lines |
---|
26 | FFI = file_format_index |
---|
27 | ONAME&ORG = institution |
---|
28 | SNAME = source |
---|
29 | MNAME = title |
---|
30 | IVOL = file_number_in_set |
---|
31 | NVOL = total_files_in_set |
---|
32 | RDATE = history |
---|
33 | DATE = first_valid_date_of_data |
---|
34 | SCOM&NCOM = comment |
---|
35 | |
---|
36 | [nc_to_na_map] |
---|
37 | Conventions = None |
---|
38 | source = SNAME |
---|
39 | title = MNAME |
---|
40 | institution = ONAME&ORG |
---|
41 | references = None |
---|
42 | comment = SCOM&NCOM |
---|
43 | history = RDATE |
---|
44 | file_format_index = FFI |
---|
45 | no_of_nasa_ames_header_lines = NLHEAD |
---|
46 | total_files_in_set = NVOL |
---|
47 | file_number_in_set = IVOL |
---|
48 | first_valid_date_of_data = DATE |
---|
49 | |
---|
50 | |
---|