cgiar_pet

Global potential evapotranspiration from CGIAR-CSI

Load in Python

from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/hydro.yaml") ds = cat["cgiar_pet"].to_dask()

Working with requester pays data

Several of the datasets within the cloud data catalog are contained in requester pays storage buckets. This means that a user requesting data must provide their own billing project (created and authenticated through Google Cloud Platform) to be billed for the charges associated with accessing a dataset. To set up an GCP billing project and use it for authentication in applications:

Metadata

url https://cgiarcsi.community/data/global-aridity-and-pet-database
tags ['evapotranspiration']

Dataset Contents

Show/Hide data repr Show/Hide attributes
xarray.Dataset
    • lat: 18000
    • lon: 43200
    • month: 12
    • lat
      (lat)
      float64
      90.0 89.99 89.98 ... -59.99 -60.0
      array([ 89.995833,  89.9875  ,  89.979167, ..., -59.979167, -59.9875  ,
             -59.995833])
    • lon
      (lon)
      float64
      -180.0 -180.0 ... 180.0 180.0
      array([-179.995833, -179.9875  , -179.979167, ...,  179.979167,  179.9875  ,
              179.995833])
    • month
      (month)
      int64
      1 2 3 4 5 6 7 8 9 10 11 12
      array([ 1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12])
    • PET
      (month, lat, lon)
      int16
      dask.array<chunksize=(1, 563, 2700), meta=np.ndarray>
      crs :
      +init=epsg:4326
      is_tiled :
      1
      nodatavals :
      [-32768.0]
      res :
      [0.008333333333013115, 0.008333333332998905]
      transform :
      [0.008333333333013115, 0.0, -180.0, 0.0, -0.008333333332998905, 90.00000001198032]
      Array Chunk
      Bytes 18.66 GB 3.04 MB
      Shape (12, 18000, 43200) (1, 563, 2700)
      Count 6145 Tasks 6144 Chunks
      Type int16 numpy.ndarray
      43200 18000 12