ea_oper_an_veg
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ea_oper_an_veg.yaml")
ds=cat.netcdf.read()
Metadata
title | ea_oper_an_veg |
location | /reanalysis/land/ERA5/fixed |
tags | global,reanalysis,fixed |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ea_oper_an_veg.yaml |
last updated | 2021-05-28 |
Dataset Contents
<xarray.Dataset> Dimensions: (latitude: 640, longitude: 1280, time: 1) Coordinates: * latitude (latitude) float32 89.784874 89.5062 ... -89.5062 -89.784874 * longitude (longitude) float32 0.0 0.2812502 0.5625004 ... 359.43774 359.719 * time (time) int32 695352 Data variables: tvh (time, latitude, longitude) float32 ... tvl (time, latitude, longitude) float32 ... Attributes: Conventions: CF-1.6 history: Thu May 27 19:25:49 2021: ncks -4 -L 1 /scratch/r... NCO: netCDF Operators version 4.9.7 (Homepage = http:/... low_vegetation_types: 1 = Crops, Mixed farming; 2 = Grass; 7 = Tall gra... high_vegetation_types: 3 = Evergreen needleleaf trees; 4 = Deciduous nee... other_types: 8 = Desert (is 0 for both 'tvl' and 'tvh' - must ...
xarray.Dataset
- latitude: 640
- longitude: 1280
- time: 1
- latitude(latitude)float3289.784874 89.5062 ... -89.784874
- units :
- degrees_north
- long_name :
- latitude
array([ 89.784874, 89.5062 , 89.22588 , ..., -89.22588 , -89.5062 , -89.784874], dtype=float32)
- longitude(longitude)float320.0 0.2812502 ... 359.43774 359.719
- units :
- degrees_east
- long_name :
- longitude
array([0.000000e+00, 2.812502e-01, 5.625004e-01, ..., 3.591565e+02, 3.594377e+02, 3.597190e+02], dtype=float32)
- time(time)int32695352
- long_name :
- time
- units :
- hours since 1900-01-01
- calendar :
- gregorian
array([695352], dtype=int32)
- tvh(time, latitude, longitude)float32...
- units :
- ~
- long_name :
- Type of high vegetation
[819200 values with dtype=float32]
- tvl(time, latitude, longitude)float32...
- units :
- ~
- long_name :
- Type of low vegetation
[819200 values with dtype=float32]
- Conventions :
- CF-1.6
- history :
- Thu May 27 19:25:49 2021: ncks -4 -L 1 /scratch/rd/napd/global/ea_oper_an_veg.nc /scratch/rd/napd/global/ea_oper_an_veg.nc4 2021-05-27 18:25:49 GMT by grib_to_netcdf-2.21.0: grib_to_netcdf -D NC_FLOAT -u time -o /scratch/rd/napd/global/ea_oper_an_veg.nc /scratch/rd/napd/global/ea_oper_an_veg.grb
- NCO :
- netCDF Operators version 4.9.7 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)
- low_vegetation_types :
- 1 = Crops, Mixed farming; 2 = Grass; 7 = Tall grass; 9 = Tundra; 10 = Irrigated crops; 11 = Semidesert; 13 = Bogs and marshes; 16 = Evergreen shrubs; 17 = Deciduous shrubs; 20 = Water and land mixtures (unused?)
- high_vegetation_types :
- 3 = Evergreen needleleaf trees; 4 = Deciduous needleleaf trees; 5 = Deciduous broadleaf trees; 6 = Evergreen broadleaf trees; 18 = Mixed forest/woodland; 19 = Interrupted forest
- other_types :
- 8 = Desert (is 0 for both 'tvl' and 'tvh' - must use land mask to discern from ocean); 12 = Ice caps and Glaciers (is 0 for both 'tvl' and 'tvh' - must use land mask to discern from ocean); 14 = Inland water (unused?); 15 = Ocean (unused)