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,
Cain, Payton David
committed
'fge': True,
'U_scale': 313.2,
'V_scale': 312.3,
'W_scale': 312.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'
}
}
},
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'FDT': {
'metadata': {
'station_name': 'Fredericksburg Test',
'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,
'declination_base': 209690,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
'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,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
'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',
'geodetic_longitude': '202.000',
'elevation': '4',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
'KAK': {
'metadata': {
'station_name': 'Kakioka',
'agency_name': 'Japan Meteorological Agency',
'geodetic_latitude': '36.232',
'geodetic_longitude': '140.186',
'elevation': '36',
'sensor_orientation': 'HDZF',
'reported': 'HDZF',
'sensor_sampling_rate': 0.01,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'NEW': {
'metadata': {
'station_name': 'Newport',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '48.265',
'geodetic_longitude': '242.878',
'elevation': '770',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
'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'
}
}
},
'SHU': {
'metadata': {
'station_name': 'Shumagin',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '55.348',
'geodetic_longitude': '199.538',
'elevation': '80',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'SIT': {
'metadata': {
'station_name': 'Sitka',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '57.058',
'geodetic_longitude': '224.675',
'elevation': '24',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
'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'
}
}
},
'SJG': {
'metadata': {
'station_name': 'San Juan',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '18.113',
'geodetic_longitude': '293.849',
'elevation': '424',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 0.,
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
'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'
}
}
},
'TUC': {
'metadata': {
'station_name': 'Tucson',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '32.174',
'geodetic_longitude': '249.267',
'elevation': '946',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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'
}
}
},
'USGS': {
'metadata': {
'station_name': 'USGS',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '40.137',
'geodetic_longitude': '254.764',
'elevation': '1682',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 100.0,
'declination_base': 0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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': '1-minute calculated',
'filter_comments': []
},
'data_interval_type': '1-hour calculated'
}
}
},
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '64.300',
'geodetic_longitude': '264.000',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'BRD': {
'metadata': {
'station_name': 'Brandon',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '49.600',
'geodetic_longitude': '262.900',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'CBB': {
'metadata': {
'station_name': 'Cambridge Bay',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '69.200',
'geodetic_longitude': '255.000',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'EUA': {
'metadata': {
'station_name': 'Eureka',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '55.300',
'geodetic_longitude': '282.300',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'FCC': {
'metadata': {
'station_name': 'Fort Churchill',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '58.800',
'geodetic_longitude': '265.900',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'HAD': {
'metadata': {
'station_name': 'Hartland',
'agency_name': 'British Geological Survey (BGS)',
'geodetic_latitude': '51.000',
'geodetic_longitude': '355.500',
'elevation': '0',
'sensor_orientation': 'HDZF',
'reported': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'HER': {
'metadata': {
'station_name': 'Hermanus',
'agency_name': 'National Research Foundation',
'geodetic_latitude': '-34.400',
'geodetic_longitude': '19.200',
'elevation': '0',
'sensor_orientation': 'HDZF',
'reported': 'HDZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'IQA': {
'metadata': {
'station_name': 'Iqaluit',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '63.800',
'geodetic_longitude': '291.500',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'MEA': {
'metadata': {
'station_name': 'Meanook',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '54.600',
'geodetic_longitude': '246.700',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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)'
},
'second': {
'data_interval_type': ''
}
}
},
'OTT': {
'metadata': {
'station_name': 'Ottowa',
'agency_name': 'Geological Survey of Canada (GSC)',
'geodetic_latitude': '45.400',
'geodetic_longitude': '284.500',
'elevation': '0',
'sensor_orientation': 'XYZF',
'reported': 'XYZF',
'sensor_sampling_rate': 100.0,
Cain, Payton David
committed
'fge': False,
'U_scale': 0.,
'V_scale': 0.,
'W_scale': 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': {