Newer
Older
"""Factory that loads metadata for an observatory"""
# default metadata for the 14 USGS observatories.
DEFAULT_METADATA = {
'BDT': {
'metadata': {
'station_name': 'Boulder Test',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '40.137',
'geodetic_longitude': '254.763',
'elevation': '1682',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
'declination_base': 5527,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'BOU': {
'metadata': {
'station_name': 'Boulder',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '40.137',
'geodetic_longitude': '254.763',
'elevation': '1682',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
'declination_base': 5527,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'TST': {
'metadata': {
'station_name': 'Boulder Test',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '40.137',
'geodetic_longitude': '254.763',
'elevation': '1682',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 10000.0,
'declination_base': 5527,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'BRW': {
'metadata': {
'station_name': 'Barrow',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '71.322',
'geodetic_longitude': '203.378',
'sensor_sampling_rate': 100.0,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'data_interval_type': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'BRT': {
'metadata': {
'station_name': 'Barrow Test',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '71.322',
'geodetic_longitude': '203.378',
'sensor_sampling_rate': 10000.0,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'data_interval_type': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'BSL': {
'metadata': {
'station_name': 'Stennis Space Center',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '30.350',
'geodetic_longitude': '270.365',
'elevation': '8',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'CMO': {
'metadata': {
'station_name': 'College',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '64.874',
'geodetic_longitude': '212.140',
'elevation': '197',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
'CMT': {
'metadata': {
'station_name': 'College',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '64.874',
'geodetic_longitude': '212.140',
'elevation': '197',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 10000.0,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
}
},
'metadata': {
'station_name': 'Deadhorse',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '70.355',
'geodetic_longitude': '211.207',
'elevation': '10',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'DHT': {
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '70.355',
'geodetic_longitude': '211.207',
'elevation': '10',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 10000.0,
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'FRD': {
'metadata': {
'station_name': 'Fredericksburg',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '38.205',
'geodetic_longitude': '282.627',
'elevation': '69',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'FRN': {
'metadata': {
'station_name': 'Fresno',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '37.091',
'geodetic_longitude': '240.282',
'elevation': '331',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'GUA': {
'metadata': {
'station_name': 'Guam',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '13.588',
'geodetic_longitude': '144.867',
'elevation': '140',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'HON': {
'metadata': {
'station_name': 'Honolulu',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '21.316',
Loading
Loading full blame...