|
| 1 | +=== SLURM Job Information === |
| 2 | +Job ID: 17923 |
| 3 | +Job Name: weather_four_datasets |
| 4 | +Node: node6 |
| 5 | +Started at: Wed Aug 27 20:38:30 CEST 2025 |
| 6 | + |
| 7 | +Loading modules... |
| 8 | +R version: R version 4.4.2 (2024-10-31) -- "Pile of Leaves" |
| 9 | +GDAL version: 3.10.0 |
| 10 | + |
| 11 | +Starting four-dataset weather collection... |
| 12 | +Approach: Original variable names, separate data sources |
| 13 | +Expected completion time: 2-6 hours depending on data volumes |
| 14 | + |
| 15 | +- The project is out-of-sync -- use `renv::status()` for details. |
| 16 | +======================================== |
| 17 | +FOUR-DATASET WEATHER COLLECTION |
| 18 | +======================================== |
| 19 | +Approach: Separate datasets, original variable names |
| 20 | +Started at: 2025-08-27 20:38:56 |
| 21 | + |
| 22 | +=== DATASET 1: HISTORICAL DAILY STATIONS === |
| 23 | +Source: AEMET historical climatological API (2013 to T-4 days) |
| 24 | +Output: daily_stations_historical.csv.gz |
| 25 | +=== Daily Stations Historical Aggregation === |
| 26 | +Source: AEMET historical climatological API |
| 27 | +Period: 2013 to T-4 days (as far as historical API provides) |
| 28 | +Variables: Original AEMET names preserved |
| 29 | + |
| 30 | +Using historical file: daily_station_historical.csv.gz |
| 31 | +Loaded 1056468 historical records |
| 32 | +Date range: Inf to -Inf |
| 33 | +Stations: 904 |
| 34 | +Variables: date, indicativo, ta, tamax, tamin, hr, prec, vv, pres |
| 35 | +❌ Dataset 1 failed: Historical data missing 'fecha' column |
| 36 | + |
| 37 | +=== DATASET 2: CURRENT DAILY STATIONS === |
| 38 | +Source: Hourly API aggregated to daily (T-4 days to yesterday) |
| 39 | +Output: daily_stations_current.csv.gz |
| 40 | +=== Daily Stations Current Aggregation === |
| 41 | +Source: Hourly station data aggregated to daily |
| 42 | +Period: Gap between historical data end and yesterday |
| 43 | +Variables: Original AEMET names preserved |
| 44 | + |
| 45 | +Loading hourly data from: hourly_station_ongoing.csv.gz |
| 46 | +Hourly data shape: 62641 rows, 5 columns |
| 47 | +Columns: station_id, datetime, date, variable_type, value |
| 48 | +❌ Dataset 2 failed: No station ID column found in hourly data |
| 49 | + |
| 50 | +=== DATASET 3: HOURLY STATIONS === |
| 51 | +Source: AEMET hourly observations API |
| 52 | +Output: hourly_station_ongoing.csv.gz |
| 53 | +=== Hourly Station Ongoing Collection === |
| 54 | +Source: AEMET hourly observations API |
| 55 | +Purpose: Most recent hourly weather observations |
| 56 | +Variables: Original AEMET names preserved |
| 57 | + |
| 58 | +Existing hourly file found, age: 15.8 hours |
| 59 | +Collecting new hourly data... |
| 60 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 61 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 62 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 63 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 64 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 65 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 66 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 67 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 68 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 69 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 70 | +<curl_error_recv_error in curl_fetch_memory(paste0("https://opendata.aemet.es/opendata/api/observacion/convencional/todas"), handle = h): Failure when receiving data from the peer [opendata.aemet.es]: |
| 71 | +OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0> |
| 72 | +[1] "No new data retrieved. Nothing saved." |
| 73 | +✅ Hourly collection completed |
| 74 | +❌ Dataset 3 failed: object 'hourly_files' not found |
| 75 | + |
| 76 | + |
| 77 | +=== Job Completion === |
| 78 | +Exit code: 1 |
| 79 | +Completed at: Wed Aug 27 20:45:47 CEST 2025 |
| 80 | +❌ Four-dataset collection failed with exit code 1 |
| 81 | +Check the log file for details |
0 commit comments