Historical wind measurements at 2 meters height from the DMC network

Meteorological Directorate of Chile

datasetViewer.description

The speed, direction of the wind and the variable wind indicator are the variables recorded by the meteorological network of the Chilean Meteorological Directorate (DMC). This collection contains the information stored by 326 stations that have recorded, at some point, the orientation of the wind since 1950, spaced one hour apart. It is important to note that not all stations are currently operational. The data is updated directly from the DMC's web services and can be viewed in the Data Series viewer of the Itrend Data Platform. In addition, a historical database is provided in .npz* and .mat** format that is updated every 30 days for those stations that are still valid. *To load the data correctly in Python it is recommended to use the following code: ```python import numpy as np with np.load(filename, allow_pickle = True) as f: data = {} for key, value in f.items(): data[key] = value.item() ``` **Date data is in ```datenum``` format, and to load it correctly in ```datetime``` format, it is recommended to use the following command in MATLAB: ```python datetime(TS.x , 'ConvertFrom' , 'datenum') ```

datasetViewer.preview

datasetViewer.previewCollectionInfo

Código NacionalNombre EstaciónComunaRegiónLatitudLongitudOrganismoDatos DesdeDatos Hasta
170007Visviri INIAGeneral LagosArica y Parinacota-17.594721-69.475277Instituto de Investigación Agropecuaria20192023
180029Putre INIAPutreArica y Parinacota-18.196944-69.553888Instituto de Investigación Agropecuaria20192023
180030SocoromaPutreArica y Parinacota-18.263888-69.607777Instituto de Investigación Agropecuaria20192023
180031Lago ChungaráPutreArica y Parinacota-18.280832-69.138055Instituto de Investigación Agropecuaria20192023
180032Lluta AltoAricaArica y Parinacota-18.39361-69.963333Instituto de Investigación Agropecuaria20202023
···························
520027Tierra del FuegoPrimaveraMagallanes y de la Antártica Chilena-52.805555-69.27361Instituto de Investigación Agropecuaria20202023
520031Estancia 5 de EneroSan GregorioMagallanes y de la Antártica Chilena-52.432499-70.360555Instituto de Investigación Agropecuaria20202023
530010Isla RiescoRío VerdeMagallanes y de la Antártica Chilena-53.030554-71.93361Instituto de Investigación Agropecuaria20192023
530011Punta Arenas RuralPunta ArenasMagallanes y de la Antártica Chilena-53.068332-70.873888Instituto de Investigación Agropecuaria20192023
530029Estancia ZeniaPorvenirMagallanes y de la Antártica Chilena-53.319443-69.698055Instituto de Investigación Agropecuaria20202023

datasetViewer.download

datasetViewer.download1 datasetViewer.here. datasetViewer.download3

datasetViewer.programaticAccess

datasetViewer.programaticAccess1 itrend-ds:81a687645f99ebe4

datasetViewer.programaticAccess2 Código Nacional

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:81a687645f99ebe4' collection_id = 'Código Nacional' # Get available formats dataset_formats = session.get_dataset_formats(dataset_id) fmt = dataset_formats[0] # Choose your preferred format: dataset_formats = [xlsx, 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 ```

datasetViewer.attribution

datasetViewer.attributionMessage1

datasetViewer.attribution1 Meteorological Directorate of Chile, «Historical wind measurements at 2 meters height from the DMC network». datasetViewer.attribution2

datasetViewer.attributionMessage2

datasetViewer.attribution3 Meteorological Directorate of Chile («Historical wind measurements at 2 meters height from the DMC network»), datasetViewer.attribution4

datasetViewer.permanentLink

datasetViewer.permanentLinkDescription

https://www.plataformadedatos.cl/datasets/en/81a687645f99ebe4

datasetViewer.metadata

datasetViewer.noMetadata