diff --git a/README.md b/README.md
index 8b784312..9cd693df 100644
--- a/README.md
+++ b/README.md
@@ -49,3 +49,46 @@ You can start editing the page by modifying `pages/index.js`. The page auto-upda
+
+
<xarray.DataArray (x: 6)> Size: 48B +array([10, 20, 30, 40, 50, 60]) +Coordinates: + * x (x) int64 48B 1 2 4 8 16 32
<xarray.DataArray 'band_data' (y: 626401, x: 1296001)> Size: 3TB +[811816322401 values with dtype=float32] +Coordinates: + band int64 8B 1 + spatial_ref int64 8B ... + * x (x) float64 10MB -180.0 -180.0 -180.0 ... 180.0 180.0 180.0 + * y (y) float64 5MB 84.0 84.0 84.0 84.0 ... -90.0 -90.0 -90.0 -90.0 +Indexes: + ┌ x RasterIndex (crs=None) + └ y +Attributes: + AREA_OR_POINT: Point
<xarray.Dataset> Size: 8MB +Dimensions: (x: 1000000) +Coordinates: + * x (x) float64 8MB 0.0 0.1 0.2 0.3 0.4 ... 1e+05 1e+05 1e+05 1e+05 +Data variables: + *empty* +Indexes: + x RangeIndex (start=0, stop=1e+05, step=0.1)
<xarray.DataArray 'x' (x: 490)> Size: 4kB +[490 values with dtype=float64] +Coordinates: + * x (x) float64 4kB 1e-06 1.1e-06 1.2e-06 ... 4.98e-05 4.99e-05 +Indexes: + x RangeIndex (start=1e-06, stop=5e-05, step=1e-07)
<xarray.Dataset> Size: 173kB +Dimensions: (county: 3085, year: 4) +Coordinates: + * county (county) geometry 25kB POLYGON ((-95.34258270263672 48.5467... + * year (year) int64 32B 1960 1970 1980 1990 +Data variables: + population (county, year) int32 49kB 4304 3987 3764 ... 43766 55800 65077 + unemployment (county, year) float64 99kB 7.9 9.0 5.903 ... 7.018 5.489 +Indexes: + county GeometryIndex (crs=EPSG:4326)
+
+