Created
February 26, 2019 11:06
-
-
Save copernicusmarinegist/b7504d8a4705b3bd7756fb9079ff3813 to your computer and use it in GitHub Desktop.
ARCTIC_OMI_SI_extent_obs__global_attr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> ARCTIC_OMI_SI_extent_obs._file_obj.ds | |
<type 'netCDF4._netCDF4.Dataset'> | |
root group (NETCDF4_CLASSIC data model, file format HDF5): | |
product_name: EUMETSAT OSISAF monthly ice extent for Northern Hemisphere | |
Conventions: CF-1.4 | |
start_date: 1979-01-15 00:00:00 UTC | |
stop_date: 2019-01-15 00:00:00 UTC | |
history: Creation 2019-02-01 | |
title: Northern Hemisphere Sea Ice Extent Monthly | |
abstract: Northern Hemisphere Sea Ice Extent estimates based upon EUMETSAT Ocean and Sea Ice SAF products. Both reprocessed and operational datasets have been used. See http://cryoclim.met.no/indicators/seaiceextent/ for details. Distributed by Copernicus Marine Service by agreement with EUMETSAT | |
PI_name: Thomas Lavergne, Mari Anne Killie | |
contact: [email protected] | |
institution: Norwegian Meteorological Institute | |
url: http://cryoclim.met.no/indicators/seaiceextent/ | |
project_name: Copernicus Marine Environment Monitoring Service (CMEMS) | |
topiccategory: Oceans ClimatologyMeteorologyAtmosphere | |
keywords: Sea Ice Extent,Sea Ice,Oceanography,Meteorology,Climate,Remote Sensing | |
gcmd_keywords: Cryosphere > Sea Ice > Sea Ice Extent | |
Oceans > Sea Ice > Sea Ice Extent | |
Geographic Region > Northern Hemisphere | |
Vertical Location > Sea Surface | |
EUMETSAT/OSISAF > Satellite Application Facility on Ocean and Sea Ice, European Organisation for the Exploitation of Meteorological Satellites | |
area: Northern Hemisphere | |
quality_statement: Quality controlled | |
distribution_statement: Free | |
activity_type: Space borne instrument | |
dimensions(sizes): time(479), nv(2) | |
variables(dimensions): int32 time(time), float64 sie(time), int32 time_bounds(time,nv) | |
groups: | |
>>> ARCTIC_OMI_SI_extent_obs.attrs | |
OrderedDict([(u'product_name', | |
u'EUMETSAT OSISAF monthly ice extent for Northern Hemisphere'), | |
(u'Conventions', u'CF-1.4'), | |
(u'start_date', u'1979-01-15 00:00:00 UTC'), | |
(u'stop_date', u'2019-01-15 00:00:00 UTC'), | |
(u'history', u'Creation 2019-02-01'), | |
(u'title', u'Northern Hemisphere Sea Ice Extent Monthly'), | |
(u'abstract', | |
u'Northern Hemisphere Sea Ice Extent estimates based upon EUMETSAT Ocean and Sea Ice SAF products. Both reprocessed and operational datasets have been used. See http://cryoclim.met.no/indicators/seaiceextent/ for details. Distributed by Copernicus Marine Service by agreement with EUMETSAT'), | |
(u'PI_name', u'Thomas Lavergne, Mari Anne Killie'), | |
(u'contact', u'[email protected]'), | |
(u'institution', u'Norwegian Meteorological Institute'), | |
(u'url', u'http://cryoclim.met.no/indicators/seaiceextent/'), | |
(u'project_name', | |
u'Copernicus Marine Environment Monitoring Service (CMEMS)'), | |
(u'topiccategory', u'Oceans ClimatologyMeteorologyAtmosphere'), | |
(u'keywords', | |
u'Sea Ice Extent,Sea Ice,Oceanography,Meteorology,Climate,Remote Sensing'), | |
(u'gcmd_keywords', | |
u'Cryosphere > Sea Ice > Sea Ice Extent\nOceans > Sea Ice > Sea Ice Extent\nGeographic Region > Northern Hemisphere\nVertical Location > Sea Surface\nEUMETSAT/OSISAF > Satellite Application Facility on Ocean and Sea Ice, European Organisation for the Exploitation of Meteorological Satellites'), | |
(u'area', u'Northern Hemisphere'), | |
(u'quality_statement', u'Quality controlled'), | |
(u'distribution_statement', u'Free'), | |
(u'activity_type', u'Space borne instrument')]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment