play_arrowdatasetViewer.description
Relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature. Relative humidity depends on the temperature and pressure of the system of interest. 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 41 stations that have recorded, at some point, relative humidity since 2004, spaced every hour. In each hour, the minimum, maximum and average relative humidity 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] | ANDAHR | min; prom; max | 2014-01-13 16:00:00 | 2022-08-09 19:00:00 |
Cachiyuyo | CACHHR | min; prom; max | 2013-09-05 08:00:00 | 2022-08-09 20:00:00 |
Caleta El Toro | CTHR | min; prom; max | 2010-09-27 17:00:00 | 2022-04-26 15:00:00 |
Canela | CANHR | min; prom; max | 2013-07-08 17:00:00 | 2022-08-09 20:00:00 |
Casa del Canto | CDCHR | min; prom; max | 2019-03-14 12:00:00 | 2022-08-09 19:00:00 |
··· | ··· | ··· | ··· | ··· |
Tilama | TILHR | min; prom; max | 2013-07-24 15:00:00 | 2022-08-09 20:00:00 |
Tongoy Balsa CMET | BTGHR2M | min; prom; max | 2021-08-19 13:00:00 | 2022-08-07 18:00:00 |
Tranquilla | TRQHR | min; prom; max | 2016-08-11 20:00:00 | 2018-03-06 15:00:00 |
Tres Quebradas | TQHR | min; prom; max | 2017-05-10 20:00:00 | 2018-01-19 16:00:00 |
Vicuña | 40 | min; prom; max | 2004-01-31 23:00:00 | 2022-08-09 20:00:00 |
play_arrowdatasetViewer.download
datasetViewer.download1 datasetViewer.here. datasetViewer.download3
play_arrowdatasetViewer.programaticAccess
datasetViewer.programaticAccess1 itrend-ds:2481fdb9b4d17c8c
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:2481fdb9b4d17c8c'
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 relative humidity measurements from the CEAZA network». datasetViewer.attribution2
file_copy
datasetViewer.attributionMessage2
datasetViewer.attribution3 Centre for Advanced Studies in Arid Zones («Historical relative humidity measurements from the CEAZA network»), datasetViewer.attribution4
file_copy
play_arrowdatasetViewer.permanentLink
datasetViewer.permanentLinkDescription
https://www.plataformadedatos.cl/datasets/en/2481fdb9b4d17c8c
file_copy
play_arrowdatasetViewer.metadata
datasetViewer.noMetadata