Skip to content

"ClimateDataManager" is a user-friendly tool for managing and analyzing climate data. It features data import from Excel files, storage in an SQLite database, and visualization through a graphical interface.

Notifications You must be signed in to change notification settings

bsenurbas/Climate-Data-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate Data Manager

Overview

Climate Data Manager is a user-friendly tool for managing and analyzing climate data. The application features data import from Excel files, storage in an SQLite database, and visualization through a graphical interface.

Features

  • Excel Data Import: Easily import climate data from Excel files.
  • Data Storage: Securely store data in an SQLite database.
  • Graphical Interface: Visualize your data through an intuitive graphical interface.

Installation

To set up the Climate Data Manager on your local machine, follow these steps:

  1. Clone the Repository

    git clone https://github.com/bsenurbas/Climate-Data-Manager.git
    cd Climate-Data-Manager
  2. Set Up Virtual Environment

    python3 -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install Dependencies

    pip install -r requirements.txt
  4. Run the Application

    python main.py

Usage

After installation, you can start the application and perform the following actions:

  • Import data from Excel files.
  • Store climate data in the SQLite database.
  • Visualize the data graphically.

Project Structure

  • main.py: The entry point for the application.
  • data/: Manages data storage and retrieval.
  • utils/: Utility functions for various tasks.
  • venv/: Virtual environment folder (excluded from version control).
  • requirements.txt: List of dependencies.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

Contact

For any inquiries or issues, please contact busenurb277@gmail.com.

About

"ClimateDataManager" is a user-friendly tool for managing and analyzing climate data. It features data import from Excel files, storage in an SQLite database, and visualization through a graphical interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages