ESA CCI SM Land and Rainforest Mask
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ESA-CCI-SOILMOISTURE-LAND_AND_RAINFOREST_MASK-fv04.2.yaml")
ds=cat.netcdf.read()
Metadata
title | ESA CCI SM Land and Rainforest Mask |
location | /shared/land/CCI/ancillary |
tags | global,satellite,daily |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ESA-CCI-SOILMOISTURE-LAND_AND_RAINFOREST_MASK-fv04.2.yaml |
last updated |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 720, lon: 1440) Coordinates: * lat (lat) float64 89.88 89.62 89.38 89.12 ... -89.38 -89.62 -89.88 * lon (lon) float64 -179.9 -179.6 -179.4 -179.1 ... 179.4 179.6 179.9 Data variables: crs int32 -2147483647 gpi (lat, lon) int32 ... cell (lat, lon) int16 ... land (lat, lon) int8 ... rainforest (lat, lon) int8 ... Attributes: gpidirect: 11 geospatial_lon_min: -180.0 geospatial_lat_max: 90.0 date_created: 20160518T000921Z geospatial_lat_min: -90.0 id: ESA-CCI-SOILMOISTURE-LAND_AND_RAINFOREST_MASK... geospatial_lon_max: 180.0 Conventions: CF-1.6 title: ESA CCI SM Land and Rainforest Mask institution: Technische Universität Wien (AUT); Transmissi... contact: cci_sm_contact@eodc.eu product_version: 04.2 tracking_id: 5bedcf45-402a-4f21-9057-30f2c9384bc7 standard_name_vocabulary: NetCDF Climate and Forecast (CF) Metadata Con... summary: The GSHHG database has been use to calculate ... keywords: Soil Moisture/Water Content 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 C... history: 2013-05-05 00:00:00 - product produced creator_name: Department of Geodesy and Geoinformation, Tec... creator_url: http://rs.geo.tuwien.ac.at creator_email: cci_sm_developer@eodc.eu project: Climate Change Initiative - European Space Ag... license: data use is free and open for all registered ... geospatial_vertical_min: 0.0 geospatial_vertical_max: 0.0 geospatial_lat_units: degrees_north geospatial_lon_units: degrees_east geospatial_lat_resolution: 0.25 degree geospatial_lon_resolution: 0.25 degree spatial_resolution: 25km shape: [1440 720]
xarray.Dataset
- lat: 720
- lon: 1440
- lat(lat)float6489.88 89.62 89.38 ... -89.62 -89.88
- long_name :
- Latitude
- units :
- degree_north
- standard_name :
- latitude
- valid_range :
- [-90. 90.]
array([ 89.875, 89.625, 89.375, ..., -89.375, -89.625, -89.875])
- lon(lon)float64-179.9 -179.6 ... 179.6 179.9
- long_name :
- Longitude
- units :
- degree_east
- standard_name :
- longitude
- valid_range :
- [-180. 180.]
array([-179.875, -179.625, -179.375, ..., 179.375, 179.625, 179.875])
- crs()int32...
- grid_mapping_name :
- latitude_longitude
- longitude_of_prime_meridian :
- 0.0
- semi_major_axis :
- 6378137.0
- inverse_flattening :
- 298.257223563
- ellipsoid_name :
- WGS84
array(-2147483647, dtype=int32)
- gpi(lat, lon)int32...
- long_name :
- Grid point index
- units :
- valid_range :
- [ 0 1036799]
[1036800 values with dtype=int32]
- cell(lat, lon)int16...
- long_name :
- Cell
- units :
- valid_range :
- [ 0 2591]
[1036800 values with dtype=int16]
- land(lat, lon)int8...
- long_name :
- land
- units :
- flag_values :
- [0 1]
- flag_meanings :
- water land
- valid_range :
- [0 1]
[1036800 values with dtype=int8]
- rainforest(lat, lon)int8...
- long_name :
- rainforest
- units :
- flag_values :
- [0 1]
- flag_meanings :
- no_rainforest rainforest
- valid_range :
- [0 1]
[1036800 values with dtype=int8]
- gpidirect :
- 11
- geospatial_lon_min :
- -180.0
- geospatial_lat_max :
- 90.0
- date_created :
- 20160518T000921Z
- geospatial_lat_min :
- -90.0
- id :
- ESA-CCI-SOILMOISTURE-LAND_AND_RAINFOREST_MASK-fv04.2.nc
- geospatial_lon_max :
- 180.0
- Conventions :
- CF-1.6
- title :
- ESA CCI SM Land and Rainforest Mask
- institution :
- Technische Universität Wien (AUT); Transmissivity B.V. Noordwijk (NL)
- contact :
- cci_sm_contact@eodc.eu
- product_version :
- 04.2
- tracking_id :
- 5bedcf45-402a-4f21-9057-30f2c9384bc7
- standard_name_vocabulary :
- NetCDF Climate and Forecast (CF) Metadata Convention
- summary :
- The GSHHG database has been use to calculate the land points. Lakes and rivers with areas less than 600km2 are not considered in the processing.
- keywords :
- Soil Moisture/Water Content
- 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 CCI Soil Moisture projects. Contract No. 4000112226/14/I-NB.
- history :
- 2013-05-05 00:00:00 - product produced
- creator_name :
- Department of Geodesy and Geoinformation, Technische Universtät Wien
- creator_url :
- http://rs.geo.tuwien.ac.at
- creator_email :
- cci_sm_developer@eodc.eu
- project :
- Climate Change Initiative - European Space Agency
- license :
- data use is free and open for all registered users
- geospatial_vertical_min :
- 0.0
- geospatial_vertical_max :
- 0.0
- geospatial_lat_units :
- degrees_north
- geospatial_lon_units :
- degrees_east
- geospatial_lat_resolution :
- 0.25 degree
- geospatial_lon_resolution :
- 0.25 degree
- spatial_resolution :
- 25km
- shape :
- [1440 720]