brandonhxrr commited on
Commit
453926c
·
verified ·
1 Parent(s): 2e66560

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -4
README.md CHANGED
@@ -1,10 +1,77 @@
1
- These data are available in the portal of the National Water Commission of Mexico (CONAGUA) and can be downloaded in CSV format through the following link: https://sih.conagua.gob.mx/basedatos/Climas/{station}.csv. To obtain specific data for Mexico City, it is necessary to filter the station codes corresponding to this region.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
 
3
 
4
- In this CSV file, you will find detailed data on the weather conditions recorded at the selected station, including variables such as temperature, humidity, precipitation and other relevant metrics.
5
 
6
- Note: This data is for informational and educational use only.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  ---
9
  license: cc-by-nc-4.0
10
- ---
 
1
+ ---
2
+ task_categories:
3
+ - time-series-forecasting
4
+ language:
5
+ - es
6
+ tags:
7
+ - weather
8
+ - climate
9
+ - Mexico City
10
+ - historical data
11
+ pretty_name: Weather Data for Mexico City
12
+ license: cc-by-nc-4.0
13
+ size_categories:
14
+ - 1M<n<10M
15
+ ---
16
 
17
+ # Weather Data for Mexico City by SIH CONAGUA
18
 
19
+ ## Overview
20
 
21
+ This dataset contains weather data for Mexico City collected by the Sistema de Información Hidrológica (SIH) of the Comisión Nacional del Agua (CONAGUA). The dataset includes historical weather records from multiple meteorological stations in Mexico City.
22
+
23
+ ### File Structure
24
+
25
+ - **`weather_mexico_city_by_sih_conagua.csv`**: This file contains aggregated weather data for Mexico City.
26
+ - **`raw_data`**: This folder includes individual CSV files with weather data from each meteorological station in Mexico City.
27
+
28
+ ### Data Description
29
+
30
+ - **Source**: Comisión Nacional del Agua (CONAGUA), Sistema de Información Hidrológica (SIH)
31
+ - **Coverage**: Mexico City, Mexico
32
+ - **Time Period**: The dataset spans several years of historical weather data. Specific time frames can be found in the individual CSV files.
33
+ - **Variables**: The dataset includes key weather variables such as maximum temperature, minimum temperatura and rainfall.
34
+
35
+ ### Dataset Usage
36
+
37
+ The dataset is valuable for researchers, data scientists, and developers interested in studying weather patterns, forecasting, and climate change analysis in urban areas. It can also be used for machine learning projects related to weather prediction and environmental studies.
38
+
39
+ ## Dataset Details
40
+
41
+ ### `weather_mexico_city_by_sih_conagua.csv`
42
+
43
+ - **Columns**:
44
+ - `locality`: Name of the locality where the data was recorded.
45
+ - `year`: Year of the recorded data.
46
+ - `month`: Month of the recorded data.
47
+ - `day`: Day of the recorded data.
48
+ - `maxt`: Maximum temperature recorded for the day.
49
+ - `mint`: Minimum temperature recorded for the day.
50
+ - `rainfall`: Total precipitation recorded for the day.
51
+
52
+ ### `raw_data` Folder
53
+
54
+ - **File Structure**: Each file is named with the station code and contains weather data specific to that station.
55
+ - **File Format**: CSV
56
+ - **Columns**:
57
+ - Similar to those in `weather_mexico_city_by_sih_conagua.csv`, with detailed data specific to each station.
58
+
59
+ ## Data Source and Licensing
60
+
61
+ - **Source**: The data is obtained from the Sistema de Información Hidrológica (SIH) of the Comisión Nacional del Agua (CONAGUA).
62
+ - **Access Link**: [https://sih.conagua.gob.mx/basedatos/Climas/{station}.csv](https://sih.conagua.gob.mx/basedatos/Climas/{station}.csv)
63
+ - **License**: This dataset is shared under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). Users must provide proper attribution to CONAGUA and cannot use the data for commercial purposes. For more details, visit [CONAGUA's data usage policies](https://www.gob.mx/conagua).
64
+
65
+ ## Dataset Curator
66
+
67
+ - **Name**: Brandon Jesús Hernández Herrera
68
+ - **Affiliation**: Escuela Superior de Cómputo (ESCOM), Instituto Politécnico Nacional (IPN)
69
+ - **Contact**: [email protected]
70
+
71
+ ## Contributions and Acknowledgements
72
+
73
+ This dataset was made possible through the efforts of CONAGUA and the Sistema de Información Hidrológica.
74
 
75
  ---
76
  license: cc-by-nc-4.0
77
+ ---