fix: Explicitly import cfgrib in app.py to ensure to_grib accessor is registered 812975b nakas commited on Sep 4, 2025
feat: Remove "Single Location Data" tab to eliminate external dependency on NWPS_SWAN space 84952b0 nakas commited on Sep 4, 2025
fix: Use ds.to_grib() for GRIB file generation as per cfgrib documentation c22d380 nakas commited on Sep 4, 2025
fix: Convert lat/lon to float before JSON serialization in wave_data_puller.py 91d6263 nakas commited on Sep 4, 2025
fix: Use requests.post to call Gradio Space API instead of InferenceClient in wave_data_puller.py 759e937 nakas commited on Sep 4, 2025
fix: Use ds.to_netcdf instead of xr.save_dataset for GRIB file generation c29015a nakas commited on Sep 4, 2025
fix: Remove libgrib-api-dev from packages.txt as it is superseded by eccodes b75d925 nakas commited on Sep 4, 2025
fix: Correct colorTo value in README.md for Hugging Face Space configuration 957a7d6 nakas commited on Sep 4, 2025
fix: Add missing YAML front matter to README.md for Hugging Face Space configuration 9f72069 nakas commited on Sep 4, 2025
docs: Add small note to README.md to trigger rebuild on Hugging Face 67adda9 nakas commited on Sep 4, 2025
ARCTIC GRIB: Integrate proven working Arctic extraction for Docker 7997dce nakas Claude commited on Sep 3, 2025
ADVANCED POLAR COORDS: Multiple extraction methods for Arctic GRIB a7b9671 nakas Claude commited on Sep 2, 2025
FIX PYGRIB: Remove signal-based timeout, fix output format d4e55bb nakas Claude commited on Sep 2, 2025
ADD DEPENDENCIES: Complete system packages for Arctic GRIB processing dd9735b nakas Claude commited on Aug 30, 2025
FIX ARCTIC DATA: Filter out invalid 9999 fill values and unrealistic data 617d189 nakas Claude commited on Aug 30, 2025
FIX ARCTIC: Force use of eccodes over pygrib for Arctic GRIB extraction d8e7489 nakas Claude commited on Aug 30, 2025
HOTFIX: Fix indentation and control flow structure in Arctic extractor 134f1f9 nakas Claude commited on Aug 30, 2025
Merge branch 'main' of https://huggingface.co/spaces/nakas/NWPS_SWAN be6be52 nakas commited on Aug 30, 2025
FIX ARCTIC: Resolve None value errors and polar stereographic projection failures a348c9e nakas Claude commited on Aug 30, 2025
BYPASS PYGRIB: Use eccodes/wgrib2 analysis to prevent hanging b20cf71 nakas Claude commited on Aug 28, 2025
COMPREHENSIVE: Extract ALL Arctic parameters with real coordinates 1d963f8 nakas Claude commited on Aug 28, 2025
WORKING: Implement raw eccodes extraction for Arctic GRIB files 43ce6f3 nakas Claude commited on Aug 28, 2025
Prioritize wgrib2 over pygrib for Arctic GRIB extraction 1a5dbb7 nakas Claude commited on Aug 28, 2025
Use grb.data() as primary method for Arctic coordinate extraction b8e8d17 nakas Claude commited on Aug 28, 2025
Add thread-based timeout and wgrib2 fallback for Arctic GRIB processing c40f8b4 nakas Claude commited on Aug 28, 2025
Fix Arctic GRIB coordinate extraction - remove synthetic data fallback 99ffbfc nakas Claude commited on Aug 28, 2025
Add timeout protection and synthetic data fallback for Arctic processing 3bc6627 nakas Claude commited on Aug 28, 2025
Fix app startup hanging - remove auto file loading and add comprehensive debug 6272fbd nakas Claude commited on Aug 28, 2025
Optimize Arctic processing to prevent hanging during startup 33225ae nakas Claude commited on Aug 28, 2025
Fix Arctic wave processing - use ArcticGRIBExtractor at runtime 90ca2eb nakas Claude commited on Aug 28, 2025
Simplify Arctic extractor to match working script exactly ec8c28f nakas Claude commited on Aug 28, 2025
Add timeout handling and emergency fallback to Arctic extractor df64ca6 nakas Claude commited on Aug 28, 2025
Simplify Dockerfile to minimal build for real Arctic extraction 049e34f nakas Claude commited on Aug 28, 2025
Fix Dockerfile by using package manager versions of wgrib2 and cdo c4eff60 nakas Claude commited on Aug 28, 2025
Implement real Arctic GRIB data extraction using pygrib 43ee4c8 nakas Claude commited on Aug 28, 2025
Prepare for Hugging Face Spaces deployment - updated Dockerfile, README, and added gitignore 96cb8c7 nakas commited on Aug 28, 2025
Fix mapping error: standardize Arctic data column names 878c45d nakas Claude commited on Aug 28, 2025