This project provides Python scripts for visualizing temperature and earthquake data using matplotlib, pandas, and numpy. It includes tools for data conversion, plotting, and basic testing, aimed at scientific analysis and educational use.
src/: Main Python scriptstests/: Unit and integration testsdocs/: Documentation and project plansdata/: CSV and other data files (e.g.,earthquake_data.csv)assets/: Images and static assets (e.g.,tutorial01.png)scripts/: Automation scripts (build, test, deploy).github/: GitHub workflows and templates.copilot/: Copilot configuration and prompts.vscode/: Editor settings
- Clone the repository:
git clone https://github.com/hkevin01/Python-Plot-Temps.git
- Install dependencies:
pip install -r requirements.txt
- Run main scripts from the
src/directory:python src/plottemps.py
- Example for converting data:
python src/convert2dzi.py <input_image> <output_path>
- Data files are now in
data/, and images/assets inassets/. - See
docs/for more details and examples.
- Fork the repo and create a feature branch
- Submit pull requests with clear descriptions
- Follow code style and documentation standards
- See
CONTRIBUTING.mdfor more info
MIT License