Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
[0.0.3] - 2026-03-10¶
Added¶
silo search --lat --lonfor location-based station search using coordinates and radiussearch_stations_by_locationfor location-based station search through python API- Typer-based CLI interface (
weather-toolscommand) - Cloud-Optimized GeoTIFF (COG) support for spatial data queries (#1)
- NetCDF file download from SILO AWS S3 public data
- Met.no weather forecast API integration with SILO data merging (#5)
- Merge historical SILO data with met.no forecasts for continuous time series
- Centralized logging with Rich console output (#7)
SILO_DATA_DIRenvironment variable to configure local data directory- ISO date format support in CLI (YYYY-MM-DD)
- GitHub Pages documentation site
Changed¶
- Default local data path changed to
~/DATA - Standardized SILO variable names across CLI and documentation
- SILO date column renamed for consistency
- SILO metadata output changed to JSON format
[0.0.2] - 2025-05-05¶
Added¶
- Read silo data from local netCDF files using Xarray