Skip to content

Commit 7d21487

Browse files
authored
Merge pull request #30 from JimBiardCics/TemplateSubmission5
Adding example CDL file timeSeriesProfile_template.cdl
2 parents 9c8801d + 4cbd116 commit 7d21487

File tree

1 file changed

+178
-0
lines changed

1 file changed

+178
-0
lines changed
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
netcdf timeSeriesProfile_template {
2+
dimensions:
3+
z = 4 ;
4+
station = 1 ;
5+
time = 10 ;
6+
variables:
7+
int station(station) ;
8+
station:long_name = "Buoy 1" ;
9+
station:cf_role = "timeseries_id" ;
10+
double time(time) ;
11+
time:long_name = "Time" ;
12+
time:standard_name = "time" ;
13+
time:units = "seconds since 1970-01-01 00:00:00 UTC" ;
14+
time:axis = "T" ;
15+
time:calendar = "julian" ;
16+
time:comment = "These data are bogus!!!!!" ;
17+
double lat(station) ;
18+
lat:_FillValue = -9999. ;
19+
lat:long_name = "Latitude" ;
20+
lat:standard_name = "latitude" ;
21+
lat:units = "degrees_north" ;
22+
lat:axis = "Y" ;
23+
lat:valid_min = -90. ;
24+
lat:valid_max = 90. ;
25+
lat:comment = "These data are bogus!!!!!" ;
26+
double lon(station) ;
27+
lon:_FillValue = -9999. ;
28+
lon:long_name = "Longitude" ;
29+
lon:standard_name = "longitude" ;
30+
lon:units = "degrees_east" ;
31+
lon:axis = "X" ;
32+
lon:valid_min = -180. ;
33+
lon:valid_max = 180. ;
34+
lon:comment = "These data are bogus!!!!!" ;
35+
double z(z) ;
36+
z:long_name = "depth of sensor" ;
37+
z:standard_name = "depth" ;
38+
z:units = "m" ;
39+
z:axis = "Z" ;
40+
z:valid_min = 0. ;
41+
z:valid_max = 10971. ;
42+
z:positive = "down" ;
43+
z:comment = "These data are bogus!!!!!" ;
44+
double sal(station, time, z) ;
45+
sal:_FillValue = -9999. ;
46+
sal:long_name = "Salinity" ;
47+
sal:standard_name = "sea_water_salinity" ;
48+
sal:units = "0.001" ;
49+
sal:scale_factor = 1. ;
50+
sal:add_offset = 0. ;
51+
sal:valid_min = 0. ;
52+
sal:valid_max = 100. ;
53+
sal:data_min = 33.0004663995259 ;
54+
sal:data_max = 35.9198410313626 ;
55+
sal:coordinates = "time lat lon z" ;
56+
sal:coverage_content_type = "physicalMeasurement" ;
57+
sal:missing_value = -8888. ;
58+
sal:ncei_name = "SALINITY" ;
59+
sal:grid_mapping = "crs" ;
60+
sal:source = "numpy.random.rand function." ;
61+
sal:references = "http://www.numpy.org/" ;
62+
sal:cell_methods = "time: point longitude: point latitude: point" ;
63+
sal:platform = "platform1" ;
64+
sal:instrument = "instrument1" ;
65+
sal:comment = "These data are bogus!!!!!" ;
66+
double temp(station, time, z) ;
67+
temp:_FillValue = -9999. ;
68+
temp:long_name = "Temperature" ;
69+
temp:standard_name = "sea_water_temperature" ;
70+
temp:units = "degree_Celsius" ;
71+
temp:scale_factor = 1. ;
72+
temp:add_offset = 0. ;
73+
temp:valid_min = 0. ;
74+
temp:valid_max = 100. ;
75+
temp:data_min = 13.0571499653095 ;
76+
temp:data_max = 15.9884350129774 ;
77+
temp:coordinates = "time lat lon z" ;
78+
temp:coverage_content_type = "physicalMeasurement" ;
79+
temp:missing_value = -8888. ;
80+
temp:ncei_name = "WATER TEMPERATURE" ;
81+
temp:grid_mapping = "crs" ;
82+
temp:source = "numpy.random.rand function." ;
83+
temp:references = "http://www.numpy.org/" ;
84+
temp:cell_methods = "time: point longitude: point latitude: point" ;
85+
temp:platform = "platform1" ;
86+
temp:instrument = "instrument1" ;
87+
temp:comment = "These data are bogus!!!!!" ;
88+
char instrument1 ;
89+
instrument1:long_name = "Seabird 37 Microcat" ;
90+
instrument1:ncei_name = "CTD" ;
91+
instrument1:make_model = "SBE-37" ;
92+
instrument1:serial_number = "1859723" ;
93+
instrument1:calibration_date = "2016-03-25" ;
94+
instrument1:accuracy = "" ;
95+
instrument1:precision = "" ;
96+
instrument1:comment = "serial number and calibration dates are bogus" ;
97+
char platform1 ;
98+
platform1:long_name = "cordell bank monitoring station" ;
99+
platform1:ncei_code = "FIXED PLATFORM, MOORINGS" ;
100+
platform1:ioos_code = "urn:ioos:station:NCEI:Mooring1" ;
101+
platform1:call_sign = "" ;
102+
platform1:ices_code = "" ;
103+
platform1:imo_code = "" ;
104+
platform1:wmo_code = "" ;
105+
platform1:comment = "Data is not actually collected from this platform, this is an example." ;
106+
double crs ;
107+
crs:grid_mapping_name = "latitude_longitude" ;
108+
crs:longitude_of_prime_meridian = 0. ;
109+
crs:semi_major_axis = 6378137. ;
110+
crs:inverse_flattening = 298.257223563 ;
111+
crs:epsg_code = "EPSG:4326" ;
112+
113+
// global attributes:
114+
:instrument = "In Situ/Laboratory Instruments > Profilers/Sounders > > > CTD" ;
115+
:platform = "In Situ Ocean-based Platforms > MOORINGS" ;
116+
:title = "Oceanographic and surface meteorological data collected from the cordell bank monitoring station by the National Centers for Environmental Information (NCEI) in the Cordell Bank National Marine Sanctuary from 2015-03-25 to 2015-03-25" ;
117+
:ncei_template_version = "NCEI_NetCDF_TimeSeriesProfile_Orthogonal_Template_v2.0" ;
118+
:Conventions = "CF-1.6, ACDD-1.3" ;
119+
:naming_authority = "gov.noaa.ncei" ;
120+
:geospatial_bounds = "POINT (-123.560000 38.060000)" ;
121+
:geospatial_bounds_crs = "EPSG:4326" ;
122+
:geospatial_bounds_vertical_crs = "EPSG:5829" ;
123+
:creator_type = "person" ;
124+
:creator_institution = "NCEI" ;
125+
:publisher_type = "position" ;
126+
:publisher_institution = "NCEI" ;
127+
:program = "NCEI-IOOS Data Pipeline" ;
128+
:date_metadata_modified = "2016-09-22T18:18:36.866550Z" ;
129+
:product_version = "v1" ;
130+
:instrument_vocabulary = "GCMD Earth Science Keywords. Version 5.3.3" ;
131+
:platform_vocabulary = "GCMD Earth Science Keywords. Version 5.3.3" ;
132+
:summary = "This is an example of the Oceanographic and surface meteorological data collected from the cordell bank monitoring station by the National Centers for Environmental Information (NCEI) in the Cordell Bank National Marine Sanctuary from 2015-03-25 to 2015-03-25. The data contained within this file are completely bogus and are generated using the python module numpy.random.rand() function. This file can be used for testing with various applications. The uuid was generated using the uuid python module, invoking the command uuid.uuid4()." ;
133+
:source = "Python script generate_NCEI_netCDF_template.py with options: {\'template_version\': \'2.0\', \'feature_type\': \'timeSeriesProfile\'}" ;
134+
:featureType = "timeSeriesProfile" ;
135+
:cdm_data_type = "Station" ;
136+
:standard_name_vocabulary = "CF Standard Name Table v30" ;
137+
:uuid = "a010c662-16f1-4424-aa3d-8be35bf90f17" ;
138+
:sea_name = "Cordell Bank National Marine Sanctuary, North Pacific Ocean" ;
139+
:id = "NCEI_timeSeriesProfile_template_v2.0_2016-09-22_181836.866550.nc" ;
140+
:time_coverage_start = "2015-03-25T22:23:38Z" ;
141+
:time_coverage_end = "2015-03-25T22:25:08Z" ;
142+
:time_coverage_resolution = "PT10.S" ;
143+
:geospatial_lat_min = 38.06 ;
144+
:geospatial_lat_max = 38.06 ;
145+
:geospatial_lat_units = "degrees_north" ;
146+
:geospatial_lon_min = -123.56 ;
147+
:geospatial_lon_max = -123.56 ;
148+
:geospatial_lon_units = "degrees_east" ;
149+
:geospatial_vertical_min = 1 ;
150+
:geospatial_vertical_max = 4 ;
151+
:geospatial_vertical_units = "m" ;
152+
:geospatial_vertical_resolution = 1. ;
153+
:geospatial_vertical_positive = "down" ;
154+
:institution = "NCEI" ;
155+
:creator_name = "Mathew Biddle" ;
156+
:creator_url = "http://www.nodc.noaa.gov/" ;
157+
:creator_email = "[email protected]" ;
158+
:project = "NCEI NetCDF templates" ;
159+
:processing_level = "BOGUS DATA" ;
160+
:metadata_link = "https://www.nodc.noaa.gov/data/formats/netcdf/v2.0/" ;
161+
:references = "https://www.nodc.noaa.gov/data/formats/netcdf/v2.0/" ;
162+
:keywords_vocabulary = "GCMD Earth Science Keywords. Version 5.3.3" ;
163+
:keywords = "Oceans > Ocean Temperature > Water Temperature, Oceans > Salinity/Density > Salinity" ;
164+
:acknowledgement = "thanks to the NCEI netCDF working group" ;
165+
:comment = "This data file is just an example, the data are completely BOGUS!" ;
166+
:contributor_name = "NCEI" ;
167+
:contributor_role = "Data Center" ;
168+
:date_created = "2016-09-22T18:18:36.866550Z" ;
169+
:date_modified = "2016-09-22T18:18:36.866550Z" ;
170+
:date_issued = "2016-09-22T18:18:36.866550Z" ;
171+
:publisher_name = "NCEI Data Manager" ;
172+
:publisher_email = "[email protected]" ;
173+
:publisher_url = "http://www.ncei.noaa.gov/" ;
174+
:license = "Freely available" ;
175+
:time_coverage_duration = "PT1M30S" ;
176+
:history = "Tue Sep 27 16:40:22 2016: ncatted -a time_coverage_duration,global,m,c,PT1M30S ./NCEI_timeSeriesProfile_template_v2.0_2016-09-22_181836.866550.nc\n",
177+
"This file was created on 2016-09-22T18:18:36.866550Z" ;
178+
}

0 commit comments

Comments
 (0)