play_arrowdatasetViewer.description
Evapotranspiration is defined as the loss of moisture from a surface by direct evaporation together with the loss of water by transpiration from vegetation. This is one of the variables recorded by the meteorological network of the Center for Advanced Studies in Arid Zones (CEAZA). This collection contains the information stored by 35 stations that have recorded, at some point, evapotranspiration since 2009, spaced on a daily basis. On each day, the minimum, maximum and average evapotranspiration is indicated. It is important to note that not all stations are currently operational. The data is updated monthly.
For each sensor, the data series are available in *npz* format for Numpy and *mat* for Matlab, in addition to being able to be viewed in the Data Series viewer of the Itrend Data Platform.
Last update: Thursday, August 11, 2022
play_arrowdatasetViewer.preview
datasetViewer.previewCollectionInfo
| Nombre | Código sensor | Canales | Primer registro | Último registro |
|---|
| Andacollo [Collowara] | ANDAset0 | min; prom; max | 2014-01-14 | 2022-01-16 |
| Cachiyuyo | CACHset0 | min; prom; max | 2013-09-17 | 2022-01-18 |
| Canela | CANset0 | min; prom; max | 2013-07-09 | 2022-01-18 |
| Combarbalá [C.del Sur] | COMBset0 | min; prom; max | 2013-10-17 | 2022-01-18 |
| Coquimbo [El Panul] | 4set0 | min; prom; max | 2009-01-01 | 2019-05-20 |
| ··· | ··· | ··· | ··· | ··· |
| Rivadavia | PYRVset0 | min; prom; max | 2010-09-23 | 2021-01-27 |
| Salamanca [Chillepín] | CHILLset0 | min; prom; max | 2013-07-10 00:00:00 | 2022-01-18 |
| Tascadero | TASCset0 | min; prom; max | 2020-11-05 | 2022-01-18 |
| Tilama | TILset0 | min; prom; max | 2013-07-25 | 2022-01-18 |
| Vicuña | 6set0 | min; prom; max | 2009-04-15 | 2022-01-18 |
play_arrowdatasetViewer.download
datasetViewer.download1 datasetViewer.here. datasetViewer.download3
play_arrowdatasetViewer.programaticAccess
datasetViewer.programaticAccess1 itrend-ds:5c020e2c9e4e78cd
datasetViewer.programaticAccess2 Nombre
datasetViewer.programaticAccess3 datasetViewer.programaticAccess4 datasetViewer.programaticAccess5 datasetViewer.here
```python
import pytrend
import pandas as pd
session = pytrend.itrend_developer_tools()
session.set_credentials(
access_key_id = '', # Type your access_key_id
secret_access_key = '' # Type your secret_access_key
)
# Dataset
dataset_id = 'itrend-ds:5c020e2c9e4e78cd'
collection_id = 'Nombre'
# Get available formats
dataset_formats = session.get_dataset_formats(dataset_id)
fmt = dataset_formats[0] # Choose your preferred format: dataset_formats = [csv]
# Download file
response = session.download_file(dataset_id, fmt)
# Download an element
filename = response.get('filename')
delimiter = response.get('delimiter')
df = pd.read_csv(filename, delimiter)
element_formats = session.get_element_formats(dataset_id)
efmt = element_formats[0] # Choose your preferred format: element_formats = [npz, mat]
for r, row in df.iterrows():
element_id = row[collection_id]
element_response = session.download_file(dataset_id, efmt, element_id)
break
```
play_arrowdatasetViewer.attribution
datasetViewer.attributionMessage1
datasetViewer.attribution1 Centre for Advanced Studies in Arid Zones, «Historical evapotranspiration measurements from the CEAZA network». datasetViewer.attribution2
file_copy
datasetViewer.attributionMessage2
datasetViewer.attribution3 Centre for Advanced Studies in Arid Zones («Historical evapotranspiration measurements from the CEAZA network»), datasetViewer.attribution4
file_copy
play_arrowdatasetViewer.permanentLink
datasetViewer.permanentLinkDescription
https://www.plataformadedatos.cl/datasets/en/5c020e2c9e4e78cd
file_copy
play_arrowdatasetViewer.metadata
datasetViewer.noMetadata