From b1c5bf9358e7c9e92635179019bef8d67c523b19 Mon Sep 17 00:00:00 2001 From: Luiz Fonseca Date: Sun, 15 Oct 2023 15:12:33 -0300 Subject: [PATCH] remove wrong readme --- README_EG-US.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README_EG-US.md diff --git a/README_EG-US.md b/README_EG-US.md deleted file mode 100644 index 03a0ad2..0000000 --- a/README_EG-US.md +++ /dev/null @@ -1,21 +0,0 @@ -# BDMEP Data Processing Script - -[PB-BR](https://github.com/Luizfelz/bdmep_data_processing_script) - -### How to run the app - -1. Clone this repository -2. Download the CSV you want from [BDMEP](https://bdmep.inmet.gov.br/) -3. Run the executable "BDMEP_data_processing.exe" - -### **Context** - -The use of renewable sources is extremely important given the climate change scenario that the world is facing. The Brazilian energy matrix consists of many renewable sources for energy generation, but unfortunately these sources depend on some climatic variables, such as temperature, rainfall, wind speed, radiation, and many others. In this context, the study of climate variables is essential, however the exorbitant amount of raw data to be analyzed makes it necessary to use tools capable of performing this function quickly and effectively. The use of algorithms for processing databases is quite common and has grown significantly in recent years, even more so when considering the more frequent use of programming languages to perform and automate tasks that were previously performed manually. - -[Python](https://www.python.org/) is a high-level programming language and one of the most used for database processing, as in addition to allowing its algorithms to be light and fast, it allows a easy creation and interpretation of sequences of logical commands that will be used to process raw data. - -The [Meteorological Database](https://bdmep.inmet.gov.br/) of the [National Institute of Meteorology](https://portal.inmet.gov.br/) (BDMEP - INMET) is a digital database that groups meteorological data from historical series from automatic and conventional meteorological stations, in accordance with international technical standards from the [World Meteorological Organization](https://news.un.org/pt/tags/organizacao-meteorologica-mundial). - -### **Objective** - -The objective of this project is to create an algorithm capable of processing raw data taken from BDMEP. The algorithm and executable are still under development and, eventually, new versions will be available if necessary. \ No newline at end of file