LPRMv6 AMSRE mean VOD_069
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/AMSRE_D_MEAN_VOD_069_2002_2011.yaml")
ds=cat.netcdf.read()
Metadata
title | LPRMv6 AMSRE mean VOD_069 |
location | /shared/land/CCI/ancillary |
tags | global,satellite,daily |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/AMSRE_D_MEAN_VOD_069_2002_2011.yaml |
last updated |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 720, lon: 1440) Coordinates: * lat (lat) float32 89.875 89.625 89.375 ... -89.375 -89.625 -89.875 * lon (lon) float32 -179.875 -179.625 -179.375 ... 179.625 179.875 Data variables: vod (lat, lon) float32 ... Attributes: title: LPRMv6 AMSRE mean VOD_069 institution: Vienna University of Technology, VU Universit... contact: cci_sm_contact@eodc.eu source: LPRMv6/AMSRE/Aqua L2B Surface Soil Moisture, ... history: 20180810T181230 - product produced references: Vrije Universiteit Amsterdam and NASA GSFC: L... tracking_id: 7f222ce2-f260-4756-877e-20975cca9832 product_version: 01.0 summary: Mean VOD_069 from AMSRE over period 2002-6-1 ... keywords: land surface, vegetation index/cover id: AMSRE_D_MEAN_VOD_069_2002_2011.nc naming_authority: TU Wien keywords_vocabulary: NASA Global Change Master Directory (GCMD) Sc... cdm_data_type: Grid comment: These data were produced as part of the ESA s... date_created: 20180810T181230Z creator_name: Department of Geodesy and Geoinformation, Vie... creator_url: http://rs.geo.tuwien.ac.at creator_email: cci_sm_developer@eodc.eu project: Climate Change Initiative - European Space Ag... geospatial_lat_min: -90.0 geospatial_lat_max: 90.0 geospatial_lon_min: -180.0 geospatial_lon_max: 180.0 geospatial_vertical_min: 0.0 geospatial_vertical_max: 0.0 time_coverage_start: 2002-06-01T00:00:00Z time_coverage_end: 2011-05-31T23:59:59Z time_coverage_duration: P8Y time_coverage_resolution: P1D standard_name_vocabulary: NetCDF Climate and Forecast (CF) Metadata Con... license: data use is free and open for all registered ... platform: Aqua L2B sensor: AMSRE spatial_resolution: 25km geospatial_lat_units: degrees_north geospatial_lon_units: degrees_east geospatial_lat_resolution: 0.25 degree geospatial_lon_resolution: 0.25 degree
xarray.Dataset
- lat: 720
- lon: 1440
- lat(lat)float3289.875 89.625 ... -89.625 -89.875
- units :
- degrees_north
- _CoordinateAxisType :
- Lat
- standard_name :
- latitude
- valid_range :
- [-90. 90.]
array([ 89.875, 89.625, 89.375, ..., -89.375, -89.625, -89.875], dtype=float32)
- lon(lon)float32-179.875 -179.625 ... 179.875
- units :
- degrees_east
- _CoordinateAxisType :
- Lon
- standard_name :
- longitude
- valid_range :
- [-180. 180.]
array([-179.875, -179.625, -179.375, ..., 179.375, 179.625, 179.875], dtype=float32)
- vod(lat, lon)float32...
- long_name :
- Vegetation Optical Depth Mean
[1036800 values with dtype=float32]
- title :
- LPRMv6 AMSRE mean VOD_069
- institution :
- Vienna University of Technology, VU University Amsterdam
- contact :
- cci_sm_contact@eodc.eu
- source :
- LPRMv6/AMSRE/Aqua L2B Surface Soil Moisture, Ancillary Params, and QC
- history :
- 20180810T181230 - product produced
- references :
- Vrije Universiteit Amsterdam and NASA GSFC: LPRM/AMSR-E/Aqua L2B Surface Soil Moisture, Ancillary Params, and QC. Goddard Earth Sciences Data and Information Services Center (GES DISC), Greenbelt, MD U.S.A., 05.06.2011
- tracking_id :
- 7f222ce2-f260-4756-877e-20975cca9832
- product_version :
- 01.0
- summary :
- Mean VOD_069 from AMSRE over period 2002-6-1 to 2011-5-31
- keywords :
- land surface, vegetation index/cover
- id :
- AMSRE_D_MEAN_VOD_069_2002_2011.nc
- naming_authority :
- TU Wien
- keywords_vocabulary :
- NASA Global Change Master Directory (GCMD) Science Keywords
- cdm_data_type :
- Grid
- comment :
- These data were produced as part of the ESA soil moisture CCI projects. Contract No. ESRIN 22086/08/I-EC, ESRIN 4000104814/11/I-NB
- date_created :
- 20180810T181230Z
- creator_name :
- Department of Geodesy and Geoinformation, Vienna University of Technology
- creator_url :
- http://rs.geo.tuwien.ac.at
- creator_email :
- cci_sm_developer@eodc.eu
- project :
- Climate Change Initiative - European Space Agency
- geospatial_lat_min :
- -90.0
- geospatial_lat_max :
- 90.0
- geospatial_lon_min :
- -180.0
- geospatial_lon_max :
- 180.0
- geospatial_vertical_min :
- 0.0
- geospatial_vertical_max :
- 0.0
- time_coverage_start :
- 2002-06-01T00:00:00Z
- time_coverage_end :
- 2011-05-31T23:59:59Z
- time_coverage_duration :
- P8Y
- time_coverage_resolution :
- P1D
- standard_name_vocabulary :
- NetCDF Climate and Forecast (CF) Metadata Convention
- license :
- data use is free and open for all registered users
- platform :
- Aqua L2B
- sensor :
- AMSRE
- spatial_resolution :
- 25km
- geospatial_lat_units :
- degrees_north
- geospatial_lon_units :
- degrees_east
- geospatial_lat_resolution :
- 0.25 degree
- geospatial_lon_resolution :
- 0.25 degree