USGS gSSURGO 90m gridded soil attributes sampled at 180m and averaged to the GTOPO30 30-arc-second grid (approx 1km) over CONUS
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/gSSURGO_aws25.yaml")
ds=cat.netcdf.read()
Metadata
title | USGS gSSURGO 90m gridded soil attributes sampled at 180m and averaged to the GTOPO30 30-arc-second grid (approx 1km) over CONUS |
location | /project/land/gSSURGO |
tags | PLACEHOLDER |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/gSSURGO_aws25.yaml |
last updated | 2018-03-16 |
Dataset Contents
<xarray.Dataset> Dimensions: (lat: 3120, lev: 1, lon: 7080, time: 1) Coordinates: * lon (lon) float64 -125.0 -125.0 -125.0 -125.0 ... -66.02 -66.01 -66.0 * lat (lat) float64 24.0 24.01 24.02 24.03 ... 49.97 49.98 49.99 50.0 * lev (lev) float64 0.0 * time (time) float64 0.0 Data variables: aws25 (time, lev, lat, lon) float64 ... Attributes: institution: Center for Ocean-Land-Atmosphere Studies title: USGS gSSURGO 90m gridded soil attributes sampled at 180m an...
xarray.Dataset
- lat: 3120
- lev: 1
- lon: 7080
- time: 1
- lon(lon)float64-125.0 -125.0 ... -66.01 -66.0
- units :
- degrees_east
- long_name :
- Longitude
array([-124.995833, -124.9875 , -124.979167, ..., -66.020833, -66.0125 , -66.004167])
- lat(lat)float6424.0 24.01 24.02 ... 49.99 50.0
- units :
- degrees_north
- long_name :
- Latitude
array([24.004167, 24.0125 , 24.020833, ..., 49.979167, 49.9875 , 49.995833])
- lev(lev)float640.0
- units :
- millibar
- long_name :
- Level
array([0.])
- time(time)float640.0
- long_name :
- Time
- units :
- minutes since 0001-01-01 00:00
array([0.])
- aws25(time, lev, lat, lon)float64...
- units :
- cm
- long_name :
- Plant avail vol water in top 25cm (cm)
[22089600 values with dtype=float64]
- institution :
- Center for Ocean-Land-Atmosphere Studies
- title :
- USGS gSSURGO 90m gridded soil attributes sampled at 180m and averaged to the GTOPO30 30-arc-second grid (approx 1km) over CONUS