No articles match
Combining data from multiple sources3 days ago
What sources are available? | Station metadata across all sources | Fetch data - router auto-detects the source | Combine with bind_rows (same schema, all sources) | Annual summary across providers | Explicit source bypasses the router
The hydrocan adapter system3 days ago
Overview | The adapter contract | Output schemas | Realtime (sub-daily) - fetch_flows_fn / fetch_levels_fn | Daily - fetch_daily_flows_fn / fetch_daily_levels_fn | Stations - list_stations_meta_fn | How the router works | Built-in adapters | Hydro-Quebec (hydroquebec) | Registration | Writing a new adapter | Step 1 - Implement the internal functions | Using a stored station list when no endpoint exists | Step 2 - Register the adapter | Step 3 - Add tests | What the schema validator will catch
Introduction to gaplightr2 months ago
Introduction | Inputs | Step 1: Load points | Step 2: Create virtual plots | Step 3: Extract horizons | Step 4: Create fisheye photos | Step 5: Process for solar radiation | Graphical parameter calibration | Next steps
FAQ2 months ago
Q: Does gaplightr estimate LAI like GLA does? | Q: How is the Light Penetration Index (LPI) calculated, and does GLA provide it?
Analysing a Real Fisheye Photo3 months ago
Introduction | Step 1: Load the raw photo | Step 2: Preprocess the photo | Step 3: Load a point location | Step 4: Inspect gap fractions | Step 5: Compute solar irradiance | Next steps
Filtering Example1 years ago
Filtering data with the API