ga2
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ga2.yaml")
ds=cat.netcdf.read()
Metadata
title | ga2 |
location | /shared/land/TopoIndex |
tags | topography,topographic index |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/ga2.yaml |
last updated | 2015-03-03 |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 34189, lon: 86400) Coordinates: * lat (lat) float64 -56.35 -56.35 -56.34 -56.34 ... 86.09 86.09 86.1 * lon (lon) float64 -180.0 -180.0 -180.0 -180.0 ... 180.0 180.0 180.0 Data variables: crs |S1 b'' Band1 (lat, lon) float32 ... Attributes: GDAL_AREA_OR_POINT: Area Conventions: CF-1.5 GDAL: GDAL 1.10.1, released 2013/08/26 history: Thu Feb 19 13:37:59 2015: GDAL CreateCopy( /data/eco...
xarray.Dataset
- lat: 34189
- lon: 86400
- lat(lat)float64-56.35 -56.35 -56.34 ... 86.09 86.1
- standard_name :
- latitude
- long_name :
- latitude
- units :
- degrees_north
array([-56.352085, -56.347918, -56.343751, ..., 86.089583, 86.09375 , 86.097917])
- lon(lon)float64-180.0 -180.0 ... 180.0 180.0
- standard_name :
- longitude
- long_name :
- longitude
- units :
- degrees_east
array([-179.997917, -179.99375 , -179.989583, ..., 179.989586, 179.993753, 179.99792 ])
- crs()|S1...
- grid_mapping_name :
- latitude_longitude
- longitude_of_prime_meridian :
- 0.0
- semi_major_axis :
- 6378137.0
- inverse_flattening :
- 298.257223563
- spatial_ref :
- GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
- GeoTransform :
- -180 0.00416666669999449 0 86.09999996880516 0 -0.00416666669999449
array(b'', dtype='|S1')
- Band1(lat, lon)float32...
- long_name :
- GDAL Band Number 1
- grid_mapping :
- crs
[2953929600 values with dtype=float32]
- GDAL_AREA_OR_POINT :
- Area
- Conventions :
- CF-1.5
- GDAL :
- GDAL 1.10.1, released 2013/08/26
- history :
- Thu Feb 19 13:37:59 2015: GDAL CreateCopy( /data/ecosys-mod/tmarthewseco/ga2.nc, ... )