This is a quick 20-minute toy project for fun! The script fetches historical weather data for Texas counties using the Open-Meteo API and saves it as CSV files.
- Fetches weather data for Texas counties.
- Saves data in CSV format.
- Simple command-line interface.
- Python 3.8+
- Install dependencies:
pip install -r requirements.txt
Run the script:
python claw_data.py --output-dir <output_directory>Default output directory: texas_weather_counties.