Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.09 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.09 KB

Orion Solar Car Weather Data Platform

Description

The weather platform is a mini-application developed for the Orion Solar Car team, an aspiring team to participate in the World Solar Challenge. This application allows the consultation of extremely important meteorological data through the Solcast API. These data are crucial for the team"s strategy, as they influence route planning, energy consumption, and the efficiency of the solar vehicle.

Features

  • Weather Data Query: Access accurate and up-to-date weather information provided by the Solcast API.
  • Data Visualization: User-friendly interface for visualizing relevant meteorological data, such as solar irradiance, temperature, and weather conditions.
  • Real-Time Updates: Real-time weather data for strategic planning and adjustment.

Requirements

  • Python (v3.6 or higher)
  • tkinter library
  • Solcast API Key: You will need an API key from Solcast to access the weather data.

Installation

  1. Clone the repository:

    git clone https://github.com/cewhizzar/solcast-app.git
    cd solcast-app
  2. Install the necessary dependencies:

    pip install tkinter
  3. Create a .env file in the root of the project and add your Solcast API key (or use in the Label):

    SOLCAST_API_KEY=your_solcast_api_key
    

Usage

To start the application, run:

python main.py

This will launch the application, where you can access and query the weather data.

Contributions

Contributions are welcome. If you wish to improve the platform, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -m "Add new feature").
  4. Push your changes to your fork (git push origin feature/new-feature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or suggestions, you can contact the development team via email: [email protected] or [email protected]